Skip to content

Commit 919e3a5

Browse files
chore: bump @testing-library/react-hooks from 8.0.0 to 8.0.1 in /site (coder#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](testing-library/react-hooks-testing-library@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kira Pilot <kira@coder.com>
1 parent 8acae4b commit 919e3a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@material-ui/core": "4.9.4",
3232
"@material-ui/icons": "4.5.1",
3333
"@material-ui/lab": "4.0.0-alpha.42",
34-
"@testing-library/react-hooks": "8.0.0",
34+
"@testing-library/react-hooks": "8.0.1",
3535
"@xstate/inspect": "0.6.5",
3636
"@xstate/react": "3.0.0",
3737
"axios": "0.26.1",

site/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2792,10 +2792,10 @@
27922792
lodash "^4.17.15"
27932793
redent "^3.0.0"
27942794

2795-
"@testing-library/react-hooks@8.0.0":
2796-
version "8.0.0"
2797-
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-8.0.0.tgz#7d0164bffce4647f506039de0a97f6fcbd20f4bf"
2798-
integrity sha512-uZqcgtcUUtw7Z9N32W13qQhVAD+Xki2hxbTR461MKax8T6Jr8nsUvZB+vcBTkzY2nFvsUet434CsgF0ncW2yFw==
2795+
"@testing-library/react-hooks@8.0.1":
2796+
version "8.0.1"
2797+
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-8.0.1.tgz#0924bbd5b55e0c0c0502d1754657ada66947ca12"
2798+
integrity sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==
27992799
dependencies:
28002800
"@babel/runtime" "^7.12.5"
28012801
react-error-boundary "^3.1.0"

0 commit comments

Comments
 (0)