Skip to content

Commit ea73a1d

Browse files
fix(deps): replace dependency @material-ui/styles with @mui/styles ^5.0.0
Signed-off-by: Renovate Bot <[email protected]>
1 parent 84791a3 commit ea73a1d

File tree

10 files changed

+306
-157
lines changed

10 files changed

+306
-157
lines changed

workspaces/code-coverage/plugins/code-coverage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@material-ui/core": "^4.12.2",
4444
"@material-ui/icons": "^4.9.1",
4545
"@material-ui/lab": "4.0.0-alpha.61",
46-
"@material-ui/styles": "^4.11.0",
46+
"@mui/styles": "^5.0.0",
4747
"highlight.js": "^11.0.0",
4848
"luxon": "^3.0.0",
4949
"react-use": "^17.2.4",

workspaces/code-coverage/yarn.lock

Lines changed: 56 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ __metadata:
15511551
"@material-ui/core": "npm:^4.12.2"
15521552
"@material-ui/icons": "npm:^4.9.1"
15531553
"@material-ui/lab": "npm:4.0.0-alpha.61"
1554-
"@material-ui/styles": "npm:^4.11.0"
1554+
"@mui/styles": "npm:^5.0.0"
15551555
"@testing-library/dom": "npm:^10.0.0"
15561556
"@testing-library/jest-dom": "npm:^6.0.0"
15571557
"@testing-library/react": "npm:^15.0.0"
@@ -3041,7 +3041,7 @@ __metadata:
30413041
languageName: node
30423042
linkType: hard
30433043

3044-
"@emotion/hash@npm:^0.9.2":
3044+
"@emotion/hash@npm:^0.9.1, @emotion/hash@npm:^0.9.2":
30453045
version: 0.9.2
30463046
resolution: "@emotion/hash@npm:0.9.2"
30473047
checksum: 10/379bde2830ccb0328c2617ec009642321c0e009a46aa383dfbe75b679c6aea977ca698c832d225a893901f29d7b3eef0e38cf341f560f6b2b56f1ff23c172387
@@ -4109,7 +4109,7 @@ __metadata:
41094109
languageName: node
41104110
linkType: hard
41114111

4112-
"@material-ui/styles@npm:^4.11.0, @material-ui/styles@npm:^4.11.4, @material-ui/styles@npm:^4.11.5":
4112+
"@material-ui/styles@npm:^4.11.4, @material-ui/styles@npm:^4.11.5":
41134113
version: 4.11.5
41144114
resolution: "@material-ui/styles@npm:4.11.5"
41154115
dependencies:
@@ -4559,20 +4559,20 @@ __metadata:
45594559
languageName: node
45604560
linkType: hard
45614561

4562-
"@mui/private-theming@npm:^5.16.14":
4563-
version: 5.16.14
4564-
resolution: "@mui/private-theming@npm:5.16.14"
4562+
"@mui/private-theming@npm:^5.16.14, @mui/private-theming@npm:^5.17.1":
4563+
version: 5.17.1
4564+
resolution: "@mui/private-theming@npm:5.17.1"
45654565
dependencies:
45664566
"@babel/runtime": "npm:^7.23.9"
4567-
"@mui/utils": "npm:^5.16.14"
4567+
"@mui/utils": "npm:^5.17.1"
45684568
prop-types: "npm:^15.8.1"
45694569
peerDependencies:
45704570
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
45714571
react: ^17.0.0 || ^18.0.0 || ^19.0.0
45724572
peerDependenciesMeta:
45734573
"@types/react":
45744574
optional: true
4575-
checksum: 10/19cb67ccb7f9702cc2c3de99861607cc9d4109c7df578d39e6cf662f9b0108a2f4a9bf59f6c23c4e5c30a269ad7964ebd7dc2342b7f469fb9abea762a4b00bbc
4575+
checksum: 10/f8b849f545e8ab29eac959f174f56702e5b72ffda85c3b0621750e294a3f64d15873ebdb792cf478564db1c3cf4b366eabcd4156897d811949f2df079b424c8c
45764576
languageName: node
45774577
linkType: hard
45784578

@@ -4597,6 +4597,37 @@ __metadata:
45974597
languageName: node
45984598
linkType: hard
45994599

4600+
"@mui/styles@npm:^5.0.0":
4601+
version: 5.18.0
4602+
resolution: "@mui/styles@npm:5.18.0"
4603+
dependencies:
4604+
"@babel/runtime": "npm:^7.23.9"
4605+
"@emotion/hash": "npm:^0.9.1"
4606+
"@mui/private-theming": "npm:^5.17.1"
4607+
"@mui/types": "npm:~7.2.15"
4608+
"@mui/utils": "npm:^5.17.1"
4609+
clsx: "npm:^2.1.0"
4610+
csstype: "npm:^3.1.3"
4611+
hoist-non-react-statics: "npm:^3.3.2"
4612+
jss: "npm:^10.10.0"
4613+
jss-plugin-camel-case: "npm:^10.10.0"
4614+
jss-plugin-default-unit: "npm:^10.10.0"
4615+
jss-plugin-global: "npm:^10.10.0"
4616+
jss-plugin-nested: "npm:^10.10.0"
4617+
jss-plugin-props-sort: "npm:^10.10.0"
4618+
jss-plugin-rule-value-function: "npm:^10.10.0"
4619+
jss-plugin-vendor-prefixer: "npm:^10.10.0"
4620+
prop-types: "npm:^15.8.1"
4621+
peerDependencies:
4622+
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
4623+
react: ^17.0.0 || ^18.0.0 || ^19.0.0
4624+
peerDependenciesMeta:
4625+
"@types/react":
4626+
optional: true
4627+
checksum: 10/b02cc02f7c8eafe0bd5b8bc1121ee0cee50bb48e876b652313aad4c61ae466c411423e8e82f603a386ecf569c537ecfa92b6c7dabd0c798d6727e935df7fa1e6
4628+
languageName: node
4629+
linkType: hard
4630+
46004631
"@mui/system@npm:^5.16.14":
46014632
version: 5.16.14
46024633
resolution: "@mui/system@npm:5.16.14"
@@ -4625,24 +4656,24 @@ __metadata:
46254656
languageName: node
46264657
linkType: hard
46274658

4628-
"@mui/types@npm:^7.2.15":
4629-
version: 7.2.21
4630-
resolution: "@mui/types@npm:7.2.21"
4659+
"@mui/types@npm:^7.2.15, @mui/types@npm:~7.2.15":
4660+
version: 7.2.24
4661+
resolution: "@mui/types@npm:7.2.24"
46314662
peerDependencies:
46324663
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
46334664
peerDependenciesMeta:
46344665
"@types/react":
46354666
optional: true
4636-
checksum: 10/cf604b02ee8a9127fe1cdcd1d2ee5d5aa92b2a3543b465a09c46a8be2452df7c58930ac0d8e55610e7130efe0fb9de9fa0c8522e30a04ca5dadc6640a4c77eda
4667+
checksum: 10/5ed4f90ec62c7df901e58b53011bf6b377b48e13b07de9eeb15c7a6f3f759310f0682b64685c7762f660fad6edf4c8e05595313c93810fc63c54270b899b4a75
46374668
languageName: node
46384669
linkType: hard
46394670

4640-
"@mui/utils@npm:^5.16.14":
4641-
version: 5.16.14
4642-
resolution: "@mui/utils@npm:5.16.14"
4671+
"@mui/utils@npm:^5.16.14, @mui/utils@npm:^5.17.1":
4672+
version: 5.17.1
4673+
resolution: "@mui/utils@npm:5.17.1"
46434674
dependencies:
46444675
"@babel/runtime": "npm:^7.23.9"
4645-
"@mui/types": "npm:^7.2.15"
4676+
"@mui/types": "npm:~7.2.15"
46464677
"@types/prop-types": "npm:^15.7.12"
46474678
clsx: "npm:^2.1.1"
46484679
prop-types: "npm:^15.8.1"
@@ -4653,7 +4684,7 @@ __metadata:
46534684
peerDependenciesMeta:
46544685
"@types/react":
46554686
optional: true
4656-
checksum: 10/29bb7ca0a6e9be7bc5ab5505621566ace279fd7a2da149f0937984502d349f2b78dd42f475c5e22b546b1b27d063bd8eb8e92093b0530a814169a535dc250cdc
4687+
checksum: 10/26efae9a9f84a817b016a93ab3e3c3d08533947f62b19d4a5f8cd67ebf6932b1f68c4e4ae677dc0d3397ecd1bf1cc8cb47ab83a345bcaa9b4f45c401ec9d3926
46574688
languageName: node
46584689
linkType: hard
46594690

@@ -15775,7 +15806,7 @@ __metadata:
1577515806
languageName: node
1577615807
linkType: hard
1577715808

15778-
"jss-plugin-camel-case@npm:^10.5.1":
15809+
"jss-plugin-camel-case@npm:^10.10.0, jss-plugin-camel-case@npm:^10.5.1":
1577915810
version: 10.10.0
1578015811
resolution: "jss-plugin-camel-case@npm:10.10.0"
1578115812
dependencies:
@@ -15786,7 +15817,7 @@ __metadata:
1578615817
languageName: node
1578715818
linkType: hard
1578815819

15789-
"jss-plugin-default-unit@npm:^10.5.1":
15820+
"jss-plugin-default-unit@npm:^10.10.0, jss-plugin-default-unit@npm:^10.5.1":
1579015821
version: 10.10.0
1579115822
resolution: "jss-plugin-default-unit@npm:10.10.0"
1579215823
dependencies:
@@ -15796,7 +15827,7 @@ __metadata:
1579615827
languageName: node
1579715828
linkType: hard
1579815829

15799-
"jss-plugin-global@npm:^10.5.1":
15830+
"jss-plugin-global@npm:^10.10.0, jss-plugin-global@npm:^10.5.1":
1580015831
version: 10.10.0
1580115832
resolution: "jss-plugin-global@npm:10.10.0"
1580215833
dependencies:
@@ -15806,7 +15837,7 @@ __metadata:
1580615837
languageName: node
1580715838
linkType: hard
1580815839

15809-
"jss-plugin-nested@npm:^10.5.1":
15840+
"jss-plugin-nested@npm:^10.10.0, jss-plugin-nested@npm:^10.5.1":
1581015841
version: 10.10.0
1581115842
resolution: "jss-plugin-nested@npm:10.10.0"
1581215843
dependencies:
@@ -15817,7 +15848,7 @@ __metadata:
1581715848
languageName: node
1581815849
linkType: hard
1581915850

15820-
"jss-plugin-props-sort@npm:^10.5.1":
15851+
"jss-plugin-props-sort@npm:^10.10.0, jss-plugin-props-sort@npm:^10.5.1":
1582115852
version: 10.10.0
1582215853
resolution: "jss-plugin-props-sort@npm:10.10.0"
1582315854
dependencies:
@@ -15827,7 +15858,7 @@ __metadata:
1582715858
languageName: node
1582815859
linkType: hard
1582915860

15830-
"jss-plugin-rule-value-function@npm:^10.5.1":
15861+
"jss-plugin-rule-value-function@npm:^10.10.0, jss-plugin-rule-value-function@npm:^10.5.1":
1583115862
version: 10.10.0
1583215863
resolution: "jss-plugin-rule-value-function@npm:10.10.0"
1583315864
dependencies:
@@ -15838,7 +15869,7 @@ __metadata:
1583815869
languageName: node
1583915870
linkType: hard
1584015871

15841-
"jss-plugin-vendor-prefixer@npm:^10.5.1":
15872+
"jss-plugin-vendor-prefixer@npm:^10.10.0, jss-plugin-vendor-prefixer@npm:^10.5.1":
1584215873
version: 10.10.0
1584315874
resolution: "jss-plugin-vendor-prefixer@npm:10.10.0"
1584415875
dependencies:
@@ -15849,7 +15880,7 @@ __metadata:
1584915880
languageName: node
1585015881
linkType: hard
1585115882

15852-
"jss@npm:10.10.0, jss@npm:^10.5.1":
15883+
"jss@npm:10.10.0, jss@npm:^10.10.0, jss@npm:^10.5.1":
1585315884
version: 10.10.0
1585415885
resolution: "jss@npm:10.10.0"
1585515886
dependencies:

workspaces/cost-insights/plugins/cost-insights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@material-ui/core": "^4.12.2",
6868
"@material-ui/icons": "^4.9.1",
6969
"@material-ui/lab": "4.0.0-alpha.61",
70-
"@material-ui/styles": "^4.9.6",
70+
"@mui/styles": "^5.0.0",
7171
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
7272
"@types/recharts": "^1.8.14",
7373
"classnames": "^2.2.6",

0 commit comments

Comments
 (0)