Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 319f7a3

Browse files
authoredAug 3, 2023
update peer dependencies (#574)
1 parent d51fe12 commit 319f7a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
"effective:config": "circleci config process .circleci/config.yml | sed /^#/d"
1919
},
2020
"peerDependencies": {
21-
"cypress": "*"
21+
"@babel/core": "^7.0.1",
22+
"@babel/preset-env": "^7.0.0",
23+
"babel-loader": "^8.3 || ^9",
24+
"cypress": "*",
25+
"webpack": "^4 || ^5"
2226
},
2327
"repository": {
2428
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.