Skip to content

Commit a7b75eb

Browse files
Update babel monorepo to v7.22.15 (#1165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fb9941 commit a7b75eb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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.17.1"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "7.22.11",
17-
"@babel/preset-env": "7.22.10",
18-
"@babel/plugin-transform-react-jsx": "7.22.5",
16+
"@babel/core": "7.22.15",
17+
"@babel/preset-env": "7.22.15",
18+
"@babel/plugin-transform-react-jsx": "7.22.15",
1919
"babel-loader": "9.1.3",
2020
"css-loader": "6.8.1",
2121
"mini-css-extract-plugin": "2.7.6",

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.22.11",
18-
"@babel/preset-env": "7.22.10",
19-
"@babel/plugin-transform-react-jsx": "7.22.5",
17+
"@babel/core": "7.22.15",
18+
"@babel/preset-env": "7.22.15",
19+
"@babel/plugin-transform-react-jsx": "7.22.15",
2020
"babel-loader": "9.1.3",
2121
"css-loader": "6.8.1",
2222
"mini-css-extract-plugin": "2.7.6",

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.22.10",
44-
"@babel/core": "7.22.11",
45-
"@babel/preset-env": "7.22.10",
43+
"@babel/cli": "7.22.15",
44+
"@babel/core": "7.22.15",
45+
"@babel/preset-env": "7.22.15",
4646
"@rollup/plugin-babel": "6.0.3",
4747
"@rollup/plugin-replace": "5.0.2",
4848
"@types/node": "18.17.14",

0 commit comments

Comments
 (0)