-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace dependency @material-ui/styles with @mui/styles ^5.0.0
- Loading branch information
1 parent
7d14abf
commit f938691
Showing
2 changed files
with
145 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1118,6 +1118,13 @@ | |
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/runtime@^7.23.9": | ||
version "7.25.4" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.4.tgz#6ef37d678428306e7d75f054d5b1bdb8cf8aa8ee" | ||
integrity sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w== | ||
dependencies: | ||
regenerator-runtime "^0.14.0" | ||
|
||
"@babel/runtime@^7.3.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.0", "@babel/runtime@^7.8.7": | ||
version "7.23.2" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885" | ||
|
@@ -1332,6 +1339,11 @@ | |
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413" | ||
integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow== | ||
|
||
"@emotion/hash@^0.9.1": | ||
version "0.9.2" | ||
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.2.tgz#ff9221b9f58b4dfe61e619a7788734bd63f6898b" | ||
integrity sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g== | ||
|
||
"@emotion/is-prop-valid@^1.1.0": | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.3.0.tgz#bd84ba972195e8a2d42462387581560ef780e4e2" | ||
|
@@ -1794,7 +1806,7 @@ | |
react-transition-group "^4.0.0" | ||
rifm "^0.7.0" | ||
|
||
"@material-ui/styles@^4.11.4", "@material-ui/styles@^4.11.5": | ||
"@material-ui/styles@^4.11.5": | ||
version "4.11.5" | ||
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.5.tgz#19f84457df3aafd956ac863dbe156b1d88e2bbfb" | ||
integrity sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA== | ||
|
@@ -1851,6 +1863,55 @@ | |
prop-types "^15.7.2" | ||
react-is "^17.0.2" | ||
|
||
"@mui/private-theming@^5.16.6": | ||
version "5.16.6" | ||
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.16.6.tgz#547671e7ae3f86b68d1289a0b90af04dfcc1c8c9" | ||
integrity sha512-rAk+Rh8Clg7Cd7shZhyt2HGTTE5wYKNSJ5sspf28Fqm/PZ69Er9o6KX25g03/FG2dfpg5GCwZh/xOojiTfm3hw== | ||
dependencies: | ||
"@babel/runtime" "^7.23.9" | ||
"@mui/utils" "^5.16.6" | ||
prop-types "^15.8.1" | ||
|
||
"@mui/styles@^5.0.0": | ||
version "5.16.7" | ||
resolved "https://registry.yarnpkg.com/@mui/styles/-/styles-5.16.7.tgz#cf052f0243d283fab837d2505f4901e5207a0575" | ||
integrity sha512-FfXhHP/2MlqH+vLs2tIHMeCChmqSRgkOALVNLKkPrDsvtoq5J8OraOutCn1scpvRjr9mO8ZhW6jKx2t/vUDxtQ== | ||
dependencies: | ||
"@babel/runtime" "^7.23.9" | ||
"@emotion/hash" "^0.9.1" | ||
"@mui/private-theming" "^5.16.6" | ||
"@mui/types" "^7.2.15" | ||
"@mui/utils" "^5.16.6" | ||
clsx "^2.1.0" | ||
csstype "^3.1.3" | ||
hoist-non-react-statics "^3.3.2" | ||
jss "^10.10.0" | ||
jss-plugin-camel-case "^10.10.0" | ||
jss-plugin-default-unit "^10.10.0" | ||
jss-plugin-global "^10.10.0" | ||
jss-plugin-nested "^10.10.0" | ||
jss-plugin-props-sort "^10.10.0" | ||
jss-plugin-rule-value-function "^10.10.0" | ||
jss-plugin-vendor-prefixer "^10.10.0" | ||
prop-types "^15.8.1" | ||
|
||
"@mui/types@^7.2.15": | ||
version "7.2.16" | ||
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.16.tgz#66710c691b51cd4fca95322100cd74ec230cfe30" | ||
integrity sha512-qI8TV3M7ShITEEc8Ih15A2vLzZGLhD+/UPNwck/hcls2gwg7dyRjNGXcQYHKLB5Q7PuTRfrTkAoPa2VV1s67Ag== | ||
|
||
"@mui/utils@^5.16.6": | ||
version "5.16.6" | ||
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.16.6.tgz#905875bbc58d3dcc24531c3314a6807aba22a711" | ||
integrity sha512-tWiQqlhxAt3KENNiSRL+DIn9H5xNVK6Jjf70x3PnfQPz1MPBdh7yyIcAyVBT9xiw7hP3SomRhPR7hzBMBCjqEA== | ||
dependencies: | ||
"@babel/runtime" "^7.23.9" | ||
"@mui/types" "^7.2.15" | ||
"@types/prop-types" "^15.7.12" | ||
clsx "^2.1.1" | ||
prop-types "^15.8.1" | ||
react-is "^18.3.1" | ||
|
||
"@nodelib/[email protected]": | ||
version "2.1.5" | ||
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" | ||
|
@@ -2403,7 +2464,7 @@ | |
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.3.tgz#68ada76827b0010d0db071f739314fa429943d0a" | ||
integrity sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg== | ||
|
||
"@types/prop-types@*": | ||
"@types/prop-types@*", "@types/prop-types@^15.7.12": | ||
version "15.7.12" | ||
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6" | ||
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q== | ||
|
@@ -3967,6 +4028,11 @@ clsx@^1.0.4, clsx@^1.1.0: | |
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188" | ||
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA== | ||
|
||
clsx@^2.1.0, clsx@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999" | ||
integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA== | ||
|
||
co@^4.6.0: | ||
version "4.6.0" | ||
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" | ||
|
@@ -4450,7 +4516,7 @@ csstype@^2.5.2, csstype@^2.5.7: | |
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda" | ||
integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA== | ||
|
||
csstype@^3.0.2: | ||
csstype@^3.0.2, csstype@^3.1.3: | ||
version "3.1.3" | ||
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" | ||
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== | ||
|
@@ -7334,6 +7400,15 @@ jsonpointer@^5.0.0: | |
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.0.tgz#f802669a524ec4805fa7389eadbc9921d5dc8072" | ||
integrity sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg== | ||
|
||
jss-plugin-camel-case@^10.10.0: | ||
version "10.10.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-camel-case/-/jss-plugin-camel-case-10.10.0.tgz#27ea159bab67eb4837fa0260204eb7925d4daa1c" | ||
integrity sha512-z+HETfj5IYgFxh1wJnUAU8jByI48ED+v0fuTuhKrPR+pRBYS2EDwbusU8aFOpCdYhtRc9zhN+PJ7iNE8pAWyPw== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
hyphenate-style-name "^1.0.3" | ||
jss "10.10.0" | ||
|
||
jss-plugin-camel-case@^10.5.1: | ||
version "10.9.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-camel-case/-/jss-plugin-camel-case-10.9.0.tgz#4921b568b38d893f39736ee8c4c5f1c64670aaf7" | ||
|
@@ -7343,6 +7418,14 @@ jss-plugin-camel-case@^10.5.1: | |
hyphenate-style-name "^1.0.3" | ||
jss "10.9.0" | ||
|
||
jss-plugin-default-unit@^10.10.0: | ||
version "10.10.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-default-unit/-/jss-plugin-default-unit-10.10.0.tgz#db3925cf6a07f8e1dd459549d9c8aadff9804293" | ||
integrity sha512-SvpajxIECi4JDUbGLefvNckmI+c2VWmP43qnEy/0eiwzRUsafg5DVSIWSzZe4d2vFX1u9nRDP46WCFV/PXVBGQ== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
jss "10.10.0" | ||
|
||
jss-plugin-default-unit@^10.5.1: | ||
version "10.9.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-default-unit/-/jss-plugin-default-unit-10.9.0.tgz#bb23a48f075bc0ce852b4b4d3f7582bc002df991" | ||
|
@@ -7351,6 +7434,14 @@ jss-plugin-default-unit@^10.5.1: | |
"@babel/runtime" "^7.3.1" | ||
jss "10.9.0" | ||
|
||
jss-plugin-global@^10.10.0: | ||
version "10.10.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-global/-/jss-plugin-global-10.10.0.tgz#1c55d3c35821fab67a538a38918292fc9c567efd" | ||
integrity sha512-icXEYbMufiNuWfuazLeN+BNJO16Ge88OcXU5ZDC2vLqElmMybA31Wi7lZ3lf+vgufRocvPj8443irhYRgWxP+A== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
jss "10.10.0" | ||
|
||
jss-plugin-global@^10.5.1: | ||
version "10.9.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-global/-/jss-plugin-global-10.9.0.tgz#fc07a0086ac97aca174e37edb480b69277f3931f" | ||
|
@@ -7359,6 +7450,15 @@ jss-plugin-global@^10.5.1: | |
"@babel/runtime" "^7.3.1" | ||
jss "10.9.0" | ||
|
||
jss-plugin-nested@^10.10.0: | ||
version "10.10.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-nested/-/jss-plugin-nested-10.10.0.tgz#db872ed8925688806e77f1fc87f6e62264513219" | ||
integrity sha512-9R4JHxxGgiZhurDo3q7LdIiDEgtA1bTGzAbhSPyIOWb7ZubrjQe8acwhEQ6OEKydzpl8XHMtTnEwHXCARLYqYA== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
jss "10.10.0" | ||
tiny-warning "^1.0.2" | ||
|
||
jss-plugin-nested@^10.5.1: | ||
version "10.9.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-nested/-/jss-plugin-nested-10.9.0.tgz#cc1c7d63ad542c3ccc6e2c66c8328c6b6b00f4b3" | ||
|
@@ -7368,6 +7468,14 @@ jss-plugin-nested@^10.5.1: | |
jss "10.9.0" | ||
tiny-warning "^1.0.2" | ||
|
||
jss-plugin-props-sort@^10.10.0: | ||
version "10.10.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-props-sort/-/jss-plugin-props-sort-10.10.0.tgz#67f4dd4c70830c126f4ec49b4b37ccddb680a5d7" | ||
integrity sha512-5VNJvQJbnq/vRfje6uZLe/FyaOpzP/IH1LP+0fr88QamVrGJa0hpRRyAa0ea4U/3LcorJfBFVyC4yN2QC73lJg== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
jss "10.10.0" | ||
|
||
jss-plugin-props-sort@^10.5.1: | ||
version "10.9.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-props-sort/-/jss-plugin-props-sort-10.9.0.tgz#30e9567ef9479043feb6e5e59db09b4de687c47d" | ||
|
@@ -7376,6 +7484,15 @@ jss-plugin-props-sort@^10.5.1: | |
"@babel/runtime" "^7.3.1" | ||
jss "10.9.0" | ||
|
||
jss-plugin-rule-value-function@^10.10.0: | ||
version "10.10.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.10.0.tgz#7d99e3229e78a3712f78ba50ab342e881d26a24b" | ||
integrity sha512-uEFJFgaCtkXeIPgki8ICw3Y7VMkL9GEan6SqmT9tqpwM+/t+hxfMUdU4wQ0MtOiMNWhwnckBV0IebrKcZM9C0g== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
jss "10.10.0" | ||
tiny-warning "^1.0.2" | ||
|
||
jss-plugin-rule-value-function@^10.5.1: | ||
version "10.9.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.9.0.tgz#379fd2732c0746fe45168011fe25544c1a295d67" | ||
|
@@ -7385,6 +7502,15 @@ jss-plugin-rule-value-function@^10.5.1: | |
jss "10.9.0" | ||
tiny-warning "^1.0.2" | ||
|
||
jss-plugin-vendor-prefixer@^10.10.0: | ||
version "10.10.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.10.0.tgz#c01428ef5a89f2b128ec0af87a314d0c767931c7" | ||
integrity sha512-UY/41WumgjW8r1qMCO8l1ARg7NHnfRVWRhZ2E2m0DMYsr2DD91qIXLyNhiX83hHswR7Wm4D+oDYNC1zWCJWtqg== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
css-vendor "^2.0.8" | ||
jss "10.10.0" | ||
|
||
jss-plugin-vendor-prefixer@^10.5.1: | ||
version "10.9.0" | ||
resolved "https://registry.yarnpkg.com/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.9.0.tgz#aa9df98abfb3f75f7ed59a3ec50a5452461a206a" | ||
|
@@ -7394,6 +7520,16 @@ jss-plugin-vendor-prefixer@^10.5.1: | |
css-vendor "^2.0.8" | ||
jss "10.9.0" | ||
|
||
[email protected], jss@^10.10.0: | ||
version "10.10.0" | ||
resolved "https://registry.yarnpkg.com/jss/-/jss-10.10.0.tgz#a75cc85b0108c7ac8c7b7d296c520a3e4fbc6ccc" | ||
integrity sha512-cqsOTS7jqPsPMjtKYDUpdFC0AbhYFLTcuGRqymgmdJIeQ8cH7+AgX7YSgQy79wXloZq2VvATYxUOUQEvS1V/Zw== | ||
dependencies: | ||
"@babel/runtime" "^7.3.1" | ||
csstype "^3.0.2" | ||
is-in-browser "^1.1.3" | ||
tiny-warning "^1.0.2" | ||
|
||
[email protected], jss@^10.5.1: | ||
version "10.9.0" | ||
resolved "https://registry.yarnpkg.com/jss/-/jss-10.9.0.tgz#7583ee2cdc904a83c872ba695d1baab4b59c141b" | ||
|
@@ -9240,6 +9376,11 @@ react-is@^16.12.0, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react- | |
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" | ||
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== | ||
|
||
react-is@^18.3.1: | ||
version "18.3.1" | ||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e" | ||
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== | ||
|
||
react-refresh@^0.11.0: | ||
version "0.11.0" | ||
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046" | ||
|