From 4845222156693f4da115ca4335d34bcbf07bffb1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 Jan 2021 12:57:55 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react-hooks to v4 --- package-lock.json | 42 +++++++++++++++--------------------------- package.json | 2 +- 2 files changed, 16 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 562e3be..0895b86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@storybook/react": "^6.0.0", "@testing-library/jest-dom": "^5.0.0", "@testing-library/react": "^11.0.0", - "@testing-library/react-hooks": "^3.0.0", + "@testing-library/react-hooks": "^4.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "husky": "^4.0.0", @@ -38,6 +38,10 @@ "engines": { "node": ">=10" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + }, "peerDependencies": { "react": ">=16.8" } @@ -4784,13 +4788,14 @@ } }, "node_modules/@testing-library/react-hooks": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.7.0.tgz", - "integrity": "sha512-TwfbY6BWtWIHitjT05sbllyLIProcysC0dF0q1bbDa7OHLC6A6rJOYJwZ13hzfz3O4RtOuInmprBozJRyyo7/g==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-4.0.0.tgz", + "integrity": "sha512-AWIR4M1Fz4dYzuKytkWtabcrwpevq7zj9dImuBOcmrpl3VkjOBDa7Q/62fwK/M30ae5XI25mDSpQ29vzC7A5Lw==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", - "@types/testing-library__react-hooks": "^3.4.0" + "@types/react": ">=16.9.0", + "@types/react-test-renderer": ">=16.9.0" }, "peerDependencies": { "react": ">=16.9.0", @@ -5176,15 +5181,6 @@ "@types/jest": "*" } }, - "node_modules/@types/testing-library__react-hooks": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.1.tgz", - "integrity": "sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q==", - "dev": true, - "dependencies": { - "@types/react-test-renderer": "*" - } - }, "node_modules/@types/uglify-js": { "version": "3.11.1", "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.11.1.tgz", @@ -31079,13 +31075,14 @@ } }, "@testing-library/react-hooks": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.7.0.tgz", - "integrity": "sha512-TwfbY6BWtWIHitjT05sbllyLIProcysC0dF0q1bbDa7OHLC6A6rJOYJwZ13hzfz3O4RtOuInmprBozJRyyo7/g==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-4.0.0.tgz", + "integrity": "sha512-AWIR4M1Fz4dYzuKytkWtabcrwpevq7zj9dImuBOcmrpl3VkjOBDa7Q/62fwK/M30ae5XI25mDSpQ29vzC7A5Lw==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", - "@types/testing-library__react-hooks": "^3.4.0" + "@types/react": ">=16.9.0", + "@types/react-test-renderer": ">=16.9.0" } }, "@types/anymatch": { @@ -31469,15 +31466,6 @@ "@types/jest": "*" } }, - "@types/testing-library__react-hooks": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.1.tgz", - "integrity": "sha512-G4JdzEcq61fUyV6wVW9ebHWEiLK2iQvaBuCHHn9eMSbZzVh4Z4wHnUGIvQOYCCYeu5DnUtFyNYuAAgbSaO/43Q==", - "dev": true, - "requires": { - "@types/react-test-renderer": "*" - } - }, "@types/uglify-js": { "version": "3.11.1", "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.11.1.tgz", diff --git a/package.json b/package.json index 9a3b696..906f249 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@storybook/react": "^6.0.0", "@testing-library/jest-dom": "^5.0.0", "@testing-library/react": "^11.0.0", - "@testing-library/react-hooks": "^3.0.0", + "@testing-library/react-hooks": "^4.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "husky": "^4.0.0",