Skip to content

Commit

Permalink
fix: graphql types generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kbooz committed Aug 25, 2023
1 parent 139b3de commit eaa9b32
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 199 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"fast-blurhash": "^1.1.2",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"graphql": "^16.4.0",
"graphql-config": "^5.0.1",
"graphql-request": "^4.2.0",
"graphql-tag": "^2.12.6",
"jsonwebtoken": "^9.0.1",
"next": "13.4.13",
"next-auth": "^4.23.0",
Expand All @@ -49,13 +51,13 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/import-types-preset": "^2.2.6",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-graphql-request": "^4.5.9",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@graphql-codegen/typescript-resolvers": "^3.2.1",
"@parcel/watcher": "^2.2.0",
"@storybook/addon-essentials": "^7.3.1",
"@storybook/addon-interactions": "^7.3.1",
Expand Down
Loading

0 comments on commit eaa9b32

Please sign in to comment.