Skip to content

Commit

Permalink
chore: upgrade to MUI v6
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Mar 29, 2024
1 parent a2258d1 commit 6583bfa
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 121 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
147 changes: 34 additions & 113 deletions package-lock.json

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

12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.4",
"@icons-pack/react-simple-icons": "^9.4.0",
"@mui/base": "5.0.0-beta.40",
"@mui/joy": "5.0.0-beta.32",
"@mui/material-nextjs": "^5.15.11",
"@mui/styled-engine": "^5.15.14",
"@mui/base": "next",
"@mui/joy": "next",
"@mui/material-nextjs": "next",
"@mui/styled-engine": "next",
"@prisma/client": "^5.11.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
Expand Down Expand Up @@ -65,9 +65,5 @@
"prisma": "^5.11.0",
"type-fest": "^4.14.0",
"typescript": "^5.4.3"
},
"overrides": {
"next": "canary",
"@next/eslint-plugin-next": "canary"
}
}

0 comments on commit 6583bfa

Please sign in to comment.