Skip to content

Commit

Permalink
Update graphqlcodegenerator monorepo to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 2, 2023
1 parent cb35f29 commit d2f09ac
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 235 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
},
"dependencies": {
"@changesets/cli": "^2.25.2",
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/cli": "4.0.1",
"@nuxt/kit": "^3.0.0"
},
"devDependencies": {
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-operations": "3.0.4",
"@graphql-codegen/typescript": "4.0.0",
"@graphql-codegen/typescript-operations": "4.0.0",
"@graphql-codegen/typescript-vue-urql": "2.3.6",
"@graphql-codegen/urql-introspection": "2.2.1",
"@nuxt/module-builder": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"devDependencies": {
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-operations": "3.0.4",
"@graphql-codegen/typescript": "4.0.0",
"@graphql-codegen/typescript-operations": "4.0.0",
"@graphql-codegen/typescript-vue-urql": "2.3.6",
"@graphql-codegen/urql-introspection": "2.2.1"
},
Expand Down
Loading

0 comments on commit d2f09ac

Please sign in to comment.