Skip to content

Commit

Permalink
Bump babel (#4313)
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 Oct 29, 2024
1 parent 6e05279 commit affb770
Show file tree
Hide file tree
Showing 4 changed files with 856 additions and 884 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"typescript:transpile:dev": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" scripts/formattedTSDemos --watch"
},
"dependencies": {
"@babel/plugin-transform-object-assign": "7.25.7",
"@babel/runtime-corejs2": "7.25.7",
"@babel/plugin-transform-object-assign": "7.25.9",
"@babel/runtime-corejs2": "7.26.0",
"@date-io/date-fns-jalali": "3.1.1",
"@docsearch/react": "3.6.2",
"@emotion/cache": "11.13.1",
Expand Down Expand Up @@ -93,9 +93,9 @@
"zod": "3.23.8"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/plugin-transform-react-constant-elements": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@babel/core": "7.26.0",
"@babel/plugin-transform-react-constant-elements": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@types/babel__core": "^7.20.5",
"@types/doctrine": "0.0.9",
"@types/json-schema": "7.0.15",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
},
"devDependencies": {
"@argos-ci/core": "2.8.1",
"@babel/cli": "7.25.7",
"@babel/core": "7.25.8",
"@babel/node": "7.25.7",
"@babel/plugin-transform-react-constant-elements": "7.25.7",
"@babel/plugin-transform-runtime": "7.25.7",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/node": "7.26.0",
"@babel/plugin-transform-react-constant-elements": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@mui/internal-babel-plugin-resolve-imports": "1.0.18",
"@mui/internal-docs-utils": "1.0.15",
"@mui/internal-markdown": "1.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"test:browser:dev": "vitest --browser.enabled"
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"@mui/lab": "6.0.0-beta.13",
"@mui/utils": "6.1.5",
"@toolpad/utils": "workspace:*",
Expand Down
Loading

0 comments on commit affb770

Please sign in to comment.