Skip to content

Commit 4ad537a

Browse files
committed
increase peer dep
1 parent e82aef9 commit 4ad537a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/babel-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/graceful-fs": "^4.1.3"
3333
},
3434
"peerDependencies": {
35-
"@babel/core": "^7.8.0"
35+
"@babel/core": "^7.11.0"
3636
},
3737
"engines": {
3838
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"

packages/babel-preset-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"babel-preset-current-node-syntax": "^1.0.0"
1818
},
1919
"peerDependencies": {
20-
"@babel/core": "^7.0.0"
20+
"@babel/core": "^7.11.0"
2121
},
2222
"engines": {
2323
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6482,7 +6482,7 @@ __metadata:
64826482
graceful-fs: ^4.2.9
64836483
slash: ^3.0.0
64846484
peerDependencies:
6485-
"@babel/core": ^7.8.0
6485+
"@babel/core": ^7.11.0
64866486
languageName: unknown
64876487
linkType: soft
64886488

@@ -6697,7 +6697,7 @@ __metadata:
66976697
babel-plugin-jest-hoist: "workspace:^"
66986698
babel-preset-current-node-syntax: ^1.0.0
66996699
peerDependencies:
6700-
"@babel/core": ^7.0.0
6700+
"@babel/core": ^7.11.0
67016701
languageName: unknown
67026702
linkType: soft
67036703

0 commit comments

Comments
 (0)