From ee2742ab7ad21266d314bbfa42786ae78bd1caed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Jan 2021 08:13:49 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react-hooks to v5 --- ui/package-lock.json | 26 ++++++++++++++++++++++---- ui/package.json | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index f91e75deb..ad88f58c8 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3096,14 +3096,17 @@ } }, "@testing-library/react-hooks": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-4.0.1.tgz", - "integrity": "sha512-DufI8Q2GOM7W2yFEEfz85VNVNaHZL0tPZyBT6ytV7HK+1A4frL1ty+W5NBE0u0K3EFV/Pg5O28HGNEtp9D5EyA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.0.0.tgz", + "integrity": "sha512-c/wvcz/Set+KOvbi07EQO7tujsUIp5HnNAygJoSpMTVkIDcp7JtSemhjRDg1WL6Qsw076inWobTKCepK3mgi8A==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", "@types/react": ">=16.9.0", - "@types/react-test-renderer": ">=16.9.0" + "@types/react-dom": ">=16.9.0", + "@types/react-test-renderer": ">=16.9.0", + "filter-console": "^0.1.1", + "react-error-boundary": "^3.1.0" } }, "@types/anymatch": { @@ -9848,6 +9851,12 @@ } } }, + "filter-console": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/filter-console/-/filter-console-0.1.1.tgz", + "integrity": "sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg==", + "dev": true + }, "finalhandler": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", @@ -17028,6 +17037,15 @@ "prop-types": "^15.6.0" } }, + "react-error-boundary": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.0.tgz", + "integrity": "sha512-lmPrdi5SLRJR+AeJkqdkGlW/CRkAUvZnETahK58J4xb5wpbfDngasEGu+w0T1iXEhVrYBJZeW+c4V1hILCnMWQ==", + "dev": true, + "requires": { + "@babel/runtime": "^7.12.5" + } + }, "react-error-overlay": { "version": "6.0.8", "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.8.tgz", diff --git a/ui/package.json b/ui/package.json index ba1151e8a..bf7e820b4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -82,7 +82,7 @@ "devDependencies": { "@percy-io/percy-storybook": "2.1.0", "@storybook/preset-create-react-app": "3.1.5", - "@testing-library/react-hooks": "4.0.1", + "@testing-library/react-hooks": "5.0.0", "@wojtekmaj/enzyme-adapter-react-17": "0.4.1", "depcheck": "1.3.1", "diffable-html": "4.0.0",