mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
@types/testing-library__cypress: Set cypress version range to be very generous so users do not download two cypress versions (#41917)
* Make cypress a peerDep so we do not download two * change cypress to devDeps * remove dependencies * set cypress as a dependency with a generous range
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"cypress": "^3.5.0"
|
||||
"cypress": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user