Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2021
1 parent d90e684 commit 0c85b5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions demo/preact-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"preact": "10.5.15"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/plugin-transform-react-jsx": "7.14.9",
"babel-loader": "8.2.2",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/plugin-transform-react-jsx": "7.16.0",
"babel-loader": "8.2.3",
"css-loader": "6.4.0",
"mini-css-extract-plugin": "2.4.3",
"style-loader": "3.3.1",
Expand Down
8 changes: 4 additions & 4 deletions demo/react-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/plugin-transform-react-jsx": "7.14.9",
"babel-loader": "8.2.2",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/plugin-transform-react-jsx": "7.16.0",
"babel-loader": "8.2.3",
"css-loader": "6.4.0",
"mini-css-extract-plugin": "2.4.3",
"style-loader": "3.3.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"devDependencies": {
"@ampproject/filesize": "4.3.0",
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
"@babel/cli": "7.15.7",
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/cli": "7.16.0",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-replace": "3.0.0",
"@types/node": "14.17.32",
Expand Down

0 comments on commit 0c85b5f

Please sign in to comment.