Skip to content

Commit

Permalink
Update babel monorepo to v7.13.16 (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 26, 2021
1 parent fd862e5 commit e08c069
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"preact": "10.5.13"
},
"devDependencies": {
"@babel/core": "7.13.15",
"@babel/core": "7.13.16",
"@babel/preset-env": "7.13.15",
"@babel/plugin-transform-react-jsx": "7.13.12",
"babel-loader": "8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "7.13.15",
"@babel/core": "7.13.16",
"@babel/preset-env": "7.13.15",
"@babel/plugin-transform-react-jsx": "7.13.12",
"babel-loader": "8.2.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"devDependencies": {
"@ampproject/filesize": "4.3.0",
"@ampproject/rollup-plugin-closure-compiler": "0.26.0",
"@babel/cli": "7.13.14",
"@babel/core": "7.13.15",
"@babel/cli": "7.13.16",
"@babel/core": "7.13.16",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/preset-env": "7.13.15",
Expand Down

0 comments on commit e08c069

Please sign in to comment.