Skip to content

Commit d77682a

Browse files
authored
fix: downgrade uncontrollable to 7.2.1 (#79)
1 parent c307379 commit d77682a

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@types/warning": "^3.0.0",
8181
"dequal": "^2.0.3",
8282
"dom-helpers": "^5.2.0",
83-
"uncontrollable": "^8.0.0",
83+
"uncontrollable": "^7.2.1",
8484
"warning": "^4.0.3"
8585
},
8686
"peerDependencies": {

yarn.lock

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@
14991499
dependencies:
15001500
regenerator-runtime "^0.13.4"
15011501

1502-
"@babel/runtime@^7.21.0":
1502+
"@babel/runtime@^7.21.0", "@babel/runtime@^7.6.3":
15031503
version "7.21.0"
15041504
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
15051505
integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==
@@ -2496,10 +2496,10 @@
24962496
"@types/scheduler" "*"
24972497
csstype "^3.0.2"
24982498

2499-
"@types/react@>=18.0.28":
2500-
version "18.0.28"
2501-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
2502-
integrity sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==
2499+
"@types/react@>=16.9.11":
2500+
version "18.0.35"
2501+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.35.tgz#192061cb1044fe01f2d3a94272cd35dd50502741"
2502+
integrity sha512-6Laome31HpetaIUGFWl1VQ3mdSImwxtFZ39rh059a1MNnKGqBpC88J6NJ8n/Is3Qx7CefDGLgf/KhN/sYCf7ag==
25032503
dependencies:
25042504
"@types/prop-types" "*"
25052505
"@types/scheduler" "*"
@@ -7746,6 +7746,13 @@ interpret@^2.2.0:
77467746
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
77477747
integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==
77487748

7749+
invariant@^2.2.4:
7750+
version "2.2.4"
7751+
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
7752+
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
7753+
dependencies:
7754+
loose-envify "^1.0.0"
7755+
77497756
ip-regex@^1.0.1:
77507757
version "1.0.3"
77517758
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-1.0.3.tgz#dc589076f659f419c222039a33316f1c7387effd"
@@ -11172,6 +11179,11 @@ react-is@^16.13.1, react-is@^16.8.1, react-is@^16.8.6:
1117211179
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1117311180
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1117411181

11182+
react-lifecycles-compat@^3.0.4:
11183+
version "3.0.4"
11184+
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
11185+
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
11186+
1117511187
react-shallow-renderer@^16.13.1:
1117611188
version "16.14.1"
1117711189
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz#bf0d02df8a519a558fd9b8215442efa5c840e124"
@@ -13156,12 +13168,15 @@ unbox-primitive@^1.0.2:
1315613168
has-symbols "^1.0.3"
1315713169
which-boxed-primitive "^1.0.2"
1315813170

13159-
uncontrollable@^8.0.0:
13160-
version "8.0.0"
13161-
resolved "https://registry.yarnpkg.com/uncontrollable/-/uncontrollable-8.0.0.tgz#01e1f09e1ed3cad1d4685233c71a6900b3b3c1a9"
13162-
integrity sha512-a954G/0JyXoZdpt0YIzTfoQyWtRS1VvygOBsHttCtZL8jDTKd6vQlUo811y46XnWoXIqQ36QKi3cSEdPuFADkA==
13171+
uncontrollable@^7.2.1:
13172+
version "7.2.1"
13173+
resolved "https://registry.yarnpkg.com/uncontrollable/-/uncontrollable-7.2.1.tgz#1fa70ba0c57a14d5f78905d533cf63916dc75738"
13174+
integrity sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==
1316313175
dependencies:
13164-
"@types/react" ">=18.0.28"
13176+
"@babel/runtime" "^7.6.3"
13177+
"@types/react" ">=16.9.11"
13178+
invariant "^2.2.4"
13179+
react-lifecycles-compat "^3.0.4"
1316513180

1316613181
unicode-canonical-property-names-ecmascript@^1.0.4:
1316713182
version "1.0.4"

0 commit comments

Comments
 (0)