Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Commit

Permalink
Use identical version range in peerDeps as in devDeps
Browse files Browse the repository at this point in the history
A more thorough discussion can be found here [1].

[1] yarnpkg/yarn#1503
  • Loading branch information
badeball committed Apr 29, 2021
1 parent f132365 commit 564a6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.0",
"@types/debug": "^4.1.5",
"@types/glob": "^7.1.3",
"cypress": "^5.5.0",
"cypress": "^4.0.0 || ^5.0.0",
"dtslint": "^4.0.5",
"esbuild": "^0.11.12",
"mocha": "^8.2.0",
Expand Down

0 comments on commit 564a6bc

Please sign in to comment.