Skip to content

Commit 84e4a38

Browse files
chore(dev-deps): bump @testing-library/react-hooks from 8.0.0 to 8.0.1 (#52)
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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44a9ab1 commit 84e4a38

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@babel/preset-env": "^7.19.3",
3232
"@testing-library/jest-dom": "^5.16.5",
3333
"@testing-library/react": "12.1.4",
34-
"@testing-library/react-hooks": "^8.0.0",
34+
"@testing-library/react-hooks": "^8.0.1",
3535
"@testing-library/user-event": "^14.4.3",
3636
"@types/chance": "^1.1.3",
3737
"@types/jest": "^27.4.1",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1591,10 +1591,10 @@
15911591
lodash "^4.17.15"
15921592
redent "^3.0.0"
15931593

1594-
"@testing-library/react-hooks@^8.0.0":
1595-
version "8.0.0"
1596-
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-8.0.0.tgz#7d0164bffce4647f506039de0a97f6fcbd20f4bf"
1597-
integrity sha512-uZqcgtcUUtw7Z9N32W13qQhVAD+Xki2hxbTR461MKax8T6Jr8nsUvZB+vcBTkzY2nFvsUet434CsgF0ncW2yFw==
1594+
"@testing-library/react-hooks@^8.0.1":
1595+
version "8.0.1"
1596+
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-8.0.1.tgz#0924bbd5b55e0c0c0502d1754657ada66947ca12"
1597+
integrity sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==
15981598
dependencies:
15991599
"@babel/runtime" "^7.12.5"
16001600
react-error-boundary "^3.1.0"

0 commit comments

Comments
 (0)