Skip to content

Commit 23a315a

Browse files
Update babel monorepo to v8
1 parent 52b619e commit 23a315a

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

demo/preact-map/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"preact": "10.19.6"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "7.27.7",
17-
"@babel/preset-env": "7.27.2",
18-
"@babel/plugin-transform-react-jsx": "7.27.1",
16+
"@babel/core": "8.0.1",
17+
"@babel/preset-env": "8.0.2",
18+
"@babel/plugin-transform-react-jsx": "8.0.1",
1919
"babel-loader": "9.1.3",
2020
"css-loader": "6.10.0",
2121
"mini-css-extract-plugin": "2.8.1",

demo/react-map/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"react-dom": "18.2.0"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "7.27.7",
18-
"@babel/preset-env": "7.27.2",
19-
"@babel/plugin-transform-react-jsx": "7.27.1",
17+
"@babel/core": "8.0.1",
18+
"@babel/preset-env": "8.0.2",
19+
"@babel/plugin-transform-react-jsx": "8.0.1",
2020
"babel-loader": "9.1.3",
2121
"css-loader": "6.10.0",
2222
"mini-css-extract-plugin": "2.8.1",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"devDependencies": {
4242
"@ampproject/filesize": "4.3.0",
4343
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
44-
"@babel/cli": "7.27.2",
45-
"@babel/core": "7.27.7",
46-
"@babel/preset-env": "7.27.2",
44+
"@babel/cli": "8.0.1",
45+
"@babel/core": "8.0.1",
46+
"@babel/preset-env": "8.0.2",
4747
"@rollup/plugin-babel": "6.0.4",
4848
"@rollup/plugin-replace": "6.0.2",
4949
"@types/node": "18.19.112",

tools/linter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"lint": "lint-staged"
1818
},
1919
"dependencies": {
20-
"@babel/helper-plugin-utils": "^7.0.0"
20+
"@babel/helper-plugin-utils": "^8.0.0"
2121
},
2222
"peerDependencies": {
23-
"@babel/core": "^7.0.0-0"
23+
"@babel/core": "^7.0.0-0 || ^8.0.0"
2424
},
2525
"devDependencies": {
2626
"ava": "5.3.1",

0 commit comments

Comments
 (0)