Skip to content

Commit

Permalink
fix: gql npm reference
Browse files Browse the repository at this point in the history
  • Loading branch information
luke88jones committed Jan 10, 2024
1 parent a981664 commit 7671c45
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
21 changes: 9 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relay-pagination-directive",
"version": "0.1.0",
"version": "1.0.0",
"description": "GQL directive to simplify relay style pagination",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@graphql-tools/schema": "^10.0.2",
"@graphql-tools/utils": "^10.0.12",
"@graphql-tools/wrap": "^10.0.1",
"graphql": "file:../../scratch/node_modules/graphql",
"graphql": "^16.8.1",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down

0 comments on commit 7671c45

Please sign in to comment.