Skip to content

Commit

Permalink
Update MUI to v6 (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech authored Oct 31, 2024
1 parent c339952 commit 0058825
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 68 deletions.
2 changes: 1 addition & 1 deletion packages/uniforms-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"src/*.tsx"
],
"peerDependencies": {
"@mui/material": "^5.0.0",
"@mui/material": "^6.0.0",
"react": "^18.0.0 || ^17.0.0",
"uniforms": "4.0.0-beta.2"
},
Expand Down
147 changes: 81 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reproductions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@mui/material": "^5",
"@mui/material": "^6",
"@types/react-dom": "^18",
"@types/react": "^18",
"@types/simpl-schema": "^1",
Expand Down

0 comments on commit 0058825

Please sign in to comment.