diff --git a/package-lock.json b/package-lock.json index 7754074..f35cd7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1563,13 +1563,13 @@ } }, "@testing-library/react-hooks": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-2.0.3.tgz", - "integrity": "sha512-adm+7b1gcysGka8VuYq/ObBrIBJTT9QmCEIqPpuxozWFfVDgxSbzBGc44ia/WYLGVt2dqFIOc6/DmAmu/pa0gQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.2.1.tgz", + "integrity": "sha512-1OB6Ksvlk6BCJA1xpj8/WWz0XVd1qRcgqdaFAq+xeC6l61Ucj0P6QpA5u+Db/x9gU4DCX8ziR5b66Mlfg0M2RA==", "dev": true, "requires": { "@babel/runtime": "^7.5.4", - "@types/testing-library__react-hooks": "^2.0.0" + "@types/testing-library__react-hooks": "^3.0.0" } }, "@types/babel__core": { @@ -1744,9 +1744,9 @@ } }, "@types/react-test-renderer": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-16.9.0.tgz", - "integrity": "sha512-bN5EyjtuTY35xX7N5j0KP1vg5MpUXHpFTX6tGsqkNOthjNvet4VQOYRxFh+NT5cDSJrATmAFK9NLeYZ4mp/o0Q==", + "version": "16.9.1", + "resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-16.9.1.tgz", + "integrity": "sha512-nCXQokZN1jp+QkoDNmDZwoWpKY8HDczqevIDO4Uv9/s9rbGPbSpy8Uaxa5ixHKkcm/Wt0Y9C3wCxZivh4Al+rQ==", "dev": true, "requires": { "@types/react": "*" @@ -1787,9 +1787,9 @@ } }, "@types/testing-library__react-hooks": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-2.0.0.tgz", - "integrity": "sha512-YUVqXGCChJKEJ4aAnMXqPCq0NfPAFVsJeGIb2y/iiMjxwyu+45+vR+AHOwjJHHKEHeC0ZhOGrZ5gSEmaJe4tyQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.1.0.tgz", + "integrity": "sha512-QJc1sgH9DD6jbfybzugnP0sY8wPzzIq8sHDBuThzCr2ZEbyHIaAvN9ytx/tHzcWL5MqmeZJqiUm/GsythaGx3g==", "dev": true, "requires": { "@types/react": "*", diff --git a/package.json b/package.json index c4921d2..c92c659 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@pika/plugin-ts-standard-pkg": "^0.6.0", "@testing-library/jest-dom": "^4.1.0", "@testing-library/react": "^9.3.0", - "@testing-library/react-hooks": "^2.0.3", + "@testing-library/react-hooks": "^3.2.1", "@types/bluebird": "^3.5.27", "@types/jest": "^24.0.18", "@types/react": "=16.9.9",