Skip to content

Commit

Permalink
chore: correct type dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
luke88jones committed Jan 19, 2024
1 parent d13f65c commit 52ae284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"dependencies": {
"@aws-crypto/sha256-browser": "^4.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"extract-files": "^11.0.0",
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@testing-library/react": "^14.0.0",
"@types/extract-files": "^8.1.1",
"cross-env": "^7.0.3",
Expand Down

0 comments on commit 52ae284

Please sign in to comment.