Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-cypress": "^6.2.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.4.0",
"ts-node": "^10.9.2",
"vite-plugin-svgr": "^4.5.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7786,18 +7786,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react-hooks@npm:^7.0.1":
version: 7.0.1
resolution: "eslint-plugin-react-hooks@npm:7.0.1"
"eslint-plugin-react-hooks@npm:^7.1.1":
version: 7.1.1
resolution: "eslint-plugin-react-hooks@npm:7.1.1"
dependencies:
"@babel/core": ^7.24.4
"@babel/parser": ^7.24.4
hermes-parser: ^0.25.1
zod: ^3.25.0 || ^4.0.0
zod-validation-error: ^3.5.0 || ^4.0.0
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
checksum: 1e711d1a9d1fa9cfc51fa1572500656577201199c70c795c6a27adfc1df39e5c598f69aab6aa91117753d23cc1f11388579a2bed14921cf9a4efe60ae8618496
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0
checksum: cee8454915d71ac5d70a0d8f4f260e76eaf45fcd4162747dd4282b792ee5616d187351dabe6cdcff9040c79d0cec625635c4fd0777276be119efa88ebe058525
languageName: node
linkType: hard

Expand Down Expand Up @@ -10491,7 +10491,7 @@ __metadata:
eslint-plugin-cypress: ^6.2.0
eslint-plugin-no-only-tests: ^3.3.0
eslint-plugin-react: ^7.37.5
eslint-plugin-react-hooks: ^7.0.1
eslint-plugin-react-hooks: ^7.1.1
globals: ^17.4.0
graphql: ^16.13.1
graphql-request: ^7.4.0
Expand Down
Loading