Skip to content

Commit

Permalink
fix(deps): update babel monorepo (#2463)
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 Nov 23, 2024
1 parent 0a552c3 commit 4dbd671
Show file tree
Hide file tree
Showing 2 changed files with 1,369 additions and 438 deletions.
24 changes: 12 additions & 12 deletions frontend/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
},
"private": true,
"dependencies": {
"@babel/cli": "7.17.6",
"@babel/core": "7.17.8",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-flow-strip-types": "7.16.7",
"@babel/plugin-transform-react-constant-elements": "7.17.6",
"@babel/plugin-transform-react-inline-elements": "7.16.7",
"@babel/plugin-transform-react-jsx": "7.17.3",
"@babel/preset-env": "7.16.11",
"@babel/preset-flow": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/register": "7.17.7",
"@babel/plugin-transform-flow-strip-types": "7.25.9",
"@babel/plugin-transform-react-constant-elements": "7.25.9",
"@babel/plugin-transform-react-inline-elements": "7.25.9",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-flow": "7.25.9",
"@babel/preset-react": "7.25.9",
"@babel/register": "7.25.9",
"@fancyapps/fancybox": "3.5.7",
"@json-editor/json-editor": "2.8.0",
"@material/layout-grid": "0.41.0",
Expand Down
Loading

0 comments on commit 4dbd671

Please sign in to comment.