Skip to content

Commit

Permalink
Update babel monorepo to v7.16.5 (#1120)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Dec 25, 2021
1 parent 5f56425 commit 18de540
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"preact": "10.6.4"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/plugin-transform-react-jsx": "7.16.0",
"@babel/core": "7.16.5",
"@babel/preset-env": "7.16.5",
"@babel/plugin-transform-react-jsx": "7.16.5",
"babel-loader": "8.2.3",
"css-loader": "6.5.1",
"mini-css-extract-plugin": "2.4.5",
Expand Down
6 changes: 3 additions & 3 deletions demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/plugin-transform-react-jsx": "7.16.0",
"@babel/core": "7.16.5",
"@babel/preset-env": "7.16.5",
"@babel/plugin-transform-react-jsx": "7.16.5",
"babel-loader": "8.2.3",
"css-loader": "6.5.1",
"mini-css-extract-plugin": "2.4.5",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@ampproject/filesize": "4.3.0",
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/core": "7.16.5",
"@babel/preset-env": "7.16.5",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-replace": "3.0.0",
"@types/node": "16.11.17",
Expand Down

0 comments on commit 18de540

Please sign in to comment.