Skip to content

Commit

Permalink
fix: accept webapck 4 & 5 as peer dependencies of @cypress/vue and @c…
Browse files Browse the repository at this point in the history
…ypress/react (#16290)
  • Loading branch information
Barthélémy Ledoux authored and elevatebart committed May 5, 2021
1 parent 8a83bb1 commit 500cab9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions npm/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@
"webpack-cli": "3.3.9"
},
"peerDependencies": {
"@babel/core": "^=7.x",
"@babel/preset-env": "^=7.x",
"@babel/core": ">=7",
"@babel/preset-env": ">=7",
"@cypress/webpack-dev-server": "*",
"@types/react": "^16.9.16 || ^17.0.0",
"babel-loader": "^=8.x",
"babel-loader": ">=8",
"cypress": "*",
"next": "^=8.x",
"next": ">=8",
"react": "^=16.x || ^=17.x",
"react-dom": "^=16.x || ^=17.x",
"webpack": "^=3.x"
"webpack": ">=4"
},
"files": [
"dist",
Expand Down
3 changes: 1 addition & 2 deletions npm/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@
},
"peerDependencies": {
"@cypress/webpack-dev-server": "*",
"babel-loader": "8",
"cypress": ">=4.5.0",
"vue": "2.x"
"vue": "^2.0.0"
},
"files": [
"dist/**/*",
Expand Down

0 comments on commit 500cab9

Please sign in to comment.