Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into fixes
  • Loading branch information
Janpot committed Nov 26, 2025
commit 8beaf51cd1bb171c69b94e72d8e5361b2b265ba9
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@mui-internal/api-docs-builder-core": "workspace:^",
"@mui/internal-babel-plugin-minify-errors": "^2.0.8-canary.11",
"@mui/internal-bundle-size-checker": "^1.0.9-canary.55",
"@mui/internal-code-infra": "^0.0.3-canary.51",
"@mui/internal-code-infra": "^0.0.3-canary.52",
"@mui/internal-docs-utils": "workspace:^",
"@mui/internal-netlify-cache": "^0.0.2-canary.1",
"@mui/internal-scripts": "workspace:^",
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 @@ -48,7 +48,7 @@
"@mui/internal-waterfall": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^5.2.2",
"@types/react": "^19.2.4",
"@types/react": "^19.2.6",
"chai": "^6.0.1",
"chalk": "^5.6.0",
"cross-fetch": "^4.1.0",
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 @@ -38,7 +38,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/types": "workspace:^",
"@types/chai": "^5.2.2",
"@types/react": "^19.2.4",
"@types/react": "^19.2.6",
"chai": "^6.0.1",
"react": "^19.2.0"
},
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 @@ -39,7 +39,7 @@
"devDependencies": {
"@mui/internal-test-utils": "workspace:^",
"@types/chai": "^5.2.2",
"@types/react": "^19.2.4",
"@types/react": "^19.2.6",
"chai": "^6.0.1",
"react": "^19.2.0",
"styled-components": "^6.1.19"
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 @@ -44,7 +44,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/styled-engine": "workspace:*",
"@types/chai": "^5.2.2",
"@types/react": "^19.2.4",
"@types/react": "^19.2.6",
"chai": "^6.0.1",
"react": "^19.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@playwright/test": "1.56.1",
"@testing-library/dom": "^10.4.1",
"@types/chai": "^5.2.2",
"@types/react": "^19.2.4",
"@types/react": "^19.2.6",
"@types/react-is": "^19.2.0",
"@types/sinon": "^17.0.4",
"chai": "^6.0.1",
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.