diff options
Diffstat (limited to 'webui/package.json')
-rw-r--r-- | webui/package.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/webui/package.json b/webui/package.json index 87020315..f3ad7258 100644 --- a/webui/package.json +++ b/webui/package.json @@ -5,10 +5,12 @@ "dependencies": { "@apollo/client": "^3.5.9", "@arrows/composition": "^1.2.2", - "@material-ui/core": "^4.12.3", - "@material-ui/icons": "^4.11.2", - "@material-ui/lab": "^4.0.0-alpha.60", - "@material-ui/styles": "^4.10.0", + "@emotion/react": "^11.8.1", + "@emotion/styled": "^11.8.1", + "@mui/icons-material": "^5.4.2", + "@mui/lab": "^5.0.0-alpha.70", + "@mui/material": "^5.4.3", + "@mui/styles": "^5.4.2", "@types/node": "^17.0.18", "@types/react": "^17.0.39", "@types/react-dom": "^17.0.11", |