From 919e3a5fb56b99d17d013e8e899d47b9afd8b0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 11:21:49 -0400 Subject: [PATCH] chore: bump @testing-library/react-hooks from 8.0.0 to 8.0.1 in /site (#2936) Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 8.0.0 to 8.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/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: "@testing-library/react-hooks" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kira Pilot --- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index e29f3c83a9..110d9b7900 100644 --- a/site/package.json +++ b/site/package.json @@ -31,7 +31,7 @@ "@material-ui/core": "4.9.4", "@material-ui/icons": "4.5.1", "@material-ui/lab": "4.0.0-alpha.42", - "@testing-library/react-hooks": "8.0.0", + "@testing-library/react-hooks": "8.0.1", "@xstate/inspect": "0.6.5", "@xstate/react": "3.0.0", "axios": "0.26.1", diff --git a/site/yarn.lock b/site/yarn.lock index e77677c429..b7f778dcc6 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -2792,10 +2792,10 @@ lodash "^4.17.15" redent "^3.0.0" -"@testing-library/react-hooks@8.0.0": - version "8.0.0" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-8.0.0.tgz#7d0164bffce4647f506039de0a97f6fcbd20f4bf" - integrity sha512-uZqcgtcUUtw7Z9N32W13qQhVAD+Xki2hxbTR461MKax8T6Jr8nsUvZB+vcBTkzY2nFvsUet434CsgF0ncW2yFw== +"@testing-library/react-hooks@8.0.1": + version "8.0.1" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-8.0.1.tgz#0924bbd5b55e0c0c0502d1754657ada66947ca12" + integrity sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g== dependencies: "@babel/runtime" "^7.12.5" react-error-boundary "^3.1.0"