Skip to content

Commit 53da5ad

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

File tree

10 files changed

+298
-149
lines changed

10 files changed

+298
-149
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
@@ -1273,7 +1273,7 @@ __metadata:
12731273
"@material-ui/core": "npm:^4.12.2"
12741274
"@material-ui/icons": "npm:^4.9.1"
12751275
"@material-ui/lab": "npm:4.0.0-alpha.61"
1276-
"@material-ui/styles": "npm:^4.11.0"
1276+
"@mui/styles": "npm:^5.0.0"
12771277
"@testing-library/dom": "npm:^10.0.0"
12781278
"@testing-library/jest-dom": "npm:^6.0.0"
12791279
"@testing-library/react": "npm:^15.0.0"
@@ -2790,7 +2790,7 @@ __metadata:
27902790
languageName: node
27912791
linkType: hard
27922792

2793-
"@emotion/hash@npm:^0.9.2":
2793+
"@emotion/hash@npm:^0.9.1, @emotion/hash@npm:^0.9.2":
27942794
version: 0.9.2
27952795
resolution: "@emotion/hash@npm:0.9.2"
27962796
checksum: 10/379bde2830ccb0328c2617ec009642321c0e009a46aa383dfbe75b679c6aea977ca698c832d225a893901f29d7b3eef0e38cf341f560f6b2b56f1ff23c172387
@@ -3821,7 +3821,7 @@ __metadata:
38213821
languageName: node
38223822
linkType: hard
38233823

3824-
"@material-ui/styles@npm:^4.11.0, @material-ui/styles@npm:^4.11.4, @material-ui/styles@npm:^4.11.5":
3824+
"@material-ui/styles@npm:^4.11.4, @material-ui/styles@npm:^4.11.5":
38253825
version: 4.11.5
38263826
resolution: "@material-ui/styles@npm:4.11.5"
38273827
dependencies:
@@ -4272,20 +4272,20 @@ __metadata:
42724272
languageName: node
42734273
linkType: hard
42744274

4275-
"@mui/private-theming@npm:^5.16.14":
4276-
version: 5.16.14
4277-
resolution: "@mui/private-theming@npm:5.16.14"
4275+
"@mui/private-theming@npm:^5.16.14, @mui/private-theming@npm:^5.17.1":
4276+
version: 5.17.1
4277+
resolution: "@mui/private-theming@npm:5.17.1"
42784278
dependencies:
42794279
"@babel/runtime": "npm:^7.23.9"
4280-
"@mui/utils": "npm:^5.16.14"
4280+
"@mui/utils": "npm:^5.17.1"
42814281
prop-types: "npm:^15.8.1"
42824282
peerDependencies:
42834283
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
42844284
react: ^17.0.0 || ^18.0.0 || ^19.0.0
42854285
peerDependenciesMeta:
42864286
"@types/react":
42874287
optional: true
4288-
checksum: 10/19cb67ccb7f9702cc2c3de99861607cc9d4109c7df578d39e6cf662f9b0108a2f4a9bf59f6c23c4e5c30a269ad7964ebd7dc2342b7f469fb9abea762a4b00bbc
4288+
checksum: 10/f8b849f545e8ab29eac959f174f56702e5b72ffda85c3b0621750e294a3f64d15873ebdb792cf478564db1c3cf4b366eabcd4156897d811949f2df079b424c8c
42894289
languageName: node
42904290
linkType: hard
42914291

@@ -4310,6 +4310,37 @@ __metadata:
43104310
languageName: node
43114311
linkType: hard
43124312

4313+
"@mui/styles@npm:^5.0.0":
4314+
version: 5.18.0
4315+
resolution: "@mui/styles@npm:5.18.0"
4316+
dependencies:
4317+
"@babel/runtime": "npm:^7.23.9"
4318+
"@emotion/hash": "npm:^0.9.1"
4319+
"@mui/private-theming": "npm:^5.17.1"
4320+
"@mui/types": "npm:~7.2.15"
4321+
"@mui/utils": "npm:^5.17.1"
4322+
clsx: "npm:^2.1.0"
4323+
csstype: "npm:^3.1.3"
4324+
hoist-non-react-statics: "npm:^3.3.2"
4325+
jss: "npm:^10.10.0"
4326+
jss-plugin-camel-case: "npm:^10.10.0"
4327+
jss-plugin-default-unit: "npm:^10.10.0"
4328+
jss-plugin-global: "npm:^10.10.0"
4329+
jss-plugin-nested: "npm:^10.10.0"
4330+
jss-plugin-props-sort: "npm:^10.10.0"
4331+
jss-plugin-rule-value-function: "npm:^10.10.0"
4332+
jss-plugin-vendor-prefixer: "npm:^10.10.0"
4333+
prop-types: "npm:^15.8.1"
4334+
peerDependencies:
4335+
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
4336+
react: ^17.0.0 || ^18.0.0 || ^19.0.0
4337+
peerDependenciesMeta:
4338+
"@types/react":
4339+
optional: true
4340+
checksum: 10/b02cc02f7c8eafe0bd5b8bc1121ee0cee50bb48e876b652313aad4c61ae466c411423e8e82f603a386ecf569c537ecfa92b6c7dabd0c798d6727e935df7fa1e6
4341+
languageName: node
4342+
linkType: hard
4343+
43134344
"@mui/system@npm:^5.16.14":
43144345
version: 5.16.14
43154346
resolution: "@mui/system@npm:5.16.14"
@@ -4338,24 +4369,24 @@ __metadata:
43384369
languageName: node
43394370
linkType: hard
43404371

4341-
"@mui/types@npm:^7.2.15":
4342-
version: 7.2.21
4343-
resolution: "@mui/types@npm:7.2.21"
4372+
"@mui/types@npm:^7.2.15, @mui/types@npm:~7.2.15":
4373+
version: 7.2.24
4374+
resolution: "@mui/types@npm:7.2.24"
43444375
peerDependencies:
43454376
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
43464377
peerDependenciesMeta:
43474378
"@types/react":
43484379
optional: true
4349-
checksum: 10/cf604b02ee8a9127fe1cdcd1d2ee5d5aa92b2a3543b465a09c46a8be2452df7c58930ac0d8e55610e7130efe0fb9de9fa0c8522e30a04ca5dadc6640a4c77eda
4380+
checksum: 10/5ed4f90ec62c7df901e58b53011bf6b377b48e13b07de9eeb15c7a6f3f759310f0682b64685c7762f660fad6edf4c8e05595313c93810fc63c54270b899b4a75
43504381
languageName: node
43514382
linkType: hard
43524383

4353-
"@mui/utils@npm:^5.16.14":
4354-
version: 5.16.14
4355-
resolution: "@mui/utils@npm:5.16.14"
4384+
"@mui/utils@npm:^5.16.14, @mui/utils@npm:^5.17.1":
4385+
version: 5.17.1
4386+
resolution: "@mui/utils@npm:5.17.1"
43564387
dependencies:
43574388
"@babel/runtime": "npm:^7.23.9"
4358-
"@mui/types": "npm:^7.2.15"
4389+
"@mui/types": "npm:~7.2.15"
43594390
"@types/prop-types": "npm:^15.7.12"
43604391
clsx: "npm:^2.1.1"
43614392
prop-types: "npm:^15.8.1"
@@ -4366,7 +4397,7 @@ __metadata:
43664397
peerDependenciesMeta:
43674398
"@types/react":
43684399
optional: true
4369-
checksum: 10/29bb7ca0a6e9be7bc5ab5505621566ace279fd7a2da149f0937984502d349f2b78dd42f475c5e22b546b1b27d063bd8eb8e92093b0530a814169a535dc250cdc
4400+
checksum: 10/26efae9a9f84a817b016a93ab3e3c3d08533947f62b19d4a5f8cd67ebf6932b1f68c4e4ae677dc0d3397ecd1bf1cc8cb47ab83a345bcaa9b4f45c401ec9d3926
43704401
languageName: node
43714402
linkType: hard
43724403

@@ -16239,7 +16270,7 @@ __metadata:
1623916270
languageName: node
1624016271
linkType: hard
1624116272

16242-
"jss-plugin-camel-case@npm:^10.5.1":
16273+
"jss-plugin-camel-case@npm:^10.10.0, jss-plugin-camel-case@npm:^10.5.1":
1624316274
version: 10.10.0
1624416275
resolution: "jss-plugin-camel-case@npm:10.10.0"
1624516276
dependencies:
@@ -16250,7 +16281,7 @@ __metadata:
1625016281
languageName: node
1625116282
linkType: hard
1625216283

16253-
"jss-plugin-default-unit@npm:^10.5.1":
16284+
"jss-plugin-default-unit@npm:^10.10.0, jss-plugin-default-unit@npm:^10.5.1":
1625416285
version: 10.10.0
1625516286
resolution: "jss-plugin-default-unit@npm:10.10.0"
1625616287
dependencies:
@@ -16260,7 +16291,7 @@ __metadata:
1626016291
languageName: node
1626116292
linkType: hard
1626216293

16263-
"jss-plugin-global@npm:^10.5.1":
16294+
"jss-plugin-global@npm:^10.10.0, jss-plugin-global@npm:^10.5.1":
1626416295
version: 10.10.0
1626516296
resolution: "jss-plugin-global@npm:10.10.0"
1626616297
dependencies:
@@ -16270,7 +16301,7 @@ __metadata:
1627016301
languageName: node
1627116302
linkType: hard
1627216303

16273-
"jss-plugin-nested@npm:^10.5.1":
16304+
"jss-plugin-nested@npm:^10.10.0, jss-plugin-nested@npm:^10.5.1":
1627416305
version: 10.10.0
1627516306
resolution: "jss-plugin-nested@npm:10.10.0"
1627616307
dependencies:
@@ -16281,7 +16312,7 @@ __metadata:
1628116312
languageName: node
1628216313
linkType: hard
1628316314

16284-
"jss-plugin-props-sort@npm:^10.5.1":
16315+
"jss-plugin-props-sort@npm:^10.10.0, jss-plugin-props-sort@npm:^10.5.1":
1628516316
version: 10.10.0
1628616317
resolution: "jss-plugin-props-sort@npm:10.10.0"
1628716318
dependencies:
@@ -16291,7 +16322,7 @@ __metadata:
1629116322
languageName: node
1629216323
linkType: hard
1629316324

16294-
"jss-plugin-rule-value-function@npm:^10.5.1":
16325+
"jss-plugin-rule-value-function@npm:^10.10.0, jss-plugin-rule-value-function@npm:^10.5.1":
1629516326
version: 10.10.0
1629616327
resolution: "jss-plugin-rule-value-function@npm:10.10.0"
1629716328
dependencies:
@@ -16302,7 +16333,7 @@ __metadata:
1630216333
languageName: node
1630316334
linkType: hard
1630416335

16305-
"jss-plugin-vendor-prefixer@npm:^10.5.1":
16336+
"jss-plugin-vendor-prefixer@npm:^10.10.0, jss-plugin-vendor-prefixer@npm:^10.5.1":
1630616337
version: 10.10.0
1630716338
resolution: "jss-plugin-vendor-prefixer@npm:10.10.0"
1630816339
dependencies:
@@ -16313,7 +16344,7 @@ __metadata:
1631316344
languageName: node
1631416345
linkType: hard
1631516346

16316-
"jss@npm:10.10.0, jss@npm:^10.5.1":
16347+
"jss@npm:10.10.0, jss@npm:^10.10.0, jss@npm:^10.5.1":
1631716348
version: 10.10.0
1631816349
resolution: "jss@npm:10.10.0"
1631916350
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)