theme: bring in mui 5 style deps

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-12-31 15:27:29 +01:00
committed by Philipp Hugenroth
parent 5b30bdbb73
commit 689a2f6099
2 changed files with 560 additions and 9 deletions
+4 -1
View File
@@ -32,8 +32,11 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.2",
"@mui/material": "^5.11.2"
"@mui/material": "^5.11.2",
"@mui/styles": "^5.11.2"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",