Skip to content

Commit

Permalink
Bump babel
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent f5def45 commit 6cf903c
Show file tree
Hide file tree
Showing 4 changed files with 585 additions and 598 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@babel/plugin-transform-object-assign": "7.25.9",
"@babel/runtime-corejs2": "7.26.0",
"@babel/runtime-corejs2": "7.26.9",
"@date-io/date-fns-jalali": "3.2.0",
"@docsearch/react": "3.9.0",
"@emotion/cache": "11.14.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.9",
"@babel/plugin-transform-react-constant-elements": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@types/babel__core": "^7.20.5",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
},
"devDependencies": {
"@argos-ci/core": "2.11.0",
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.9",
"@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/plugin-transform-runtime": "7.26.9",
"@babel/preset-env": "7.26.9",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@mui/internal-babel-plugin-resolve-imports": "1.0.20",
"@mui/internal-docs-utils": "1.0.16",
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 @@ -44,7 +44,7 @@
"test:browser:dev": "vitest --browser.enabled"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@babel/runtime": "^7.26.9",
"@mui/utils": "7.0.0-alpha.2",
"@toolpad/utils": "workspace:*",
"@vitejs/plugin-react": "4.3.4",
Expand Down
Loading

0 comments on commit 6cf903c

Please sign in to comment.