Skip to content

Commit

Permalink
Update graphqlcodegenerator monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 8, 2024
1 parent 3222821 commit 8edf2f1
Show file tree
Hide file tree
Showing 4 changed files with 800 additions and 622 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
},
"dependencies": {
"@changesets/cli": "^2.25.2",
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/cli": "5.0.2",
"@nuxt/kit": "^3.0.0"
},
"devDependencies": {
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-operations": "3.0.4",
"@graphql-codegen/typescript-vue-urql": "2.3.6",
"@graphql-codegen/urql-introspection": "2.2.1",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-codegen/typescript-vue-urql": "3.1.0",
"@graphql-codegen/urql-introspection": "3.0.0",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"devDependencies": {
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-operations": "3.0.4",
"@graphql-codegen/typescript-vue-urql": "2.3.6",
"@graphql-codegen/urql-introspection": "2.2.1"
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-codegen/typescript-vue-urql": "3.1.0",
"@graphql-codegen/urql-introspection": "3.0.0"
},
"dependencies": {
"graphql": "16.8.1"
Expand Down
Loading

0 comments on commit 8edf2f1

Please sign in to comment.