Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 29a7b2d

Browse files
chore(deps): update dependency @testing-library/react-hooks to v8
1 parent 6b63db6 commit 29a7b2d

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@testing-library/dom": "8.18.0",
5050
"@testing-library/jest-dom": "5.16.5",
5151
"@testing-library/react": "12.1.5",
52-
"@testing-library/react-hooks": "7.0.2",
52+
"@testing-library/react-hooks": "8.0.1",
5353
"@testing-library/user-event": "14.4.3",
5454
"@types/debounce": "1.2.1",
5555
"@types/deep-diff": "1.0.1",

yarn.lock

+5-22
Original file line numberDiff line numberDiff line change
@@ -2071,15 +2071,12 @@
20712071
lodash "^4.17.15"
20722072
redent "^3.0.0"
20732073

2074-
"@testing-library/react-hooks@7.0.2":
2075-
version "7.0.2"
2076-
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.2.tgz#3388d07f562d91e7f2431a4a21b5186062ecfee0"
2077-
integrity sha512-dYxpz8u9m4q1TuzfcUApqi8iFfR6R0FaMbr2hjZJy1uC8z+bO/K4v8Gs9eogGKYQop7QsrBTFkv/BCF7MzD2Cg==
2074+
"@testing-library/react-hooks@8.0.1":
2075+
version "8.0.1"
2076+
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-8.0.1.tgz#0924bbd5b55e0c0c0502d1754657ada66947ca12"
2077+
integrity sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==
20782078
dependencies:
20792079
"@babel/runtime" "^7.12.5"
2080-
"@types/react" ">=16.9.0"
2081-
"@types/react-dom" ">=16.9.0"
2082-
"@types/react-test-renderer" ">=16.9.0"
20832080
react-error-boundary "^3.1.0"
20842081

20852082
"@testing-library/react@12.1.5":
@@ -2268,13 +2265,6 @@
22682265
dependencies:
22692266
"@types/react" "^17"
22702267

2271-
"@types/react-dom@>=16.9.0":
2272-
version "18.0.0"
2273-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.0.tgz#b13f8d098e4b0c45df4f1ed123833143b0c71141"
2274-
integrity sha512-49897Y0UiCGmxZqpC8Blrf6meL8QUla6eb+BBhn69dTXlmuOlzkfr7HHY/O8J25e1lTUMs+YYxSlVDAaGHCOLg==
2275-
dependencies:
2276-
"@types/react" "*"
2277-
22782268
"@types/react-is@^16.7.1 || ^17.0.0":
22792269
version "17.0.3"
22802270
resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-17.0.3.tgz#2d855ba575f2fc8d17ef9861f084acc4b90a137a"
@@ -2313,13 +2303,6 @@
23132303
dependencies:
23142304
"@types/react" "^17"
23152305

2316-
"@types/react-test-renderer@>=16.9.0":
2317-
version "18.0.0"
2318-
resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-18.0.0.tgz#7b7f69ca98821ea5501b21ba24ea7b6139da2243"
2319-
integrity sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==
2320-
dependencies:
2321-
"@types/react" "*"
2322-
23232306
"@types/react-timeago@4.1.3":
23242307
version "4.1.3"
23252308
resolved "https://registry.yarnpkg.com/@types/react-timeago/-/react-timeago-4.1.3.tgz#957baaa9f8ea98457ee63b6a57b57a616066ba35"
@@ -2334,7 +2317,7 @@
23342317
dependencies:
23352318
"@types/react" "*"
23362319

2337-
"@types/react@*", "@types/react@>=16.9.0", "@types/react@^17":
2320+
"@types/react@*", "@types/react@^17":
23382321
version "17.0.44"
23392322
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.44.tgz#c3714bd34dd551ab20b8015d9d0dbec812a51ec7"
23402323
integrity sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==

0 commit comments

Comments
 (0)