Skip to content

Commit 6cc7493

Browse files
committed
chore(deps): update dependency @testing-library/react-hooks to v3.7.0
1 parent 2654e59 commit 6cc7493

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@babel/cli": "7.12.8",
5555
"@babel/core": "7.12.9",
5656
"@babel/preset-env": "7.12.7",
57-
"@testing-library/react-hooks": "3.4.1",
57+
"@testing-library/react-hooks": "3.7.0",
5858
"kcd-scripts": "6.7.0",
5959
"react": "16.13.1",
6060
"react-dom": "16.13.1",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@
10711071
core-js-pure "^3.0.0"
10721072
regenerator-runtime "^0.13.4"
10731073

1074-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.5", "@babel/runtime@^7.5.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6":
1074+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.6":
10751075
version "7.10.5"
10761076
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c"
10771077
integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==
@@ -1508,13 +1508,13 @@
15081508
lz-string "^1.4.4"
15091509
pretty-format "^26.6.2"
15101510

1511-
"@testing-library/react-hooks@3.4.1":
1512-
version "3.4.1"
1513-
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.4.1.tgz#1f8ccd21208086ec228d9743fe40b69d0efcd7e5"
1514-
integrity sha512-LbzvE7oKsVzuW1cxA/aOeNgeVvmHWG2p/WSzalIGyWuqZT3jVcNDT5KPEwy36sUYWde0Qsh32xqIUFXukeywXg==
1511+
"@testing-library/react-hooks@3.7.0":
1512+
version "3.7.0"
1513+
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.7.0.tgz#6d75c5255ef49bce39b6465bf6b49e2dac84919e"
1514+
integrity sha512-TwfbY6BWtWIHitjT05sbllyLIProcysC0dF0q1bbDa7OHLC6A6rJOYJwZ13hzfz3O4RtOuInmprBozJRyyo7/g==
15151515
dependencies:
1516-
"@babel/runtime" "^7.5.4"
1517-
"@types/testing-library__react-hooks" "^3.3.0"
1516+
"@babel/runtime" "^7.12.5"
1517+
"@types/testing-library__react-hooks" "^3.4.0"
15181518

15191519
"@textlint/ast-node-types@^4.0.3":
15201520
version "4.3.4"
@@ -1719,10 +1719,10 @@
17191719
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
17201720
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
17211721

1722-
"@types/testing-library__react-hooks@^3.3.0":
1723-
version "3.4.0"
1724-
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.0.tgz#be148b7fa7d19cd3349c4ef9d9534486bc582fcc"
1725-
integrity sha512-QYLZipqt1hpwYsBU63Ssa557v5wWbncqL36No59LI7W3nCMYKrLWTnYGn2griZ6v/3n5nKXNYkTeYpqPHY7Ukg==
1722+
"@types/testing-library__react-hooks@^3.4.0":
1723+
version "3.4.1"
1724+
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.1.tgz#b8d7311c6c1f7db3103e94095fe901f8fef6e433"
1725+
integrity sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q==
17261726
dependencies:
17271727
"@types/react-test-renderer" "*"
17281728

0 commit comments

Comments
 (0)