Skip to content

Commit 11ff429

Browse files
Update babel monorepo to v7.15.0 (#1084)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent 701be54 commit 11ff429

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.5.14"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "7.14.8",
17-
"@babel/preset-env": "7.14.9",
16+
"@babel/core": "7.15.0",
17+
"@babel/preset-env": "7.15.0",
1818
"@babel/plugin-transform-react-jsx": "7.14.9",
1919
"babel-loader": "8.2.2",
2020
"css-loader": "6.2.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": "17.0.2"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "7.14.8",
18-
"@babel/preset-env": "7.14.9",
17+
"@babel/core": "7.15.0",
18+
"@babel/preset-env": "7.15.0",
1919
"@babel/plugin-transform-react-jsx": "7.14.9",
2020
"babel-loader": "8.2.2",
2121
"css-loader": "6.2.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@ampproject/filesize": "4.3.0",
4141
"@ampproject/rollup-plugin-closure-compiler": "0.26.0",
4242
"@babel/cli": "7.14.8",
43-
"@babel/core": "7.14.8",
44-
"@babel/preset-env": "7.14.9",
43+
"@babel/core": "7.15.0",
44+
"@babel/preset-env": "7.15.0",
4545
"@rollup/plugin-babel": "5.3.0",
4646
"@rollup/plugin-replace": "3.0.0",
4747
"@types/node": "14.17.7",

0 commit comments

Comments
 (0)