From 9e8ceff8e8777a79a3dfb0e8bdac640c8a5965bd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Jan 2021 12:45:59 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react-hooks to v4.0.1 --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index b35466dc8..7777859be 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3096,9 +3096,9 @@ } }, "@testing-library/react-hooks": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-4.0.0.tgz", - "integrity": "sha512-AWIR4M1Fz4dYzuKytkWtabcrwpevq7zj9dImuBOcmrpl3VkjOBDa7Q/62fwK/M30ae5XI25mDSpQ29vzC7A5Lw==", + "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==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/ui/package.json b/ui/package.json index 1252fb6c3..87f73cccd 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.0", + "@testing-library/react-hooks": "4.0.1", "@wojtekmaj/enzyme-adapter-react-17": "0.4.1", "depcheck": "1.3.1", "diffable-html": "4.0.0",