Skip to content

Commit 6126988

Browse files
Replace dependency @material-ui/styles with @mui/styles ^5.0.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ef0947 commit 6126988

6 files changed

Lines changed: 1141 additions & 164 deletions

File tree

plugins/code-coverage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@material-ui/core": "^4.12.2",
3434
"@material-ui/icons": "^4.9.1",
3535
"@material-ui/lab": "4.0.0-alpha.61",
36-
"@material-ui/styles": "^4.11.0",
36+
"@mui/styles": "^5.0.0",
3737
"highlight.js": "^10.6.0",
3838
"luxon": "^3.0.0",
3939
"react-use": "^17.2.4",

plugins/cost-insights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@material-ui/core": "^4.12.2",
4343
"@material-ui/icons": "^4.9.1",
4444
"@material-ui/lab": "4.0.0-alpha.61",
45-
"@material-ui/styles": "^4.9.6",
45+
"@mui/styles": "^5.0.0",
4646
"@types/react": "^16.13.1 || ^17.0.0",
4747
"@types/recharts": "^1.8.14",
4848
"classnames": "^2.2.6",

plugins/sonarqube/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@material-ui/core": "^4.12.2",
4545
"@material-ui/icons": "^4.9.1",
4646
"@material-ui/lab": "4.0.0-alpha.61",
47-
"@material-ui/styles": "^4.10.0",
47+
"@mui/styles": "^5.0.0",
4848
"cross-fetch": "^3.1.5",
4949
"luxon": "^3.0.0",
5050
"rc-progress": "3.4.2",

plugins/techdocs-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@backstage/version-bridge": "workspace:^",
4141
"@material-ui/core": "^4.12.2",
4242
"@material-ui/lab": "4.0.0-alpha.61",
43-
"@material-ui/styles": "^4.11.0",
43+
"@mui/styles": "^5.0.0",
4444
"@types/react": "^16.13.1 || ^17.0.0",
4545
"jss": "~10.10.0",
4646
"lodash": "^4.17.21",

plugins/techdocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@material-ui/core": "^4.12.2",
4949
"@material-ui/icons": "^4.9.1",
5050
"@material-ui/lab": "4.0.0-alpha.61",
51-
"@material-ui/styles": "^4.10.0",
51+
"@mui/styles": "^5.0.0",
5252
"@types/react": "^16.13.1 || ^17.0.0",
5353
"dompurify": "^2.2.9",
5454
"event-source-polyfill": "1.0.25",

0 commit comments

Comments
 (0)