Skip to content

Commit e08c069

Browse files
authoredApr 26, 2021
Update babel monorepo to v7.13.16 (#1050)
1 parent fd862e5 commit e08c069

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎demo/preact-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"preact": "10.5.13"
1414
},
1515
"devDependencies": {
16-
"@babel/core": "7.13.15",
16+
"@babel/core": "7.13.16",
1717
"@babel/preset-env": "7.13.15",
1818
"@babel/plugin-transform-react-jsx": "7.13.12",
1919
"babel-loader": "8.2.2",

‎demo/react-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "17.0.2"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "7.13.15",
17+
"@babel/core": "7.13.16",
1818
"@babel/preset-env": "7.13.15",
1919
"@babel/plugin-transform-react-jsx": "7.13.12",
2020
"babel-loader": "8.2.2",

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"devDependencies": {
4040
"@ampproject/filesize": "4.3.0",
4141
"@ampproject/rollup-plugin-closure-compiler": "0.26.0",
42-
"@babel/cli": "7.13.14",
43-
"@babel/core": "7.13.15",
42+
"@babel/cli": "7.13.16",
43+
"@babel/core": "7.13.16",
4444
"@babel/plugin-proposal-class-properties": "7.13.0",
4545
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
4646
"@babel/preset-env": "7.13.15",

0 commit comments

Comments
 (0)