Skip to content

Commit

Permalink
Update babel monorepo (#1193)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 3d581a2 commit c38e27e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.19.6"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/plugin-transform-react-jsx": "7.23.4",
"babel-loader": "9.1.3",
"css-loader": "6.10.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": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/plugin-transform-react-jsx": "7.23.4",
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"devDependencies": {
"@ampproject/filesize": "4.3.0",
"@ampproject/rollup-plugin-closure-compiler": "0.27.0",
"@babel/cli": "7.23.9",
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/cli": "7.24.1",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "18.19.22",
Expand Down

0 comments on commit c38e27e

Please sign in to comment.