Skip to content

Commit

Permalink
remove spurious @testing-library/react-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Dec 17, 2024
1 parent 3f5df41 commit a5f25e9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { renderHook } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react';
import '@testing-library/jest-dom';
import { scaleLinear } from '@visx/scale';
import useLineTransitionConfig from '../src/spring-configs/useLineTransitionConfig';
Expand Down
3 changes: 0 additions & 3 deletions packages/visx-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,5 @@
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@testing-library/react-hooks": "^8.0.0"
}
}
15 changes: 0 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2521,14 +2521,6 @@
lodash "^4.17.21"
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==
dependencies:
"@babel/runtime" "^7.12.5"
react-error-boundary "^3.1.0"

"@testing-library/react@^16.1.0":
version "16.1.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.1.0.tgz#aa0c61398bac82eaf89776967e97de41ac742d71"
Expand Down Expand Up @@ -11473,13 +11465,6 @@ react-dom@18.0.0, "react-dom@^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 || ^19.0.0-0",
loose-envify "^1.1.0"
scheduler "^0.21.0"

react-error-boundary@^3.1.0:
version "3.1.4"
resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.4.tgz#255db92b23197108757a888b01e5b729919abde0"
integrity sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==
dependencies:
"@babel/runtime" "^7.12.5"

react-github-button@^0.1.10:
version "0.1.11"
resolved "https://registry.yarnpkg.com/react-github-button/-/react-github-button-0.1.11.tgz#fc61e1f1e1371169d3618c1ba37306ba04081e56"
Expand Down

0 comments on commit a5f25e9

Please sign in to comment.