Skip to content

Commit

Permalink
update peer dependencies (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
quisido authored Aug 3, 2023
1 parent d51fe12 commit 319f7a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"effective:config": "circleci config process .circleci/config.yml | sed /^#/d"
},
"peerDependencies": {
"cypress": "*"
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.3 || ^9",
"cypress": "*",
"webpack": "^4 || ^5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 319f7a3

Please sign in to comment.