Skip to content

Commit

Permalink
Update babel monorepo to v7.24.6 (#1197)
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 May 24, 2024
1 parent c38e27e commit 2006157
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.19.6"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/plugin-transform-react-jsx": "7.24.6",
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
"mini-css-extract-plugin": "2.8.1",
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": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/plugin-transform-react-jsx": "7.24.6",
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
"mini-css-extract-plugin": "2.8.1",
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.24.1",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/cli": "7.24.6",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-replace": "5.0.5",
"@types/node": "18.19.22",
Expand Down

0 comments on commit 2006157

Please sign in to comment.