Skip to content

Commit

Permalink
Bump babel to ^7.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 523e280 commit a3fd996
Show file tree
Hide file tree
Showing 4 changed files with 1,002 additions and 999 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"link-check": "node ./scripts/reportBrokenLinks.js"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@babel/core": "^7.24.6",
"@babel/runtime": "^7.24.6",
"@babel/runtime-corejs3": "^7.24.6",
"@base_ui/react": "workspace:*",
"@docsearch/react": "^3.6.0",
Expand Down Expand Up @@ -74,8 +74,8 @@
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/plugin-transform-react-constant-elements": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@mui/internal-docs-utils": "^1.0.7",
"@mui/internal-test-utils": "https://pkg.csb.dev/mui/material-ui/commit/fb183624/@mui/internal-test-utils",
"@types/autosuggest-highlight": "^3.2.3",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
},
"devDependencies": {
"@argos-ci/core": "^2.2.0",
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/node": "^7.23.9",
"@babel/plugin-transform-react-constant-elements": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/register": "^7.23.7",
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/node": "^7.24.6",
"@babel/plugin-transform-react-constant-elements": "^7.24.6",
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/register": "^7.24.6",
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
"@mui/internal-docs-utils": "^1.0.7",
"@mui/internal-markdown": "^1.0.4",
Expand Down Expand Up @@ -170,15 +170,15 @@
"pnpm": "9.0.6"
},
"resolutions": {
"@babel/core": "^7.24.5",
"@babel/code-frame": "^7.24.2",
"@babel/core": "^7.24.6",
"@babel/code-frame": "^7.24.6",
"@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@babel/runtime": "^7.24.5",
"@babel/types": "^7.24.5",
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/runtime": "^7.24.6",
"@babel/types": "^7.24.6",
"@definitelytyped/header-parser": "^0.2.9",
"@definitelytyped/typescript-versions": "^0.1.1",
"@definitelytyped/utils": "^0.1.6",
Expand Down
Loading

0 comments on commit a3fd996

Please sign in to comment.