mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #10 from omnivore-app/fix/upgrade-codegen
Upgrade the graphql codegen libraries
This commit is contained in:
commit
96cc443032
2 changed files with 983 additions and 597 deletions
|
|
@ -17,11 +17,11 @@
|
|||
"deploy:web": "vercel --prod"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^1.17.8",
|
||||
"@graphql-codegen/introspection": "^1.17.8",
|
||||
"@graphql-codegen/cli": "^1.21.8",
|
||||
"@graphql-codegen/introspection": "^1.18.2",
|
||||
"@graphql-codegen/schema-ast": "^1.18.2",
|
||||
"@graphql-codegen/typescript": "^1.17.9",
|
||||
"@graphql-codegen/typescript-resolvers": "^1.17.9",
|
||||
"@graphql-codegen/typescript": "^1.18.2",
|
||||
"@graphql-codegen/typescript-resolvers": "^1.18.2",
|
||||
"@tsconfig/node14": "^1.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
||||
"@typescript-eslint/parser": "^5.9.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue