Skip to content

Commit adb6294

Browse files
Update babel monorepo to v7.24.5
1 parent c38e27e commit adb6294

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

demo/preact-map/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"preact": "10.19.6"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "7.24.4",
17-
"@babel/preset-env": "7.24.4",
16+
"@babel/core": "7.24.5",
17+
"@babel/preset-env": "7.24.5",
1818
"@babel/plugin-transform-react-jsx": "7.23.4",
1919
"babel-loader": "9.1.3",
2020
"css-loader": "6.10.0",

demo/react-map/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"react-dom": "18.2.0"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "7.24.4",
18-
"@babel/preset-env": "7.24.4",
17+
"@babel/core": "7.24.5",
18+
"@babel/preset-env": "7.24.5",
1919
"@babel/plugin-transform-react-jsx": "7.23.4",
2020
"babel-loader": "9.1.3",
2121
"css-loader": "6.10.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"devDependencies": {
4141
"@ampproject/filesize": "4.3.0",
4242
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
43-
"@babel/cli": "7.24.1",
44-
"@babel/core": "7.24.4",
45-
"@babel/preset-env": "7.24.4",
43+
"@babel/cli": "7.24.5",
44+
"@babel/core": "7.24.5",
45+
"@babel/preset-env": "7.24.5",
4646
"@rollup/plugin-babel": "6.0.4",
4747
"@rollup/plugin-replace": "5.0.5",
4848
"@types/node": "18.19.22",

0 commit comments

Comments
 (0)