From 6843dd5c0056dd4343dd397941b7f7b7e7d42745 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Sep 2020 11:27:41 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react-hooks to v3.4.2 --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 0f1752163..208587928 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3538,13 +3538,13 @@ } }, "@testing-library/react-hooks": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.1.tgz", - "integrity": "sha512-LbzvE7oKsVzuW1cxA/aOeNgeVvmHWG2p/WSzalIGyWuqZT3jVcNDT5KPEwy36sUYWde0Qsh32xqIUFXukeywXg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.2.tgz", + "integrity": "sha512-RfPG0ckOzUIVeIqlOc1YztKgFW+ON8Y5xaSPbiBkfj9nMkkiLhLeBXT5icfPX65oJV/zCZu4z8EVnUc6GY9C5A==", "dev": true, "requires": { "@babel/runtime": "^7.5.4", - "@types/testing-library__react-hooks": "^3.3.0" + "@types/testing-library__react-hooks": "^3.4.0" } }, "@types/anymatch": { @@ -3954,9 +3954,9 @@ "integrity": "sha512-W+bw9ds02rAQaMvaLYxAbJ6cvguW/iJXNT6lTssS1ps6QdrMKttqEAMEG/b5CR8TZl3/L7/lH0ZV5nNR1LXikA==" }, "@types/testing-library__react-hooks": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@types/testing-library__react-hooks/-/testing-library__react-hooks-3.4.0.tgz", - "integrity": "sha512-QYLZipqt1hpwYsBU63Ssa557v5wWbncqL36No59LI7W3nCMYKrLWTnYGn2griZ6v/3n5nKXNYkTeYpqPHY7Ukg==", + "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": "*" diff --git a/ui/package.json b/ui/package.json index 8d7e73b5f..af6bbcab5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -83,7 +83,7 @@ "@commitlint/travis-cli": "11.0.0", "@percy-io/percy-storybook": "2.1.0", "@storybook/preset-create-react-app": "3.1.4", - "@testing-library/react-hooks": "3.4.1", + "@testing-library/react-hooks": "3.4.2", "depcheck": "1.2.0", "diffable-html": "4.0.0", "enzyme": "3.11.0",