Skip to content

Commit ee09b8a

Browse files
committed
chore: allow babel@8 peer dependencies
1 parent 67def58 commit ee09b8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"node": ">=20"
3535
},
3636
"peerDependencies": {
37-
"@babel/core": "^7.0.1",
38-
"@babel/preset-env": "^7.0.0",
37+
"@babel/core": "^7.0.1 || ^8",
38+
"@babel/preset-env": "^7.0.0 || ^8",
3939
"babel-loader": "^8.3 || ^9 || ^10",
4040
"cypress": ">=15.10.0",
4141
"webpack": "^4 || ^5"

0 commit comments

Comments
 (0)