Skip to content

Commit ae87669

Browse files
fix(deps): replace dependency @material-ui/core with @mui/material 5.0.0
1 parent bb2720f commit ae87669

File tree

2 files changed

+182
-44
lines changed

2 files changed

+182
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@elzup/kit": "1.4.0",
17-
"@material-ui/core": "4.12.4",
17+
"@mui/material": "5.0.0",
1818
"@material-ui/icons": "4.11.3",
1919
"@material-ui/styles": "4.11.5",
2020
"color": "4.2.1",

yarn.lock

Lines changed: 181 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,6 +1477,13 @@
14771477
dependencies:
14781478
regenerator-runtime "^0.13.4"
14791479

1480+
"@babel/runtime@^7.14.8", "@babel/runtime@^7.21.0":
1481+
version "7.21.5"
1482+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200"
1483+
integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==
1484+
dependencies:
1485+
regenerator-runtime "^0.13.11"
1486+
14801487
"@babel/runtime@^7.17.8":
14811488
version "7.20.6"
14821489
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.6.tgz#facf4879bfed9b5326326273a64220f099b0fce3"
@@ -1703,6 +1710,17 @@
17031710
resolved "https://registry.yarnpkg.com/@elzup/kit/-/kit-1.4.0.tgz#cf51b4fbba0eaa5c56233368b046702fd57b03ae"
17041711
integrity sha512-1ItEmqpEx7f/hPjnjxfZcRc3bNSvNS+Z6vB3ze/YduhN5MHNdPdttjCmtZ7Nl0DeEWeUDZanmf/m3cu60R2rbQ==
17051712

1713+
"@emotion/cache@^11.10.8":
1714+
version "11.11.0"
1715+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff"
1716+
integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==
1717+
dependencies:
1718+
"@emotion/memoize" "^0.8.1"
1719+
"@emotion/sheet" "^1.2.2"
1720+
"@emotion/utils" "^1.2.1"
1721+
"@emotion/weak-memoize" "^0.3.1"
1722+
stylis "4.2.0"
1723+
17061724
"@emotion/hash@^0.8.0":
17071725
version "0.8.0"
17081726
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
@@ -1715,11 +1733,28 @@
17151733
dependencies:
17161734
"@emotion/memoize" "0.7.4"
17171735

1736+
"@emotion/is-prop-valid@^1.1.0":
1737+
version "1.2.1"
1738+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc"
1739+
integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==
1740+
dependencies:
1741+
"@emotion/memoize" "^0.8.1"
1742+
17181743
"@emotion/memoize@0.7.4":
17191744
version "0.7.4"
17201745
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
17211746
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
17221747

1748+
"@emotion/memoize@^0.8.1":
1749+
version "0.8.1"
1750+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17"
1751+
integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==
1752+
1753+
"@emotion/sheet@^1.2.2":
1754+
version "1.2.2"
1755+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec"
1756+
integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
1757+
17231758
"@emotion/stylis@^0.8.4":
17241759
version "0.8.5"
17251760
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
@@ -1730,6 +1765,16 @@
17301765
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
17311766
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
17321767

1768+
"@emotion/utils@^1.2.1":
1769+
version "1.2.1"
1770+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4"
1771+
integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==
1772+
1773+
"@emotion/weak-memoize@^0.3.1":
1774+
version "0.3.1"
1775+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6"
1776+
integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==
1777+
17331778
"@eslint/eslintrc@^0.4.3":
17341779
version "0.4.3"
17351780
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -2163,32 +2208,14 @@
21632208
"@jridgewell/resolve-uri" "^3.0.3"
21642209
"@jridgewell/sourcemap-codec" "^1.4.10"
21652210

2166-
"@material-ui/core@4.12.4":
2167-
version "4.12.4"
2168-
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.4.tgz#4ac17488e8fcaf55eb6a7f5efb2a131e10138a73"
2169-
integrity sha512-tr7xekNlM9LjA6pagJmL8QCgZXaubWUwkJnoYcMKd4gw/t4XiyvnTkjdGrUVicyB2BsdaAv1tvow45bPM4sSwQ==
2170-
dependencies:
2171-
"@babel/runtime" "^7.4.4"
2172-
"@material-ui/styles" "^4.11.5"
2173-
"@material-ui/system" "^4.12.2"
2174-
"@material-ui/types" "5.1.0"
2175-
"@material-ui/utils" "^4.11.3"
2176-
"@types/react-transition-group" "^4.2.0"
2177-
clsx "^1.0.4"
2178-
hoist-non-react-statics "^3.3.2"
2179-
popper.js "1.16.1-lts"
2180-
prop-types "^15.7.2"
2181-
react-is "^16.8.0 || ^17.0.0"
2182-
react-transition-group "^4.4.0"
2183-
21842211
"@material-ui/icons@4.11.3":
21852212
version "4.11.3"
21862213
resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.3.tgz#b0693709f9b161ce9ccde276a770d968484ecff1"
21872214
integrity sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==
21882215
dependencies:
21892216
"@babel/runtime" "^7.4.4"
21902217

2191-
"@material-ui/styles@4.11.5", "@material-ui/styles@^4.11.5":
2218+
"@material-ui/styles@4.11.5":
21922219
version "4.11.5"
21932220
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.5.tgz#19f84457df3aafd956ac863dbe156b1d88e2bbfb"
21942221
integrity sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==
@@ -2210,16 +2237,6 @@
22102237
jss-plugin-vendor-prefixer "^10.5.1"
22112238
prop-types "^15.7.2"
22122239

2213-
"@material-ui/system@^4.12.2":
2214-
version "4.12.2"
2215-
resolved "https://registry.yarnpkg.com/@material-ui/system/-/system-4.12.2.tgz#f5c389adf3fce4146edd489bf4082d461d86aa8b"
2216-
integrity sha512-6CSKu2MtmiJgcCGf6nBQpM8fLkuB9F55EKfbdTC80NND5wpTmKzwdhLYLH3zL4cLlK0gVaaltW7/wMuyTnN0Lw==
2217-
dependencies:
2218-
"@babel/runtime" "^7.4.4"
2219-
"@material-ui/utils" "^4.11.3"
2220-
csstype "^2.5.2"
2221-
prop-types "^15.7.2"
2222-
22232240
"@material-ui/types@5.1.0":
22242241
version "5.1.0"
22252242
resolved "https://registry.yarnpkg.com/@material-ui/types/-/types-5.1.0.tgz#efa1c7a0b0eaa4c7c87ac0390445f0f88b0d88f2"
@@ -2272,6 +2289,86 @@
22722289
call-me-maybe "^1.0.1"
22732290
glob-to-regexp "^0.3.0"
22742291

2292+
"@mui/core@5.0.0-alpha.47":
2293+
version "5.0.0-alpha.47"
2294+
resolved "https://registry.yarnpkg.com/@mui/core/-/core-5.0.0-alpha.47.tgz#68d044a5e81fa0f752b8c8a7b40deec04925beab"
2295+
integrity sha512-/GCIWOq+ydeY8HTWexrvQw7OsmRRvdzW+BB4vQ+V6alaECKSXPQrTDuQtd+lgI2il4p7uhPIKIqjcaAZ/FaNHA==
2296+
dependencies:
2297+
"@babel/runtime" "^7.14.8"
2298+
"@emotion/is-prop-valid" "^1.1.0"
2299+
"@mui/utils" "^5.0.0"
2300+
clsx "^1.1.1"
2301+
prop-types "^15.7.2"
2302+
react-is "^17.0.2"
2303+
2304+
"@mui/material@5.0.0":
2305+
version "5.0.0"
2306+
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.0.0.tgz#e5397b7778615933cabee7918230b9e7019ff1b9"
2307+
integrity sha512-XZNPYQocFyS2Q8Wc7PMudazKa8VDaXADK9PxUfOF6Q0GQNXjLkOn1vRWlyF9EOZQ4QLbgJHyHDlH7ELBN0CA0w==
2308+
dependencies:
2309+
"@babel/runtime" "^7.14.8"
2310+
"@mui/core" "5.0.0-alpha.47"
2311+
"@mui/system" "^5.0.0"
2312+
"@mui/types" "^7.0.0"
2313+
"@mui/utils" "^5.0.0"
2314+
"@popperjs/core" "^2.4.4"
2315+
"@types/react-transition-group" "^4.4.2"
2316+
clsx "^1.1.1"
2317+
csstype "^3.0.8"
2318+
hoist-non-react-statics "^3.3.2"
2319+
prop-types "^15.7.2"
2320+
react-is "^17.0.2"
2321+
react-transition-group "^4.4.2"
2322+
2323+
"@mui/private-theming@^5.12.3":
2324+
version "5.12.3"
2325+
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.12.3.tgz#f5e4704e25d9d91b906561cae573cda8f3801e10"
2326+
integrity sha512-o1e7Z1Bp27n4x2iUHhegV4/Jp6H3T6iBKHJdLivS5GbwsuAE/5l4SnZ+7+K+e5u9TuhwcAKZLkjvqzkDe8zqfA==
2327+
dependencies:
2328+
"@babel/runtime" "^7.21.0"
2329+
"@mui/utils" "^5.12.3"
2330+
prop-types "^15.8.1"
2331+
2332+
"@mui/styled-engine@^5.12.3":
2333+
version "5.12.3"
2334+
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.12.3.tgz#3307643d52c81947a624cdd0437536cc8109c4f0"
2335+
integrity sha512-AhZtiRyT8Bjr7fufxE/mLS+QJ3LxwX1kghIcM2B2dvJzSSg9rnIuXDXM959QfUVIM3C8U4x3mgVoPFMQJvc4/g==
2336+
dependencies:
2337+
"@babel/runtime" "^7.21.0"
2338+
"@emotion/cache" "^11.10.8"
2339+
csstype "^3.1.2"
2340+
prop-types "^15.8.1"
2341+
2342+
"@mui/system@^5.0.0":
2343+
version "5.12.3"
2344+
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.12.3.tgz#306b3cdffa3046067640219c1e5dd7e3dae38ff9"
2345+
integrity sha512-JB/6sypHqeJCqwldWeQ1MKkijH829EcZAKKizxbU2MJdxGG5KSwZvTBa5D9qiJUA1hJFYYupjiuy9ZdJt6rV6w==
2346+
dependencies:
2347+
"@babel/runtime" "^7.21.0"
2348+
"@mui/private-theming" "^5.12.3"
2349+
"@mui/styled-engine" "^5.12.3"
2350+
"@mui/types" "^7.2.4"
2351+
"@mui/utils" "^5.12.3"
2352+
clsx "^1.2.1"
2353+
csstype "^3.1.2"
2354+
prop-types "^15.8.1"
2355+
2356+
"@mui/types@^7.0.0", "@mui/types@^7.2.4":
2357+
version "7.2.4"
2358+
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.4.tgz#b6fade19323b754c5c6de679a38f068fd50b9328"
2359+
integrity sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==
2360+
2361+
"@mui/utils@^5.0.0", "@mui/utils@^5.12.3":
2362+
version "5.12.3"
2363+
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.12.3.tgz#3fa3570dac7ec66bb9cc84ab7c16ab6e1b7200f2"
2364+
integrity sha512-D/Z4Ub3MRl7HiUccid7sQYclTr24TqUAQFFlxHQF8FR177BrCTQ0JJZom7EqYjZCdXhwnSkOj2ph685MSKNtIA==
2365+
dependencies:
2366+
"@babel/runtime" "^7.21.0"
2367+
"@types/prop-types" "^15.7.5"
2368+
"@types/react-is" "^16.7.1 || ^17.0.0"
2369+
prop-types "^15.8.1"
2370+
react-is "^18.2.0"
2371+
22752372
"@next/env@12.1.6":
22762373
version "12.1.6"
22772374
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.1.6.tgz#5f44823a78335355f00f1687cfc4f1dafa3eca08"
@@ -2394,6 +2491,11 @@
23942491
schema-utils "^3.0.0"
23952492
source-map "^0.7.3"
23962493

2494+
"@popperjs/core@^2.4.4":
2495+
version "2.11.7"
2496+
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.7.tgz#ccab5c8f7dc557a52ca3288c10075c9ccd37fff7"
2497+
integrity sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==
2498+
23972499
"@rollup/plugin-babel@^5.2.0":
23982500
version "5.3.0"
23992501
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.0.tgz#9cb1c5146ddd6a4968ad96f209c50c62f92f9879"
@@ -3436,6 +3538,11 @@
34363538
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
34373539
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
34383540

3541+
"@types/prop-types@^15.7.5":
3542+
version "15.7.5"
3543+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
3544+
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
3545+
34393546
"@types/qs@^6.9.5":
34403547
version "6.9.7"
34413548
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
@@ -3463,17 +3570,24 @@
34633570
dependencies:
34643571
"@types/react" "*"
34653572

3573+
"@types/react-is@^16.7.1 || ^17.0.0":
3574+
version "17.0.4"
3575+
resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-17.0.4.tgz#3cccd02851f7f7a75b21d6e922da26bc7f8f44ad"
3576+
integrity sha512-FLzd0K9pnaEvKz4D1vYxK9JmgQPiGk1lu23o1kqGsLeT0iPbRSF7b76+S5T9fD8aRa0B8bY7I/3DebEj+1ysBA==
3577+
dependencies:
3578+
"@types/react" "^17"
3579+
34663580
"@types/react-test-renderer@>=16.9.0":
34673581
version "17.0.1"
34683582
resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-17.0.1.tgz#3120f7d1c157fba9df0118dae20cb0297ee0e06b"
34693583
integrity sha512-3Fi2O6Zzq/f3QR9dRnlnHso9bMl7weKCviFmfF6B4LS1Uat6Hkm15k0ZAQuDz+UBq6B3+g+NM6IT2nr5QgPzCw==
34703584
dependencies:
34713585
"@types/react" "*"
34723586

3473-
"@types/react-transition-group@^4.2.0":
3474-
version "4.4.3"
3475-
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.3.tgz#b0994da0a7023d67dbb4a8910a62112bc00d5688"
3476-
integrity sha512-fUx5muOWSYP8Bw2BUQ9M9RK9+W1XBK/7FLJ8PTQpnpTEkn0ccyMffyEQvan4C3h53gHdx7KE5Qrxi/LnUGQtdg==
3587+
"@types/react-transition-group@^4.4.2":
3588+
version "4.4.6"
3589+
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.6.tgz#18187bcda5281f8e10dfc48f0943e2fdf4f75e2e"
3590+
integrity sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==
34773591
dependencies:
34783592
"@types/react" "*"
34793593

@@ -5293,6 +5407,11 @@ clsx@^1.0.4:
52935407
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
52945408
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
52955409

5410+
clsx@^1.1.1, clsx@^1.2.1:
5411+
version "1.2.1"
5412+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
5413+
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
5414+
52965415
co@^4.6.0:
52975416
version "4.6.0"
52985417
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -5784,6 +5903,11 @@ csstype@^3.0.2, csstype@^3.0.6:
57845903
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
57855904
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
57865905

5906+
csstype@^3.0.8, csstype@^3.1.2:
5907+
version "3.1.2"
5908+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b"
5909+
integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
5910+
57875911
currently-unhandled@^0.4.1:
57885912
version "0.4.1"
57895913
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -10959,11 +11083,6 @@ polished@^4.2.2:
1095911083
dependencies:
1096011084
"@babel/runtime" "^7.17.8"
1096111085

10962-
popper.js@1.16.1-lts:
10963-
version "1.16.1-lts"
10964-
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1-lts.tgz#cf6847b807da3799d80ee3d6d2f90df8a3f50b05"
10965-
integrity sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==
10966-
1096711086
posix-character-classes@^0.1.0:
1096811087
version "0.1.1"
1096911088
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
@@ -11232,6 +11351,15 @@ prop-types@^15.0.0, prop-types@^15.5.10, prop-types@^15.6.2, prop-types@^15.7.2:
1123211351
object-assign "^4.1.1"
1123311352
react-is "^16.8.1"
1123411353

11354+
prop-types@^15.8.1:
11355+
version "15.8.1"
11356+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
11357+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
11358+
dependencies:
11359+
loose-envify "^1.4.0"
11360+
object-assign "^4.1.1"
11361+
react-is "^16.13.1"
11362+
1123511363
property-information@^5.0.0, property-information@^5.3.0:
1123611364
version "5.6.0"
1123711365
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.6.0.tgz#61675545fb23002f245c6540ec46077d4da3ed69"
@@ -11476,11 +11604,16 @@ react-is@17.0.2, "react-is@^16.12.0 || ^17.0.0", "react-is@^16.8.0 || ^17.0.0",
1147611604
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
1147711605
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
1147811606

11479-
react-is@^16.7.0, react-is@^16.8.1:
11607+
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1:
1148011608
version "16.13.1"
1148111609
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1148211610
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1148311611

11612+
react-is@^18.2.0:
11613+
version "18.2.0"
11614+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
11615+
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
11616+
1148411617
react-lifecycles-compat@^3.0.2:
1148511618
version "3.0.4"
1148611619
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
@@ -11509,10 +11642,10 @@ react-test-renderer@17.0.2:
1150911642
react-shallow-renderer "^16.13.1"
1151011643
scheduler "^0.20.2"
1151111644

11512-
react-transition-group@^4.4.0:
11513-
version "4.4.2"
11514-
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.2.tgz#8b59a56f09ced7b55cbd53c36768b922890d5470"
11515-
integrity sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==
11645+
react-transition-group@^4.4.2:
11646+
version "4.4.5"
11647+
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.5.tgz#e53d4e3f3344da8521489fbef8f2581d42becdd1"
11648+
integrity sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==
1151611649
dependencies:
1151711650
"@babel/runtime" "^7.5.5"
1151811651
dom-helpers "^5.0.1"
@@ -12705,6 +12838,11 @@ styled-jsx@5.0.2:
1270512838
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.2.tgz#ff230fd593b737e9e68b630a694d460425478729"
1270612839
integrity sha512-LqPQrbBh3egD57NBcHET4qcgshPks+yblyhPlH2GY8oaDgKs8SK4C3dBh3oSJjgzJ3G5t1SYEZGHkP+QEpX9EQ==
1270712840

12841+
stylis@4.2.0:
12842+
version "4.2.0"
12843+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
12844+
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
12845+
1270812846
stylis@^4.0.6:
1270912847
version "4.0.10"
1271012848
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"

0 commit comments

Comments
 (0)