Skip to content

Commit 785e51c

Browse files
Update dependency @testing-library/react-hooks to v3.7.0
1 parent 895f0b2 commit 785e51c

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@babel/core": "7.18.6",
3434
"@babel/runtime": "7.18.6",
35-
"@testing-library/react-hooks": "3.2.1",
35+
"@testing-library/react-hooks": "3.7.0",
3636
"@types/jest": "28.1.4",
3737
"@types/react": "18.0.15",
3838
"cross-env": "5.2.1",

yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,13 +1018,18 @@
10181018
dependencies:
10191019
regenerator-runtime "^0.13.4"
10201020

1021-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1021+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
10221022
version "7.9.2"
10231023
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06"
10241024
integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==
10251025
dependencies:
10261026
regenerator-runtime "^0.13.4"
10271027

1028+
"@babel/runtime@^7.12.5":
1029+
version "7.28.3"
1030+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.3.tgz#75c5034b55ba868121668be5d5bb31cc64e6e61a"
1031+
integrity sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==
1032+
10281033
"@babel/template@^7.18.6":
10291034
version "7.18.6"
10301035
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
@@ -1431,13 +1436,13 @@
14311436
node-fetch "~2.1.2"
14321437
seedrandom "2.4.3"
14331438

1434-
"@testing-library/react-hooks@3.2.1":
1435-
version "3.2.1"
1436-
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.2.1.tgz#19b6caa048ef15faa69d439c469033873ea01294"
1437-
integrity sha512-1OB6Ksvlk6BCJA1xpj8/WWz0XVd1qRcgqdaFAq+xeC6l61Ucj0P6QpA5u+Db/x9gU4DCX8ziR5b66Mlfg0M2RA==
1439+
"@testing-library/react-hooks@3.7.0":
1440+
version "3.7.0"
1441+
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.7.0.tgz#6d75c5255ef49bce39b6465bf6b49e2dac84919e"
1442+
integrity sha512-TwfbY6BWtWIHitjT05sbllyLIProcysC0dF0q1bbDa7OHLC6A6rJOYJwZ13hzfz3O4RtOuInmprBozJRyyo7/g==
14381443
dependencies:
1439-
"@babel/runtime" "^7.5.4"
1440-
"@types/testing-library__react-hooks" "^3.0.0"
1444+
"@babel/runtime" "^7.12.5"
1445+
"@types/testing-library__react-hooks" "^3.4.0"
14411446

14421447
"@types/babel__core@^7.1.0":
14431448
version "7.1.7"
@@ -1591,11 +1596,11 @@
15911596
version "1.0.1"
15921597
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
15931598

1594-
"@types/testing-library__react-hooks@^3.0.0":
1595-
version "3.2.0"
1596-
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.2.0.tgz#52f3a109bef06080e3b1e3ae7ea1c014ce859897"
1599+
"@types/testing-library__react-hooks@^3.4.0":
1600+
version "3.4.1"
1601+
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.1.tgz#b8d7311c6c1f7db3103e94095fe901f8fef6e433"
1602+
integrity sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q==
15971603
dependencies:
1598-
"@types/react" "*"
15991604
"@types/react-test-renderer" "*"
16001605

16011606

0 commit comments

Comments
 (0)