Skip to content

Commit

Permalink
fix: upgrade to mui v6
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Oct 25, 2024
1 parent 068ecde commit 162811d
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 132 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@graasp/sdk": "4.32.1",
"@graasp/stylis-plugin-rtl": "2.2.0",
"@graasp/translations": "1.40.0",
"@graasp/ui": "5.3.1",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@graasp/ui": "5.4.0",
"@mui/icons-material": "6.1.5",
"@mui/lab": "6.0.0-beta.13",
"@mui/material": "6.1.5",
"@sentry/react": "7.119.2",
"date-fns": "4.1.0",
"http-status-codes": "2.3.0",
Expand Down Expand Up @@ -90,15 +90,15 @@
"@testing-library/user-event": "14.5.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/node": "20.17.0",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"@types/validator": "13.12.2",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@vitejs/plugin-react": "4.3.3",
"concurrently": "9.0.1",
"cypress": "13.15.0",
"cypress": "13.15.1",
"cypress-vite": "1.5.0",
"env-cmd": "10.1.0",
"eslint": "^8.57.1",
Expand All @@ -111,7 +111,7 @@
"prettier": "3.3.3",
"standard-version": "9.5.0",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-plugin-checker": "0.8.0",
"vite-plugin-istanbul": "6.0.2"
},
Expand Down
Loading

0 comments on commit 162811d

Please sign in to comment.