theme: bring in mui 5 style deps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
committed by
Philipp Hugenroth
parent
5b30bdbb73
commit
689a2f6099
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user