Skip to content

Commit 6e01ebb

Browse files
authored
chore: Removes unused dependencies (#859)
- `@testing-library/react-hooks`: deprecated & not used
1 parent 644ebb1 commit 6e01ebb

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
"@definitelytyped/dtslint": "^0.0.163",
106106
"@testing-library/jest-dom": "^5.16.2",
107107
"@testing-library/react": "^14.0.0",
108-
"@testing-library/react-hooks": "^8.0.1",
109108
"@types/react": "^18.2.15",
110109
"@types/react-dom": "^18.2.7",
111110
"@types/react-redux": "^7.1.25",

yarn.lock

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,14 +1610,6 @@
16101610
lodash "^4.17.15"
16111611
redent "^3.0.0"
16121612

1613-
"@testing-library/react-hooks@^8.0.1":
1614-
version "8.0.1"
1615-
resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-8.0.1.tgz#0924bbd5b55e0c0c0502d1754657ada66947ca12"
1616-
integrity sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==
1617-
dependencies:
1618-
"@babel/runtime" "^7.12.5"
1619-
react-error-boundary "^3.1.0"
1620-
16211613
"@testing-library/react@^14.0.0":
16221614
version "14.0.0"
16231615
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-14.0.0.tgz#59030392a6792450b9ab8e67aea5f3cc18d6347c"
@@ -5543,13 +5535,6 @@ react-dom@^18.2.0:
55435535
loose-envify "^1.1.0"
55445536
scheduler "^0.23.0"
55455537

5546-
react-error-boundary@^3.1.0:
5547-
version "3.1.4"
5548-
resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.4.tgz#255db92b23197108757a888b01e5b729919abde0"
5549-
integrity sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==
5550-
dependencies:
5551-
"@babel/runtime" "^7.12.5"
5552-
55535538
"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0, react-is@^18.2.0:
55545539
version "18.2.0"
55555540
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"

0 commit comments

Comments
 (0)