Update mui dependencies and add @emotion

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-19 06:14:24 +04:00
parent 5850cb18ab
commit e9282e3c82
2 changed files with 431 additions and 7 deletions
+6
View File
@@ -9,10 +9,16 @@
"start": "NODE_ENV=production node server"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@icons-pack/react-simple-icons": "^3.13.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mui/icons-material": "^5.3.0",
"@mui/lab": "^5.0.0-alpha.65",
"@mui/material": "^5.3.0",
"@mui/styles": "^5.3.0",
"axios": "^0.21.0",
"compression": "^1.7.4",
"date-fns": "^2.16.1",