diff --git a/package.json b/package.json index f8fa22d..2f6292b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react": ">= 16.8.0" }, "devDependencies": { - "@testing-library/react-hooks": "^3.2.1", + "@testing-library/react-hooks": "^3.3.0", "@types/jest": "^25.1.3", "@types/react": "^16.9.23", "jest": "^25.1.0", diff --git a/yarn.lock b/yarn.lock index 6068ae9..1119807 100644 --- a/yarn.lock +++ b/yarn.lock @@ -461,10 +461,10 @@ dependencies: type-detect "4.0.8" -"@testing-library/react-hooks@^3.2.1": - version "3.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.2.1.tgz#19b6caa048ef15faa69d439c469033873ea01294" - integrity sha512-1OB6Ksvlk6BCJA1xpj8/WWz0XVd1qRcgqdaFAq+xeC6l61Ucj0P6QpA5u+Db/x9gU4DCX8ziR5b66Mlfg0M2RA== +"@testing-library/react-hooks@^3.3.0": + version "3.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.3.0.tgz#dc217bfce8e7c34a99c811d73d23feef957b7c1d" + integrity sha512-rE9geI1+HJ6jqXkzzJ6abREbeud6bLF8OmF+Vyc7gBoPwZAEVBYjbC1up5nNoVfYBhO5HUwdD4u9mTehAUeiyw== dependencies: "@babel/runtime" "^7.5.4" "@types/testing-library__react-hooks" "^3.0.0"