From 9985071c64c6f355a648f7a707bbb1849a6d2266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 09:53:05 +0200 Subject: [PATCH] chore(deps-dev): Bump @testing-library/react-hooks from 7.0.0 to 7.0.1 (#11) Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/testing-library/react-hooks-testing-library/releases) - [Changelog](https://github.com/testing-library/react-hooks-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-hooks-testing-library/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: "@testing-library/react-hooks" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7ea0348..53428468 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@dhis2/cli-app-scripts": "^7.0.0", "@dhis2/cli-style": "^9.0.1", - "@testing-library/react-hooks": "^7.0.0", + "@testing-library/react-hooks": "^7.0.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "identity-obj-proxy": "^3.0.0" diff --git a/yarn.lock b/yarn.lock index 06b4ba53..30134ff5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2722,10 +2722,10 @@ dependencies: defer-to-connect "^1.0.1" -"@testing-library/react-hooks@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.0.tgz#dd6d37a7e018f147a3b9153137f10e013be8472b" - integrity sha512-WFBGH8DWdIGGBHt6PBtQPe2v4Kbj9vQ1sQ9qLBTmwn1PNggngint4MTE/IiWCYhPbyTW3oc/7X62DObMn/AjQQ== +"@testing-library/react-hooks@^7.0.1": + version "7.0.1" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.1.tgz#8429d8bf55bfe82e486bd582dd06457c2464900a" + integrity sha512-bpEQ2SHSBSzBmfJ437NmnP+oArQ7aVmmULiAp6Ag2rtyLBLPNFSMmgltUbFGmQOJdPWo4Ub31kpUC5T46zXNwQ== dependencies: "@babel/runtime" "^7.12.5" "@types/react" ">=16.9.0"