Skip to content

Commit 4a37b86

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

File tree

2 files changed

+160
-2
lines changed

2 files changed

+160
-2
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: 159 additions & 1 deletion
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.22.15":
474+
version "7.22.15"
475+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.15.tgz#38f46494ccf6cf020bd4eed7124b425e83e523b8"
476+
integrity sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==
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"
@@ -868,7 +875,7 @@
868875
react-is "^16.8.0 || ^17.0.0"
869876
react-transition-group "^4.4.0"
870877

871-
"@material-ui/styles@4.11.5", "@material-ui/styles@^4.11.5":
878+
"@material-ui/styles@^4.11.5":
872879
version "4.11.5"
873880
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.5.tgz#19f84457df3aafd956ac863dbe156b1d88e2bbfb"
874881
integrity sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==
@@ -919,6 +926,53 @@
919926
resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-4.1.12.tgz#d266138c24295440619ea562ce3f4ec22600e897"
920927
integrity sha512-y3Ntio6hb5+m6asxcA3nnIN6URjAFMji2EZZVYGd2Ag5On4mmvPhMnXdiIScCMXgHjFX+5qXuKaojLLhJHZPAg==
921928

929+
"@mui/private-theming@^5.0.0":
930+
version "5.14.10"
931+
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.10.tgz#42b176b27435931aff40d50833413d10150ac007"
932+
integrity sha512-f67xOj3H06wWDT9xBg7hVL/HSKNF+HG1Kx0Pm23skkbEqD2Ef2Lif64e5nPdmWVv+7cISCYtSuE2aeuzrZe78w==
933+
dependencies:
934+
"@babel/runtime" "^7.22.15"
935+
"@mui/utils" "^5.14.10"
936+
prop-types "^15.8.1"
937+
938+
"@mui/styles@5.0.0":
939+
version "5.0.0"
940+
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.0.0.tgz#ef9d1ab02a29729f15c92390e281849e3cd132c0"
941+
integrity sha512-J4Cg43m1M+7HsvV4XtTGAs39ogZcnzTUDxw0VbEdDdaEYdXG0jC5VXT/UouOPI2SWA3/v+trfanW8t/U2pIsqA==
942+
dependencies:
943+
"@babel/runtime" "^7.14.8"
944+
"@emotion/hash" "^0.8.0"
945+
"@mui/private-theming" "^5.0.0"
946+
"@mui/types" "^7.0.0"
947+
"@mui/utils" "^5.0.0"
948+
clsx "^1.1.1"
949+
csstype "^3.0.8"
950+
hoist-non-react-statics "^3.3.2"
951+
jss "^10.7.1"
952+
jss-plugin-camel-case "^10.7.1"
953+
jss-plugin-default-unit "^10.7.1"
954+
jss-plugin-global "^10.7.1"
955+
jss-plugin-nested "^10.7.1"
956+
jss-plugin-props-sort "^10.7.1"
957+
jss-plugin-rule-value-function "^10.7.1"
958+
jss-plugin-vendor-prefixer "^10.7.1"
959+
prop-types "^15.7.2"
960+
961+
"@mui/types@^7.0.0":
962+
version "7.2.4"
963+
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.4.tgz#b6fade19323b754c5c6de679a38f068fd50b9328"
964+
integrity sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==
965+
966+
"@mui/utils@^5.0.0", "@mui/utils@^5.14.10":
967+
version "5.14.10"
968+
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.10.tgz#4b0a2a26f1ee12323010daa9d7aecf3384acfc3c"
969+
integrity sha512-Rn+vYQX7FxkcW0riDX/clNUwKuOJFH45HiULxwmpgnzQoQr3A0lb+QYwaZ+FAkZrR7qLoHKmLQlcItu6LT0y/Q==
970+
dependencies:
971+
"@babel/runtime" "^7.22.15"
972+
"@types/prop-types" "^15.7.5"
973+
prop-types "^15.8.1"
974+
react-is "^18.2.0"
975+
922976
"@nodelib/fs.scandir@2.1.5":
923977
version "2.1.5"
924978
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1295,6 +1349,11 @@
12951349
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
12961350
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
12971351

1352+
"@types/prop-types@^15.7.5":
1353+
version "15.7.6"
1354+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.6.tgz#bbf819813d6be21011b8f5801058498bec555572"
1355+
integrity sha512-RK/kBbYOQQHLYj9Z95eh7S6t7gq4Ojt/NT8HTk8bWVhA5DaF+5SMnxHKkP4gPNN3wAZkKP+VjAf0ebtYzf+fxg==
1356+
12981357
"@types/qs@*":
12991358
version "6.9.7"
13001359
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
@@ -2772,6 +2831,11 @@ clsx@^1.0.4:
27722831
resolved "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
27732832
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
27742833

2834+
clsx@^1.1.1:
2835+
version "1.2.1"
2836+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
2837+
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
2838+
27752839
co@^4.6.0:
27762840
version "4.6.0"
27772841
resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -3386,6 +3450,11 @@ csstype@^3.0.2:
33863450
resolved "https://registry.npmjs.org/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
33873451
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
33883452

3453+
csstype@^3.0.8:
3454+
version "3.1.2"
3455+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b"
3456+
integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
3457+
33893458
dargs@^7.0.0:
33903459
version "7.0.0"
33913460
resolved "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
@@ -6555,6 +6624,15 @@ jss-plugin-camel-case@^10.5.1:
65556624
hyphenate-style-name "^1.0.3"
65566625
jss "10.8.2"
65576626

6627+
jss-plugin-camel-case@^10.7.1:
6628+
version "10.10.0"
6629+
resolved "https://registry.yarnpkg.com/jss-plugin-camel-case/-/jss-plugin-camel-case-10.10.0.tgz#27ea159bab67eb4837fa0260204eb7925d4daa1c"
6630+
integrity sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw==
6631+
dependencies:
6632+
"@babel/runtime" "^7.3.1"
6633+
hyphenate-style-name "^1.0.3"
6634+
jss "10.10.0"
6635+
65586636
jss-plugin-default-unit@^10.5.1:
65596637
version "10.8.2"
65606638
resolved "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.8.2.tgz#c66f12e02e0815d911b85c02c2a979ee7b4ce69a"
@@ -6563,6 +6641,14 @@ jss-plugin-default-unit@^10.5.1:
65636641
"@babel/runtime" "^7.3.1"
65646642
jss "10.8.2"
65656643

6644+
jss-plugin-default-unit@^10.7.1:
6645+
version "10.10.0"
6646+
resolved "https://registry.yarnpkg.com/jss-plugin-default-unit/-/jss-plugin-default-unit-10.10.0.tgz#db3925cf6a07f8e1dd459549d9c8aadff9804293"
6647+
integrity sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ==
6648+
dependencies:
6649+
"@babel/runtime" "^7.3.1"
6650+
jss "10.10.0"
6651+
65666652
jss-plugin-global@^10.5.1:
65676653
version "10.8.2"
65686654
resolved "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.8.2.tgz#1a35632a693cf50113bcc5ffe6b51969df79c4ec"
@@ -6571,6 +6657,14 @@ jss-plugin-global@^10.5.1:
65716657
"@babel/runtime" "^7.3.1"
65726658
jss "10.8.2"
65736659

6660+
jss-plugin-global@^10.7.1:
6661+
version "10.10.0"
6662+
resolved "https://registry.yarnpkg.com/jss-plugin-global/-/jss-plugin-global-10.10.0.tgz#1c55d3c35821fab67a538a38918292fc9c567efd"
6663+
integrity sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A==
6664+
dependencies:
6665+
"@babel/runtime" "^7.3.1"
6666+
jss "10.10.0"
6667+
65746668
jss-plugin-nested@^10.5.1:
65756669
version "10.8.2"
65766670
resolved "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.8.2.tgz#79f3c7f75ea6a36ae72fe52e777035bb24d230c7"
@@ -6580,6 +6674,15 @@ jss-plugin-nested@^10.5.1:
65806674
jss "10.8.2"
65816675
tiny-warning "^1.0.2"
65826676

6677+
jss-plugin-nested@^10.7.1:
6678+
version "10.10.0"
6679+
resolved "https://registry.yarnpkg.com/jss-plugin-nested/-/jss-plugin-nested-10.10.0.tgz#db872ed8925688806e77f1fc87f6e62264513219"
6680+
integrity sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA==
6681+
dependencies:
6682+
"@babel/runtime" "^7.3.1"
6683+
jss "10.10.0"
6684+
tiny-warning "^1.0.2"
6685+
65836686
jss-plugin-props-sort@^10.5.1:
65846687
version "10.8.2"
65856688
resolved "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.8.2.tgz#e25a7471868652c394562b6dc5433dcaea7dff6f"
@@ -6588,6 +6691,14 @@ jss-plugin-props-sort@^10.5.1:
65886691
"@babel/runtime" "^7.3.1"
65896692
jss "10.8.2"
65906693

6694+
jss-plugin-props-sort@^10.7.1:
6695+
version "10.10.0"
6696+
resolved "https://registry.yarnpkg.com/jss-plugin-props-sort/-/jss-plugin-props-sort-10.10.0.tgz#67f4dd4c70830c126f4ec49b4b37ccddb680a5d7"
6697+
integrity sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg==
6698+
dependencies:
6699+
"@babel/runtime" "^7.3.1"
6700+
jss "10.10.0"
6701+
65916702
jss-plugin-rule-value-function@^10.5.1:
65926703
version "10.8.2"
65936704
resolved "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.8.2.tgz#55354b55f1b2968a15976729968f767f02d64049"
@@ -6597,6 +6708,15 @@ jss-plugin-rule-value-function@^10.5.1:
65976708
jss "10.8.2"
65986709
tiny-warning "^1.0.2"
65996710

6711+
jss-plugin-rule-value-function@^10.7.1:
6712+
version "10.10.0"
6713+
resolved "https://registry.yarnpkg.com/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.10.0.tgz#7d99e3229e78a3712f78ba50ab342e881d26a24b"
6714+
integrity sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g==
6715+
dependencies:
6716+
"@babel/runtime" "^7.3.1"
6717+
jss "10.10.0"
6718+
tiny-warning "^1.0.2"
6719+
66006720
jss-plugin-vendor-prefixer@^10.5.1:
66016721
version "10.8.2"
66026722
resolved "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.8.2.tgz#ebb4a482642f34091e454901e21176441dd5f475"
@@ -6606,6 +6726,25 @@ jss-plugin-vendor-prefixer@^10.5.1:
66066726
css-vendor "^2.0.8"
66076727
jss "10.8.2"
66086728

6729+
jss-plugin-vendor-prefixer@^10.7.1:
6730+
version "10.10.0"
6731+
resolved "https://registry.yarnpkg.com/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.10.0.tgz#c01428ef5a89f2b128ec0af87a314d0c767931c7"
6732+
integrity sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg==
6733+
dependencies:
6734+
"@babel/runtime" "^7.3.1"
6735+
css-vendor "^2.0.8"
6736+
jss "10.10.0"
6737+
6738+
jss@10.10.0, jss@^10.7.1:
6739+
version "10.10.0"
6740+
resolved "https://registry.yarnpkg.com/jss/-/jss-10.10.0.tgz#a75cc85b0108c7ac8c7b7d296c520a3e4fbc6ccc"
6741+
integrity sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw==
6742+
dependencies:
6743+
"@babel/runtime" "^7.3.1"
6744+
csstype "^3.0.2"
6745+
is-in-browser "^1.1.3"
6746+
tiny-warning "^1.0.2"
6747+
66096748
jss@10.8.2, jss@^10.5.1:
66106749
version "10.8.2"
66116750
resolved "https://registry.npmjs.org/jss/-/jss-10.8.2.tgz#4b2a30b094b924629a64928236017a52c7c97505"
@@ -8533,6 +8672,15 @@ prop-types@^15.6.2, prop-types@^15.7.2:
85338672
object-assign "^4.1.1"
85348673
react-is "^16.8.1"
85358674

8675+
prop-types@^15.8.1:
8676+
version "15.8.1"
8677+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
8678+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
8679+
dependencies:
8680+
loose-envify "^1.4.0"
8681+
object-assign "^4.1.1"
8682+
react-is "^16.13.1"
8683+
85368684
proto-list@~1.2.1:
85378685
version "1.2.4"
85388686
resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
@@ -9154,6 +9302,11 @@ react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1, react-
91549302
resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
91559303
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
91569304

9305+
react-is@^18.2.0:
9306+
version "18.2.0"
9307+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
9308+
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
9309+
91579310
react-router-dom@6.3.0:
91589311
version "6.3.0"
91599312
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.3.0.tgz#a0216da813454e521905b5fa55e0e5176123f43d"
@@ -9337,6 +9490,11 @@ regenerator-runtime@0.13.9, regenerator-runtime@^0.13.4:
93379490
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
93389491
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
93399492

9493+
regenerator-runtime@^0.14.0:
9494+
version "0.14.0"
9495+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45"
9496+
integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==
9497+
93409498
regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1:
93419499
version "1.3.1"
93429500
resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"

0 commit comments

Comments
 (0)