theme: initial mui v5 types + workaround

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-12-30 15:00:40 +01:00
committed by Philipp Hugenroth
parent c48ff74795
commit 91ea8e8343
4 changed files with 77 additions and 1 deletions
+6 -1
View File
@@ -32,7 +32,12 @@
"test": "backstage-cli package test"
},
"dependencies": {
"@material-ui/core": "^4.12.2"
"@material-ui/core": "^4.12.2",
"@mui/material": "^5.11.2"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
"react": "^16.13.1 || ^17.0.0"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",