Skip to content

Commit

Permalink
Update babel monorepo to v7.15.8 (#1104)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Fried <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2021
1 parent 4ade289 commit 3cf6f4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"preact": "10.5.14"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/plugin-transform-react-jsx": "7.14.9",
"babel-loader": "8.2.2",
"css-loader": "6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/plugin-transform-react-jsx": "7.14.9",
"babel-loader": "8.2.2",
"css-loader": "6.4.0",
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.15.7",
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-replace": "3.0.0",
"@types/node": "14.17.21",
Expand Down

0 comments on commit 3cf6f4e

Please sign in to comment.