Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"link-check": "tsx ./scripts/reportBrokenLinks.js"
},
"dependencies": {
"@babel/core": "^7.28.3",
"@babel/runtime": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/runtime": "^7.28.4",
"@docsearch/react": "^3.9.0",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@babel/core": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/node": "^7.28.0",
"@babel/plugin-transform-react-constant-elements": "^7.27.1",
"@mui-internal/api-docs-builder": "workspace:^",
Expand Down Expand Up @@ -197,12 +197,12 @@
"node": ">=22.18.0"
},
"resolutions": {
"@babel/core": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/plugin-transform-runtime": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@definitelytyped/header-parser": "^0.2.20",
"@definitelytyped/typescript-versions": "^0.1.9",
"@definitelytyped/utils": "^0.1.8",
Expand Down
4 changes: 2 additions & 2 deletions packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"typescript": "tsc -b tsconfig.typecheck.json"
},
"dependencies": {
"@babel/core": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-jsx": "^7.27.1",
"@babel/plugin-syntax-typescript": "^7.27.1",
"@babel/types": "^7.28.2",
"@babel/types": "^7.28.4",
"@mui/internal-docs-utils": "workspace:^",
"doctrine": "^3.0.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/register": "^7.28.3",
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@testing-library/dom": "^10.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/core": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/preset-typescript": "^7.27.1",
"@babel/traverse": "^7.28.3",
"@babel/traverse": "^7.28.4",
"@mui/internal-docs-utils": "workspace:^",
"@mui/internal-markdown": "workspace:^",
"ast-types": "^0.14.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\""
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"lodash": "^4.17.21",
"marked": "^16.2.1",
"prismjs": "^1.30.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"url": "https://opencollective.com/mui-org"
},
"dependencies": {
"@babel/core": "^7.28.3",
"@babel/runtime": "^7.28.3",
"@babel/traverse": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/runtime": "^7.28.4",
"@babel/traverse": "^7.28.4",
"jscodeshift": "^17.1.2",
"jscodeshift-add-imports": "^1.0.11",
"postcss": "^8.5.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@mui/internal-markdown": "workspace:^",
"clipboard-copy": "^4.0.1",
"clsx": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"attw": "attw --pack ./build --exclude-entrypoints esm --include-entrypoints Close"
},
"dependencies": {
"@babel/runtime": "^7.28.3"
"@babel/runtime": "^7.28.4"
},
"devDependencies": {
"@mui/icons-material": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@mui/base": "7.0.0-beta.4",
"@mui/core-downloads-tracker": "workspace:^",
"@mui/system": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@mui/system": "workspace:^",
"@mui/types": "workspace:^",
"@mui/utils": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"attw": "attw --pack ./build --exclude-entrypoints . esm modern --include-entrypoints v15-pagesRouter v15-appRouter"
},
"dependencies": {
"@babel/runtime": "^7.28.3"
"@babel/runtime": "^7.28.4"
},
"devDependencies": {
"@emotion/cache": "^11.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-pigment-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript:module-augmentation": "node scripts/testModuleAugmentation.js"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@mui/system": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"attw": "attw --pack ./build --exclude-entrypoints esm modern --include-entrypoints Button styles"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@mui/core-downloads-tracker": "workspace:^",
"@mui/system": "workspace:^",
"@mui/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@mui/utils": "workspace:^",
"prop-types": "^15.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@types/hoist-non-react-statics": "^3.3.7",
"csstype": "^3.1.3",
"hoist-non-react-statics": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"attw": "attw --pack ./build --exclude-entrypoints esm modern --include-entrypoints StyledEngineProvider GlobalStyles"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@emotion/cache": "^11.14.0",
"@emotion/serialize": "^1.3.3",
"@emotion/sheet": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-stylis-plugin-rtl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"attw": "attw --pack ./build --exclude-entrypoints esm modern"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"cssjanus": "^2.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"attw": "attw --pack ./build --exclude-entrypoints esm modern --include-entrypoints borders"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@mui/private-theming": "workspace:^",
"@mui/styled-engine": "workspace:^",
"@mui/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"directory": "build"
},
"dependencies": {
"@babel/runtime": "^7.28.3"
"@babel/runtime": "^7.28.4"
},
"devDependencies": {
"@mui/types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"attw": "attw --pack ./build --exclude-entrypoints esm modern --include-entrypoints types deepmerge"
},
"dependencies": {
"@babel/runtime": "^7.28.3",
"@babel/runtime": "^7.28.4",
"@mui/types": "workspace:^",
"@types/prop-types": "^15.7.15",
"clsx": "^2.1.1",
Expand Down
Loading
Loading