Skip to content

Commit aa108fd

Browse files
fix(deps): replace dependency @material-ui/styles with @mui/styles 5.0.0
1 parent be60662 commit aa108fd

File tree

2 files changed

+147
-3
lines changed

2 files changed

+147
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@material-ui/core": "4.12.4",
24-
"@material-ui/styles": "4.11.5",
24+
"@mui/styles": "5.0.0",
2525
"antd": "4.20.5",
2626
"chrome-extension-async": "3.4.1",
2727
"clean-webpack-plugin": "4.0.0",

yarn.lock

Lines changed: 146 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,13 @@
470470
dependencies:
471471
regenerator-runtime "^0.13.4"
472472

473+
"@babel/runtime@^7.14.8", "@babel/runtime@^7.23.8":
474+
version "7.23.9"
475+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.9.tgz#47791a15e4603bb5f905bc0753801cf21d6345f7"
476+
integrity sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==
477+
dependencies:
478+
regenerator-runtime "^0.14.0"
479+
473480
"@babel/template@^7.16.0", "@babel/template@^7.3.3":
474481
version "7.16.0"
475482
resolved "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
@@ -945,7 +952,7 @@
945952
react-is "^16.8.0 || ^17.0.0"
946953
react-transition-group "^4.4.0"
947954

948-
"@material-ui/styles@4.11.5", "@material-ui/styles@^4.11.5":
955+
"@material-ui/styles@^4.11.5":
949956
version "4.11.5"
950957
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.5.tgz#19f84457df3aafd956ac863dbe156b1d88e2bbfb"
951958
integrity sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==
@@ -996,6 +1003,53 @@
9961003
resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-4.1.12.tgz#d266138c24295440619ea562ce3f4ec22600e897"
9971004
integrity sha512-y3Ntio6hb5+m6asxcA3nnIN6URjAFMji2EZZVYGd2Ag5On4mmvPhMnXdiIScCMXgHjFX+5qXuKaojLLhJHZPAg==
9981005

1006+
"@mui/private-theming@^5.0.0":
1007+
version "5.15.6"
1008+
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.15.6.tgz#224819694ed76df041b1257256152a45d1fd733d"
1009+
integrity sha512-ZBX9E6VNUSscUOtU8uU462VvpvBS7eFl5VfxAzTRVQBHflzL+5KtnGrebgf6Nd6cdvxa1o0OomiaxSKoN2XDmg==
1010+
dependencies:
1011+
"@babel/runtime" "^7.23.8"
1012+
"@mui/utils" "^5.15.6"
1013+
prop-types "^15.8.1"
1014+
1015+
"@mui/styles@5.0.0":
1016+
version "5.0.0"
1017+
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.0.0.tgz#ef9d1ab02a29729f15c92390e281849e3cd132c0"
1018+
integrity sha512-J4Cg43m1M+7HsvV4XtTGAs39ogZcnzTUDxw0VbEdDdaEYdXG0jC5VXT/UouOPI2SWA3/v+trfanW8t/U2pIsqA==
1019+
dependencies:
1020+
"@babel/runtime" "^7.14.8"
1021+
"@emotion/hash" "^0.8.0"
1022+
"@mui/private-theming" "^5.0.0"
1023+
"@mui/types" "^7.0.0"
1024+
"@mui/utils" "^5.0.0"
1025+
clsx "^1.1.1"
1026+
csstype "^3.0.8"
1027+
hoist-non-react-statics "^3.3.2"
1028+
jss "^10.7.1"
1029+
jss-plugin-camel-case "^10.7.1"
1030+
jss-plugin-default-unit "^10.7.1"
1031+
jss-plugin-global "^10.7.1"
1032+
jss-plugin-nested "^10.7.1"
1033+
jss-plugin-props-sort "^10.7.1"
1034+
jss-plugin-rule-value-function "^10.7.1"
1035+
jss-plugin-vendor-prefixer "^10.7.1"
1036+
prop-types "^15.7.2"
1037+
1038+
"@mui/types@^7.0.0":
1039+
version "7.2.13"
1040+
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.13.tgz#d1584912942f9dc042441ecc2d1452be39c666b8"
1041+
integrity sha512-qP9OgacN62s+l8rdDhSFRe05HWtLLJ5TGclC9I1+tQngbssu0m2dmFZs+Px53AcOs9fD7TbYd4gc9AXzVqO/+g==
1042+
1043+
"@mui/utils@^5.0.0", "@mui/utils@^5.15.6":
1044+
version "5.15.6"
1045+
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.15.6.tgz#bbcc302b8e83e360a87230afe3ed8fc99e29fae9"
1046+
integrity sha512-qfEhf+zfU9aQdbzo1qrSWlbPQhH1nCgeYgwhOVnj9Bn39shJQitEnXpSQpSNag8+uty5Od6PxmlNKPTnPySRKA==
1047+
dependencies:
1048+
"@babel/runtime" "^7.23.8"
1049+
"@types/prop-types" "^15.7.11"
1050+
prop-types "^15.8.1"
1051+
react-is "^18.2.0"
1052+
9991053
"@nodelib/fs.scandir@2.1.5":
10001054
version "2.1.5"
10011055
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1409,6 +1463,11 @@
14091463
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
14101464
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
14111465

1466+
"@types/prop-types@^15.7.11":
1467+
version "15.7.11"
1468+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563"
1469+
integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==
1470+
14121471
"@types/qs@*":
14131472
version "6.9.7"
14141473
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
@@ -2972,6 +3031,11 @@ clsx@^1.0.4:
29723031
resolved "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
29733032
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
29743033

3034+
clsx@^1.1.1:
3035+
version "1.2.1"
3036+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
3037+
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
3038+
29753039
co@^4.6.0:
29763040
version "4.6.0"
29773041
resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -3596,6 +3660,11 @@ csstype@^3.0.2:
35963660
resolved "https://registry.npmjs.org/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
35973661
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
35983662

3663+
csstype@^3.0.8:
3664+
version "3.1.3"
3665+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
3666+
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
3667+
35993668
dargs@^7.0.0:
36003669
version "7.0.0"
36013670
resolved "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
@@ -7019,6 +7088,15 @@ jss-plugin-camel-case@^10.5.1:
70197088
hyphenate-style-name "^1.0.3"
70207089
jss "10.8.2"
70217090

7091+
jss-plugin-camel-case@^10.7.1:
7092+
version "10.10.0"
7093+
resolved "https://registry.yarnpkg.com/jss-plugin-camel-case/-/jss-plugin-camel-case-10.10.0.tgz#27ea159bab67eb4837fa0260204eb7925d4daa1c"
7094+
integrity sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==
7095+
dependencies:
7096+
"@babel/runtime" "^7.3.1"
7097+
hyphenate-style-name "^1.0.3"
7098+
jss "10.10.0"
7099+
70227100
jss-plugin-default-unit@^10.5.1:
70237101
version "10.8.2"
70247102
resolved "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.8.2.tgz#c66f12e02e0815d911b85c02c2a979ee7b4ce69a"
@@ -7027,6 +7105,14 @@ jss-plugin-default-unit@^10.5.1:
70277105
"@babel/runtime" "^7.3.1"
70287106
jss "10.8.2"
70297107

7108+
jss-plugin-default-unit@^10.7.1:
7109+
version "10.10.0"
7110+
resolved "https://registry.yarnpkg.com/jss-plugin-default-unit/-/jss-plugin-default-unit-10.10.0.tgz#db3925cf6a07f8e1dd459549d9c8aadff9804293"
7111+
integrity sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==
7112+
dependencies:
7113+
"@babel/runtime" "^7.3.1"
7114+
jss "10.10.0"
7115+
70307116
jss-plugin-global@^10.5.1:
70317117
version "10.8.2"
70327118
resolved "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.8.2.tgz#1a35632a693cf50113bcc5ffe6b51969df79c4ec"
@@ -7035,6 +7121,14 @@ jss-plugin-global@^10.5.1:
70357121
"@babel/runtime" "^7.3.1"
70367122
jss "10.8.2"
70377123

7124+
jss-plugin-global@^10.7.1:
7125+
version "10.10.0"
7126+
resolved "https://registry.yarnpkg.com/jss-plugin-global/-/jss-plugin-global-10.10.0.tgz#1c55d3c35821fab67a538a38918292fc9c567efd"
7127+
integrity sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==
7128+
dependencies:
7129+
"@babel/runtime" "^7.3.1"
7130+
jss "10.10.0"
7131+
70387132
jss-plugin-nested@^10.5.1:
70397133
version "10.8.2"
70407134
resolved "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.8.2.tgz#79f3c7f75ea6a36ae72fe52e777035bb24d230c7"
@@ -7044,6 +7138,15 @@ jss-plugin-nested@^10.5.1:
70447138
jss "10.8.2"
70457139
tiny-warning "^1.0.2"
70467140

7141+
jss-plugin-nested@^10.7.1:
7142+
version "10.10.0"
7143+
resolved "https://registry.yarnpkg.com/jss-plugin-nested/-/jss-plugin-nested-10.10.0.tgz#db872ed8925688806e77f1fc87f6e62264513219"
7144+
integrity sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==
7145+
dependencies:
7146+
"@babel/runtime" "^7.3.1"
7147+
jss "10.10.0"
7148+
tiny-warning "^1.0.2"
7149+
70477150
jss-plugin-props-sort@^10.5.1:
70487151
version "10.8.2"
70497152
resolved "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.8.2.tgz#e25a7471868652c394562b6dc5433dcaea7dff6f"
@@ -7052,6 +7155,14 @@ jss-plugin-props-sort@^10.5.1:
70527155
"@babel/runtime" "^7.3.1"
70537156
jss "10.8.2"
70547157

7158+
jss-plugin-props-sort@^10.7.1:
7159+
version "10.10.0"
7160+
resolved "https://registry.yarnpkg.com/jss-plugin-props-sort/-/jss-plugin-props-sort-10.10.0.tgz#67f4dd4c70830c126f4ec49b4b37ccddb680a5d7"
7161+
integrity sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==
7162+
dependencies:
7163+
"@babel/runtime" "^7.3.1"
7164+
jss "10.10.0"
7165+
70557166
jss-plugin-rule-value-function@^10.5.1:
70567167
version "10.8.2"
70577168
resolved "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.8.2.tgz#55354b55f1b2968a15976729968f767f02d64049"
@@ -7061,6 +7172,15 @@ jss-plugin-rule-value-function@^10.5.1:
70617172
jss "10.8.2"
70627173
tiny-warning "^1.0.2"
70637174

7175+
jss-plugin-rule-value-function@^10.7.1:
7176+
version "10.10.0"
7177+
resolved "https://registry.yarnpkg.com/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.10.0.tgz#7d99e3229e78a3712f78ba50ab342e881d26a24b"
7178+
integrity sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==
7179+
dependencies:
7180+
"@babel/runtime" "^7.3.1"
7181+
jss "10.10.0"
7182+
tiny-warning "^1.0.2"
7183+
70647184
jss-plugin-vendor-prefixer@^10.5.1:
70657185
version "10.8.2"
70667186
resolved "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.8.2.tgz#ebb4a482642f34091e454901e21176441dd5f475"
@@ -7070,6 +7190,25 @@ jss-plugin-vendor-prefixer@^10.5.1:
70707190
css-vendor "^2.0.8"
70717191
jss "10.8.2"
70727192

7193+
jss-plugin-vendor-prefixer@^10.7.1:
7194+
version "10.10.0"
7195+
resolved "https://registry.yarnpkg.com/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.10.0.tgz#c01428ef5a89f2b128ec0af87a314d0c767931c7"
7196+
integrity sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==
7197+
dependencies:
7198+
"@babel/runtime" "^7.3.1"
7199+
css-vendor "^2.0.8"
7200+
jss "10.10.0"
7201+
7202+
jss@10.10.0, jss@^10.7.1:
7203+
version "10.10.0"
7204+
resolved "https://registry.yarnpkg.com/jss/-/jss-10.10.0.tgz#a75cc85b0108c7ac8c7b7d296c520a3e4fbc6ccc"
7205+
integrity sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==
7206+
dependencies:
7207+
"@babel/runtime" "^7.3.1"
7208+
csstype "^3.0.2"
7209+
is-in-browser "^1.1.3"
7210+
tiny-warning "^1.0.2"
7211+
70737212
jss@10.8.2, jss@^10.5.1:
70747213
version "10.8.2"
70757214
resolved "https://registry.npmjs.org/jss/-/jss-10.8.2.tgz#4b2a30b094b924629a64928236017a52c7c97505"
@@ -9768,6 +9907,11 @@ react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-
97689907
resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
97699908
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
97709909

9910+
react-is@^18.2.0:
9911+
version "18.2.0"
9912+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
9913+
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
9914+
97719915
react-router-dom@6.21.3:
97729916
version "6.21.3"
97739917
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.21.3.tgz#ef3a7956a3699c7b82c21fcb3dbc63c313ed8c5d"
@@ -9946,7 +10090,7 @@ reflect.ownkeys@^0.2.0:
994610090
resolved "https://registry.npmjs.org/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460"
994710091
integrity sha1-dJrO7H8/34tj+SegSAnpDFwLNGA=
994810092

9949-
regenerator-runtime@0.14.1:
10093+
regenerator-runtime@0.14.1, regenerator-runtime@^0.14.0:
995010094
version "0.14.1"
995110095
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
995210096
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==

0 commit comments

Comments
 (0)