[Update] Update MUI v5 to v6 and it needs @emotion/react @emotion/styled so restored them...

This commit is contained in:
Sakamoto Shiina
2024-12-13 10:25:15 +09:00
parent 949270b8ca
commit 3473d40b89
2 changed files with 132 additions and 188 deletions

View File

@@ -23,7 +23,9 @@
"release-all": "npm run build && npm run release && npm run build-cuda && npm run release-cuda"
},
"dependencies": {
"@mui/material": "^5.16.6",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.2.0",
"@tauri-apps/api": "^1",
"clsx": "^2.1.1",
"eslint": "^8.57.0",