Skip to content

Commit c5e3686

Browse files
committed
chore(deps): update dependency @testing-library/react-hooks to v3.4.2
1 parent c40cd78 commit c5e3686

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@storybook/addon-knobs": "5.3.21",
2020
"@storybook/addon-options": "5.3.21",
2121
"@storybook/react": "5.3.21",
22-
"@testing-library/react-hooks": "3.4.1",
22+
"@testing-library/react-hooks": "3.4.2",
2323
"@types/jest": "26.0.14",
2424
"@types/react": "16.9.49",
2525
"@types/react-dom": "16.9.8",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,13 +2203,13 @@
22032203
dependencies:
22042204
defer-to-connect "^2.0.0"
22052205

2206-
"@testing-library/[email protected].1":
2207-
version "3.4.1"
2208-
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.4.1.tgz#1f8ccd21208086ec228d9743fe40b69d0efcd7e5"
2209-
integrity sha512-LbzvE7oKsVzuW1cxA/aOeNgeVvmHWG2p/WSzalIGyWuqZT3jVcNDT5KPEwy36sUYWde0Qsh32xqIUFXukeywXg==
2206+
"@testing-library/[email protected].2":
2207+
version "3.4.2"
2208+
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.4.2.tgz#8deb94f7684e0d896edd84a4c90e5b79a0810bc2"
2209+
integrity sha512-RfPG0ckOzUIVeIqlOc1YztKgFW+ON8Y5xaSPbiBkfj9nMkkiLhLeBXT5icfPX65oJV/zCZu4z8EVnUc6GY9C5A==
22102210
dependencies:
22112211
"@babel/runtime" "^7.5.4"
2212-
"@types/testing-library__react-hooks" "^3.3.0"
2212+
"@types/testing-library__react-hooks" "^3.4.0"
22132213

22142214
"@textlint/ast-node-types@^4.0.3":
22152215
version "4.2.5"
@@ -2472,10 +2472,10 @@
24722472
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02"
24732473
integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ==
24742474

2475-
"@types/testing-library__react-hooks@^3.3.0":
2476-
version "3.4.0"
2477-
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.0.tgz#be148b7fa7d19cd3349c4ef9d9534486bc582fcc"
2478-
integrity sha512-QYLZipqt1hpwYsBU63Ssa557v5wWbncqL36No59LI7W3nCMYKrLWTnYGn2griZ6v/3n5nKXNYkTeYpqPHY7Ukg==
2475+
"@types/testing-library__react-hooks@^3.4.0":
2476+
version "3.4.1"
2477+
resolved "https://registry.yarnpkg.com/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.1.tgz#b8d7311c6c1f7db3103e94095fe901f8fef6e433"
2478+
integrity sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q==
24792479
dependencies:
24802480
"@types/react-test-renderer" "*"
24812481

0 commit comments

Comments
 (0)