Skip to content

Commit 7a77340

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

2 files changed

Lines changed: 193 additions & 46 deletions

File tree

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: 192 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,13 @@
15011501
dependencies:
15021502
regenerator-runtime "^0.13.4"
15031503

1504+
"@babel/runtime@^7.14.8", "@babel/runtime@^7.23.9", "@babel/runtime@^7.27.0":
1505+
version "7.27.0"
1506+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
1507+
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
1508+
dependencies:
1509+
regenerator-runtime "^0.14.0"
1510+
15041511
"@babel/runtime@^7.17.8":
15051512
version "7.20.6"
15061513
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.6.tgz#facf4879bfed9b5326326273a64220f099b0fce3"
@@ -1708,6 +1715,17 @@
17081715
resolved "https://registry.yarnpkg.com/@elzup/kit/-/kit-1.4.0.tgz#cf51b4fbba0eaa5c56233368b046702fd57b03ae"
17091716
integrity sha512-1ItEmqpEx7f/hPjnjxfZcRc3bNSvNS+Z6vB3ze/YduhN5MHNdPdttjCmtZ7Nl0DeEWeUDZanmf/m3cu60R2rbQ==
17101717

1718+
"@emotion/cache@^11.13.5":
1719+
version "11.14.0"
1720+
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.14.0.tgz#ee44b26986eeb93c8be82bb92f1f7a9b21b2ed76"
1721+
integrity sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==
1722+
dependencies:
1723+
"@emotion/memoize" "^0.9.0"
1724+
"@emotion/sheet" "^1.4.0"
1725+
"@emotion/utils" "^1.4.2"
1726+
"@emotion/weak-memoize" "^0.4.0"
1727+
stylis "4.2.0"
1728+
17111729
"@emotion/hash@^0.8.0":
17121730
version "0.8.0"
17131731
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
@@ -1720,11 +1738,28 @@
17201738
dependencies:
17211739
"@emotion/memoize" "0.7.4"
17221740

1741+
"@emotion/is-prop-valid@^1.1.0":
1742+
version "1.3.1"
1743+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz#8d5cf1132f836d7adbe42cf0b49df7816fc88240"
1744+
integrity sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==
1745+
dependencies:
1746+
"@emotion/memoize" "^0.9.0"
1747+
17231748
"@emotion/memoize@0.7.4":
17241749
version "0.7.4"
17251750
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
17261751
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
17271752

1753+
"@emotion/memoize@^0.9.0":
1754+
version "0.9.0"
1755+
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
1756+
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
1757+
1758+
"@emotion/sheet@^1.4.0":
1759+
version "1.4.0"
1760+
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
1761+
integrity sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==
1762+
17281763
"@emotion/stylis@^0.8.4":
17291764
version "0.8.5"
17301765
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
@@ -1735,6 +1770,16 @@
17351770
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
17361771
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
17371772

1773+
"@emotion/utils@^1.4.2":
1774+
version "1.4.2"
1775+
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.4.2.tgz#6df6c45881fcb1c412d6688a311a98b7f59c1b52"
1776+
integrity sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==
1777+
1778+
"@emotion/weak-memoize@^0.4.0":
1779+
version "0.4.0"
1780+
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz#5e13fac887f08c44f76b0ccaf3370eb00fec9bb6"
1781+
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
1782+
17381783
"@eslint/eslintrc@^0.4.3":
17391784
version "0.4.3"
17401785
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -2209,32 +2254,14 @@
22092254
"@jridgewell/resolve-uri" "^3.0.3"
22102255
"@jridgewell/sourcemap-codec" "^1.4.10"
22112256

2212-
"@material-ui/core@4.12.4":
2213-
version "4.12.4"
2214-
resolved "https://registry.yarnpkg.com/@material-ui/core/-/core-4.12.4.tgz#4ac17488e8fcaf55eb6a7f5efb2a131e10138a73"
2215-
integrity sha512-tr7xekNlM9LjA6pagJmL8QCgZXaubWUwkJnoYcMKd4gw/t4XiyvnTkjdGrUVicyB2BsdaAv1tvow45bPM4sSwQ==
2216-
dependencies:
2217-
"@babel/runtime" "^7.4.4"
2218-
"@material-ui/styles" "^4.11.5"
2219-
"@material-ui/system" "^4.12.2"
2220-
"@material-ui/types" "5.1.0"
2221-
"@material-ui/utils" "^4.11.3"
2222-
"@types/react-transition-group" "^4.2.0"
2223-
clsx "^1.0.4"
2224-
hoist-non-react-statics "^3.3.2"
2225-
popper.js "1.16.1-lts"
2226-
prop-types "^15.7.2"
2227-
react-is "^16.8.0 || ^17.0.0"
2228-
react-transition-group "^4.4.0"
2229-
22302257
"@material-ui/icons@4.11.3":
22312258
version "4.11.3"
22322259
resolved "https://registry.yarnpkg.com/@material-ui/icons/-/icons-4.11.3.tgz#b0693709f9b161ce9ccde276a770d968484ecff1"
22332260
integrity sha512-IKHlyx6LDh8n19vzwH5RtHIOHl9Tu90aAAxcbWME6kp4dmvODM3UvOHJeMIDzUbd4muuJKHmlNoBN+mDY4XkBA==
22342261
dependencies:
22352262
"@babel/runtime" "^7.4.4"
22362263

2237-
"@material-ui/styles@4.11.5", "@material-ui/styles@^4.11.5":
2264+
"@material-ui/styles@4.11.5":
22382265
version "4.11.5"
22392266
resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.5.tgz#19f84457df3aafd956ac863dbe156b1d88e2bbfb"
22402267
integrity sha512-o/41ot5JJiUsIETME9wVLAJrmIWL3j0R0Bj2kCOLbSfqEkKf0fmaPt+5vtblUh5eXr2S+J/8J3DaCb10+CzPGA==
@@ -2256,16 +2283,6 @@
22562283
jss-plugin-vendor-prefixer "^10.5.1"
22572284
prop-types "^15.7.2"
22582285

2259-
"@material-ui/system@^4.12.2":
2260-
version "4.12.2"
2261-
resolved "https://registry.yarnpkg.com/@material-ui/system/-/system-4.12.2.tgz#f5c389adf3fce4146edd489bf4082d461d86aa8b"
2262-
integrity sha512-6CSKu2MtmiJgcCGf6nBQpM8fLkuB9F55EKfbdTC80NND5wpTmKzwdhLYLH3zL4cLlK0gVaaltW7/wMuyTnN0Lw==
2263-
dependencies:
2264-
"@babel/runtime" "^7.4.4"
2265-
"@material-ui/utils" "^4.11.3"
2266-
csstype "^2.5.2"
2267-
prop-types "^15.7.2"
2268-
22692286
"@material-ui/types@5.1.0":
22702287
version "5.1.0"
22712288
resolved "https://registry.yarnpkg.com/@material-ui/types/-/types-5.1.0.tgz#efa1c7a0b0eaa4c7c87ac0390445f0f88b0d88f2"
@@ -2318,6 +2335,94 @@
23182335
call-me-maybe "^1.0.1"
23192336
glob-to-regexp "^0.3.0"
23202337

2338+
"@mui/core@5.0.0-alpha.47":
2339+
version "5.0.0-alpha.47"
2340+
resolved "https://registry.yarnpkg.com/@mui/core/-/core-5.0.0-alpha.47.tgz#68d044a5e81fa0f752b8c8a7b40deec04925beab"
2341+
integrity sha512-/GCIWOq+ydeY8HTWexrvQw7OsmRRvdzW+BB4vQ+V6alaECKSXPQrTDuQtd+lgI2il4p7uhPIKIqjcaAZ/FaNHA==
2342+
dependencies:
2343+
"@babel/runtime" "^7.14.8"
2344+
"@emotion/is-prop-valid" "^1.1.0"
2345+
"@mui/utils" "^5.0.0"
2346+
clsx "^1.1.1"
2347+
prop-types "^15.7.2"
2348+
react-is "^17.0.2"
2349+
2350+
"@mui/material@5.0.0":
2351+
version "5.0.0"
2352+
resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.0.0.tgz#e5397b7778615933cabee7918230b9e7019ff1b9"
2353+
integrity sha512-XZNPYQocFyS2Q8Wc7PMudazKa8VDaXADK9PxUfOF6Q0GQNXjLkOn1vRWlyF9EOZQ4QLbgJHyHDlH7ELBN0CA0w==
2354+
dependencies:
2355+
"@babel/runtime" "^7.14.8"
2356+
"@mui/core" "5.0.0-alpha.47"
2357+
"@mui/system" "^5.0.0"
2358+
"@mui/types" "^7.0.0"
2359+
"@mui/utils" "^5.0.0"
2360+
"@popperjs/core" "^2.4.4"
2361+
"@types/react-transition-group" "^4.4.2"
2362+
clsx "^1.1.1"
2363+
csstype "^3.0.8"
2364+
hoist-non-react-statics "^3.3.2"
2365+
prop-types "^15.7.2"
2366+
react-is "^17.0.2"
2367+
react-transition-group "^4.4.2"
2368+
2369+
"@mui/private-theming@^5.17.1":
2370+
version "5.17.1"
2371+
resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.17.1.tgz#b4b6fbece27830754ef78186e3f1307dca42f295"
2372+
integrity sha512-XMxU0NTYcKqdsG8LRmSoxERPXwMbp16sIXPcLVgLGII/bVNagX0xaheWAwFv8+zDK7tI3ajllkuD3GZZE++ICQ==
2373+
dependencies:
2374+
"@babel/runtime" "^7.23.9"
2375+
"@mui/utils" "^5.17.1"
2376+
prop-types "^15.8.1"
2377+
2378+
"@mui/styled-engine@^5.16.14":
2379+
version "5.16.14"
2380+
resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.16.14.tgz#f90fef5b4f8ebf11d48e1b1df8854a45bb31a9f5"
2381+
integrity sha512-UAiMPZABZ7p8mUW4akDV6O7N3+4DatStpXMZwPlt+H/dA0lt67qawN021MNND+4QTpjaiMYxbhKZeQcyWCbuKw==
2382+
dependencies:
2383+
"@babel/runtime" "^7.23.9"
2384+
"@emotion/cache" "^11.13.5"
2385+
csstype "^3.1.3"
2386+
prop-types "^15.8.1"
2387+
2388+
"@mui/system@^5.0.0":
2389+
version "5.17.1"
2390+
resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.17.1.tgz#1f987cce91bf738545a8cf5f99152cd2728e6077"
2391+
integrity sha512-aJrmGfQpyF0U4D4xYwA6ueVtQcEMebET43CUmKMP7e7iFh3sMIF3sBR0l8Urb4pqx1CBjHAaWgB0ojpND4Q3Jg==
2392+
dependencies:
2393+
"@babel/runtime" "^7.23.9"
2394+
"@mui/private-theming" "^5.17.1"
2395+
"@mui/styled-engine" "^5.16.14"
2396+
"@mui/types" "~7.2.15"
2397+
"@mui/utils" "^5.17.1"
2398+
clsx "^2.1.0"
2399+
csstype "^3.1.3"
2400+
prop-types "^15.8.1"
2401+
2402+
"@mui/types@^7.0.0":
2403+
version "7.4.1"
2404+
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.4.1.tgz#5611268faa0b46ab0c622c02b54f3f30f9809c2d"
2405+
integrity sha512-gUL8IIAI52CRXP/MixT1tJKt3SI6tVv4U/9soFsTtAsHzaJQptZ42ffdHZV3niX1ei0aUgMvOxBBN0KYqdG39g==
2406+
dependencies:
2407+
"@babel/runtime" "^7.27.0"
2408+
2409+
"@mui/types@~7.2.15":
2410+
version "7.2.24"
2411+
resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.24.tgz#5eff63129d9c29d80bbf2d2e561bd0690314dec2"
2412+
integrity sha512-3c8tRt/CbWZ+pEg7QpSwbdxOk36EfmhbKf6AGZsD1EcLDLTSZoxxJ86FVtcjxvjuhdyBiWKSTGZFaXCnidO2kw==
2413+
2414+
"@mui/utils@^5.0.0", "@mui/utils@^5.17.1":
2415+
version "5.17.1"
2416+
resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.17.1.tgz#72ba4ffa79f7bdf69d67458139390f18484b6e6b"
2417+
integrity sha512-jEZ8FTqInt2WzxDV8bhImWBqeQRD99c/id/fq83H0ER9tFl+sfZlaAoCdznGvbSQQ9ividMxqSV2c7cC1vBcQg==
2418+
dependencies:
2419+
"@babel/runtime" "^7.23.9"
2420+
"@mui/types" "~7.2.15"
2421+
"@types/prop-types" "^15.7.12"
2422+
clsx "^2.1.1"
2423+
prop-types "^15.8.1"
2424+
react-is "^19.0.0"
2425+
23212426
"@next/env@12.3.4":
23222427
version "12.3.4"
23232428
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.3.4.tgz#c787837d36fcad75d72ff8df6b57482027d64a47"
@@ -2445,6 +2550,11 @@
24452550
schema-utils "^3.0.0"
24462551
source-map "^0.7.3"
24472552

2553+
"@popperjs/core@^2.4.4":
2554+
version "2.11.8"
2555+
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
2556+
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
2557+
24482558
"@rollup/plugin-babel@^5.2.0":
24492559
version "5.3.0"
24502560
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.0.tgz#9cb1c5146ddd6a4968ad96f209c50c62f92f9879"
@@ -3499,6 +3609,11 @@
34993609
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
35003610
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
35013611

3612+
"@types/prop-types@^15.7.12":
3613+
version "15.7.14"
3614+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
3615+
integrity sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==
3616+
35023617
"@types/qs@^6.9.5":
35033618
version "6.9.7"
35043619
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
@@ -3533,12 +3648,10 @@
35333648
dependencies:
35343649
"@types/react" "*"
35353650

3536-
"@types/react-transition-group@^4.2.0":
3537-
version "4.4.3"
3538-
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.3.tgz#b0994da0a7023d67dbb4a8910a62112bc00d5688"
3539-
integrity sha512-fUx5muOWSYP8Bw2BUQ9M9RK9+W1XBK/7FLJ8PTQpnpTEkn0ccyMffyEQvan4C3h53gHdx7KE5Qrxi/LnUGQtdg==
3540-
dependencies:
3541-
"@types/react" "*"
3651+
"@types/react-transition-group@^4.4.2":
3652+
version "4.4.12"
3653+
resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.12.tgz#b5d76568485b02a307238270bfe96cb51ee2a044"
3654+
integrity sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==
35423655

35433656
"@types/react@*", "@types/react@>=16.9.0":
35443657
version "17.0.27"
@@ -5487,6 +5600,16 @@ clsx@^1.0.4:
54875600
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
54885601
integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
54895602

5603+
clsx@^1.1.1:
5604+
version "1.2.1"
5605+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
5606+
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
5607+
5608+
clsx@^2.1.0, clsx@^2.1.1:
5609+
version "2.1.1"
5610+
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
5611+
integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==
5612+
54905613
co@^4.6.0:
54915614
version "4.6.0"
54925615
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
@@ -5983,6 +6106,11 @@ csstype@^3.0.2, csstype@^3.0.6:
59836106
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
59846107
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==
59856108

6109+
csstype@^3.0.8, csstype@^3.1.3:
6110+
version "3.1.3"
6111+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
6112+
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
6113+
59866114
currently-unhandled@^0.4.1:
59876115
version "0.4.1"
59886116
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
@@ -11194,11 +11322,6 @@ polished@^4.2.2:
1119411322
dependencies:
1119511323
"@babel/runtime" "^7.17.8"
1119611324

11197-
popper.js@1.16.1-lts:
11198-
version "1.16.1-lts"
11199-
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1-lts.tgz#cf6847b807da3799d80ee3d6d2f90df8a3f50b05"
11200-
integrity sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==
11201-
1120211325
posix-character-classes@^0.1.0:
1120311326
version "0.1.1"
1120411327
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
@@ -11467,6 +11590,15 @@ prop-types@^15.0.0, prop-types@^15.5.10, prop-types@^15.6.2, prop-types@^15.7.2:
1146711590
object-assign "^4.1.1"
1146811591
react-is "^16.8.1"
1146911592

11593+
prop-types@^15.8.1:
11594+
version "15.8.1"
11595+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
11596+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
11597+
dependencies:
11598+
loose-envify "^1.4.0"
11599+
object-assign "^4.1.1"
11600+
react-is "^16.13.1"
11601+
1147011602
property-information@^5.0.0, property-information@^5.3.0:
1147111603
version "5.6.0"
1147211604
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.6.0.tgz#61675545fb23002f245c6540ec46077d4da3ed69"
@@ -11711,11 +11843,16 @@ react-is@17.0.2, "react-is@^16.12.0 || ^17.0.0", "react-is@^16.8.0 || ^17.0.0",
1171111843
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
1171211844
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
1171311845

11714-
react-is@^16.7.0, react-is@^16.8.1:
11846+
react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1:
1171511847
version "16.13.1"
1171611848
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1171711849
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1171811850

11851+
react-is@^19.0.0:
11852+
version "19.1.0"
11853+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.1.0.tgz#805bce321546b7e14c084989c77022351bbdd11b"
11854+
integrity sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg==
11855+
1171911856
react-lifecycles-compat@^3.0.2:
1172011857
version "3.0.4"
1172111858
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
@@ -11744,10 +11881,10 @@ react-test-renderer@17.0.2:
1174411881
react-shallow-renderer "^16.13.1"
1174511882
scheduler "^0.20.2"
1174611883

11747-
react-transition-group@^4.4.0:
11748-
version "4.4.2"
11749-
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.2.tgz#8b59a56f09ced7b55cbd53c36768b922890d5470"
11750-
integrity sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==
11884+
react-transition-group@^4.4.2:
11885+
version "4.4.5"
11886+
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.5.tgz#e53d4e3f3344da8521489fbef8f2581d42becdd1"
11887+
integrity sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==
1175111888
dependencies:
1175211889
"@babel/runtime" "^7.5.5"
1175311890
dom-helpers "^5.0.1"
@@ -11932,6 +12069,11 @@ regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7:
1193212069
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
1193312070
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
1193412071

12072+
regenerator-runtime@^0.14.0:
12073+
version "0.14.1"
12074+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
12075+
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
12076+
1193512077
regenerator-transform@^0.14.2:
1193612078
version "0.14.5"
1193712079
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
@@ -12961,6 +13103,11 @@ styled-jsx@5.0.7:
1296113103
resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.0.7.tgz#be44afc53771b983769ac654d355ca8d019dff48"
1296213104
integrity sha512-b3sUzamS086YLRuvnaDigdAewz1/EFYlHpYBP5mZovKEdQQOIIYq8lApylub3HHZ6xFjV051kkGU7cudJmrXEA==
1296313105

13106+
stylis@4.2.0:
13107+
version "4.2.0"
13108+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51"
13109+
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==
13110+
1296413111
stylis@^4.0.6:
1296513112
version "4.0.10"
1296613113
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"

0 commit comments

Comments
 (0)