Skip to content

Commit a1ff85b

Browse files
authored
fix: update dependencies (#77)
1 parent 6fe458f commit a1ff85b

File tree

2 files changed

+32
-38
lines changed

2 files changed

+32
-38
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
7373
"conventionalCommits": true
7474
},
7575
"dependencies": {
76-
"@babel/runtime": "^7.20.7",
76+
"@babel/runtime": "^7.21.0",
7777
"@popperjs/core": "^2.11.6",
78-
"@react-aria/ssr": "^3.4.1",
79-
"@restart/hooks": "^0.4.7",
78+
"@react-aria/ssr": "^3.5.0",
79+
"@restart/hooks": "^0.4.9",
8080
"@types/warning": "^3.0.0",
8181
"dequal": "^2.0.3",
8282
"dom-helpers": "^5.2.0",
83-
"uncontrollable": "^7.2.1",
83+
"uncontrollable": "^8.0.0",
8484
"warning": "^4.0.3"
8585
},
8686
"peerDependencies": {

yarn.lock

Lines changed: 28 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@
14851485
core-js-pure "^3.16.0"
14861486
regenerator-runtime "^0.13.4"
14871487

1488-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1488+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
14891489
version "7.14.8"
14901490
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446"
14911491
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==
@@ -1499,10 +1499,10 @@
14991499
dependencies:
15001500
regenerator-runtime "^0.13.4"
15011501

1502-
"@babel/runtime@^7.20.7":
1503-
version "7.20.7"
1504-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd"
1505-
integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==
1502+
"@babel/runtime@^7.21.0":
1503+
version "7.21.0"
1504+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
1505+
integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==
15061506
dependencies:
15071507
regenerator-runtime "^0.13.11"
15081508

@@ -2157,10 +2157,10 @@
21572157
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.6.tgz#cee20bd55e68a1720bdab363ecf0c821ded4cd45"
21582158
integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==
21592159

2160-
"@react-aria/ssr@^3.4.1":
2161-
version "3.4.1"
2162-
resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.4.1.tgz#79e8bb621487e8f52890c917d3c734f448ba95e7"
2163-
integrity sha512-NmhoilMDyIfQiOSdQgxpVH2tC2u85Y0mVijtBNbI9kcDYLEiW/r6vKYVKtkyU+C4qobXhGMPfZ70PTc0lysSVA==
2160+
"@react-aria/ssr@^3.5.0":
2161+
version "3.5.0"
2162+
resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.5.0.tgz#40c1270a75868185f72a88cafe37bd1392f690cb"
2163+
integrity sha512-h0MJdSWOd1qObLnJ8mprU31wI8tmKFJMuwT22MpWq6psisOOZaga6Ml4u6Ee6M6duWWISjXvqO4Sb/J0PBA+nQ==
21642164
dependencies:
21652165
"@swc/helpers" "^0.4.14"
21662166

@@ -2173,10 +2173,10 @@
21732173
eslint-config-prettier "^8.1.0"
21742174
eslint-plugin-react-hooks "^4.2.0"
21752175

2176-
"@restart/hooks@^0.4.7":
2177-
version "0.4.7"
2178-
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.4.7.tgz#d79ca6472c01ce04389fc73d4a79af1b5e33cd39"
2179-
integrity sha512-ZbjlEHcG+FQtpDPHd7i4FzNNvJf2enAwZfJbpM8CW7BhmOAbsHpZe3tsHwfQUrBuyrxWqPYp2x5UMnilWcY22A==
2176+
"@restart/hooks@^0.4.9":
2177+
version "0.4.9"
2178+
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.4.9.tgz#ad858fb39d99e252cccce19416adc18fc3f18fcb"
2179+
integrity sha512-3BekqcwB6Umeya+16XPooARn4qEPW6vNvwYnlofIYe6h9qG1/VeD7UvShCWx11eFz5ELYmwIEshz+MkPX3wjcQ==
21802180
dependencies:
21812181
dequal "^2.0.2"
21822182

@@ -2487,7 +2487,7 @@
24872487
dependencies:
24882488
"@types/react" "*"
24892489

2490-
"@types/react@*", "@types/react@>=16.9.11":
2490+
"@types/react@*":
24912491
version "17.0.15"
24922492
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.15.tgz#c7533dc38025677e312606502df7656a6ea626d0"
24932493
integrity sha512-uTKHDK9STXFHLaKv6IMnwp52fm0hwU+N89w/p9grdUqcFA6WuqDyPhaWopbNyE1k/VhgzmHl8pu1L4wITtmlLw==
@@ -2496,6 +2496,15 @@
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==
2503+
dependencies:
2504+
"@types/prop-types" "*"
2505+
"@types/scheduler" "*"
2506+
csstype "^3.0.2"
2507+
24992508
"@types/react@^17", "@types/react@^17.0.47":
25002509
version "17.0.47"
25012510
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.47.tgz#4ee71aaf4c5a9e290e03aa4d0d313c5d666b3b78"
@@ -7737,13 +7746,6 @@ interpret@^2.2.0:
77377746
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
77387747
integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==
77397748

7740-
invariant@^2.2.4:
7741-
version "2.2.4"
7742-
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
7743-
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
7744-
dependencies:
7745-
loose-envify "^1.0.0"
7746-
77477749
ip-regex@^1.0.1:
77487750
version "1.0.3"
77497751
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-1.0.3.tgz#dc589076f659f419c222039a33316f1c7387effd"
@@ -11170,11 +11172,6 @@ react-is@^16.13.1, react-is@^16.8.1, react-is@^16.8.6:
1117011172
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
1117111173
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
1117211174

11173-
react-lifecycles-compat@^3.0.4:
11174-
version "3.0.4"
11175-
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
11176-
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
11177-
1117811175
react-shallow-renderer@^16.13.1:
1117911176
version "16.14.1"
1118011177
resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz#bf0d02df8a519a558fd9b8215442efa5c840e124"
@@ -13159,15 +13156,12 @@ unbox-primitive@^1.0.2:
1315913156
has-symbols "^1.0.3"
1316013157
which-boxed-primitive "^1.0.2"
1316113158

13162-
uncontrollable@^7.2.1:
13163-
version "7.2.1"
13164-
resolved "https://registry.yarnpkg.com/uncontrollable/-/uncontrollable-7.2.1.tgz#1fa70ba0c57a14d5f78905d533cf63916dc75738"
13165-
integrity sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==
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==
1316613163
dependencies:
13167-
"@babel/runtime" "^7.6.3"
13168-
"@types/react" ">=16.9.11"
13169-
invariant "^2.2.4"
13170-
react-lifecycles-compat "^3.0.4"
13164+
"@types/react" ">=18.0.28"
1317113165

1317213166
unicode-canonical-property-names-ecmascript@^1.0.4:
1317313167
version "1.0.4"

0 commit comments

Comments
 (0)