Skip to content

Commit 27ee4ad

Browse files
committed
Fix minimum Babel version
1 parent 5f7a83f commit 27ee4ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"postpack": "yarn run clean"
4949
},
5050
"dependencies": {
51-
"@babel/core": "^7.0.0",
52-
"@babel/preset-env": "^7.0.0"
51+
"@babel/core": "^7.13.0",
52+
"@babel/preset-env": "^7.13.0"
5353
},
5454
"peerDependencies": {
5555
"webpack": "^5.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ __metadata:
3939
languageName: node
4040
linkType: hard
4141

42-
"@babel/core@npm:^7.0.0":
42+
"@babel/core@npm:^7.13.0":
4343
version: 7.24.0
4444
resolution: "@babel/core@npm:7.24.0"
4545
dependencies:
@@ -1182,7 +1182,7 @@ __metadata:
11821182
languageName: node
11831183
linkType: hard
11841184

1185-
"@babel/preset-env@npm:^7.0.0":
1185+
"@babel/preset-env@npm:^7.13.0":
11861186
version: 7.24.0
11871187
resolution: "@babel/preset-env@npm:7.24.0"
11881188
dependencies:
@@ -4482,8 +4482,8 @@ __metadata:
44824482
version: 0.0.0-use.local
44834483
resolution: "transform-async-modules-webpack-plugin@workspace:."
44844484
dependencies:
4485-
"@babel/core": "npm:^7.0.0"
4486-
"@babel/preset-env": "npm:^7.0.0"
4485+
"@babel/core": "npm:^7.13.0"
4486+
"@babel/preset-env": "npm:^7.13.0"
44874487
"@eslint/eslintrc": "npm:3.0.2"
44884488
"@eslint/js": "npm:8.57.0"
44894489
"@types/babel__core": "npm:7.20.5"

0 commit comments

Comments
 (0)