Skip to content

Commit 471afef

Browse files
authored
Update babel monorepo (#1054)
1 parent 92eed67 commit 471afef

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.13"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "7.13.16",
17-
"@babel/preset-env": "7.13.15",
16+
"@babel/core": "7.14.0",
17+
"@babel/preset-env": "7.14.1",
1818
"@babel/plugin-transform-react-jsx": "7.13.12",
1919
"babel-loader": "8.2.2",
2020
"css-loader": "5.2.4",

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.13.16",
18-
"@babel/preset-env": "7.13.15",
17+
"@babel/core": "7.14.0",
18+
"@babel/preset-env": "7.14.1",
1919
"@babel/plugin-transform-react-jsx": "7.13.12",
2020
"babel-loader": "8.2.2",
2121
"css-loader": "5.2.4",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@ampproject/filesize": "4.3.0",
4141
"@ampproject/rollup-plugin-closure-compiler": "0.26.0",
4242
"@babel/cli": "7.13.16",
43-
"@babel/core": "7.13.16",
43+
"@babel/core": "7.14.0",
4444
"@babel/plugin-proposal-class-properties": "7.13.0",
4545
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
46-
"@babel/preset-env": "7.13.15",
46+
"@babel/preset-env": "7.14.1",
4747
"@rollup/plugin-replace": "2.4.2",
4848
"@types/node": "14.14.44",
4949
"@types/sinon": "10.0.0",

0 commit comments

Comments
 (0)