Skip to content

Commit

Permalink
fix: patch graphql-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Nov 16, 2022
1 parent 9d697db commit a7fd2c8
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 485 deletions.
2 changes: 1 addition & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"@nuxt/ui": "latest",
"nuxt": "latest",
"nuxt-graphql-client": "0.2.10-edge.5db617e"
"nuxt-graphql-client": "latest"
}
}
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prepare": "nuxt-module-build --stub && nuxi prepare playground"
},
"dependencies": {
"@graphql-codegen/cli": "2.13.11",
"@graphql-codegen/cli": "npm:graphql-codegen-cli-nuxt@latest",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
"@graphql-codegen/typescript-operations": "^2.5.6",
Expand All @@ -66,10 +66,5 @@
"nuxt": "latest",
"vitest": "^0.25.1"
},
"packageManager": "pnpm@7.14.2",
"pnpm": {
"patchedDependencies": {
"@graphql-codegen/cli@2.13.11": "patches/@graphql-codegen__cli@2.13.11.patch"
}
}
"packageManager": "pnpm@7.16.0"
}
44 changes: 0 additions & 44 deletions patches/@graphql-codegen__cli@2.13.11.patch

This file was deleted.

0 comments on commit a7fd2c8

Please sign in to comment.