Skip to content

Commit 6ecdbe7

Browse files
chore(dev-deps): bump @testing-library/react-hooks from 8.0.0 to 8.0.1
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] <support@github.com>
1 parent 4bd4671 commit 6ecdbe7

File tree

2 files changed

+198
-50
lines changed

2 files changed

+198
-50
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "eslint && jest"
1010
},
1111
"dependencies": {
12-
"@types/ramda": "^0.28.11",
12+
"@types/ramda": "^0.28.15",
1313
"@use-gesture/react": "^10.2.17",
1414
"axios": "^0.27.2",
1515
"marked": "^4.0.14",
@@ -31,8 +31,8 @@
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",
35-
"@testing-library/user-event": "^14.1.1",
34+
"@testing-library/react-hooks": "^8.0.1",
35+
"@testing-library/user-event": "^14.4.3",
3636
"@types/chance": "^1.1.3",
3737
"@types/jest": "^27.4.1",
3838
"@types/js-cookie": "^3.0.2",
@@ -51,7 +51,7 @@
5151
"eslint-import-resolver-typescript": "^2.7.1",
5252
"eslint-plugin-import": "^2.26.0",
5353
"eslint-plugin-jest": "^26.1.5",
54-
"eslint-plugin-jsx-a11y": "^6.5.1",
54+
"eslint-plugin-jsx-a11y": "^6.6.1",
5555
"eslint-plugin-react": "^7.29.4",
5656
"eslint-plugin-react-hooks": "^4.5.0",
5757
"jest": "^27.5.1",

0 commit comments

Comments
 (0)