We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550436a commit 53e738eCopy full SHA for 53e738e
2 files changed
packages/presets/near-operation-file/package.json
@@ -40,15 +40,15 @@
40
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
41
},
42
"dependencies": {
43
- "@graphql-codegen/add": "^3.2.1",
44
- "@graphql-codegen/plugin-helpers": "^3.0.0",
45
- "@graphql-codegen/visitor-plugin-common": "2.13.1",
46
- "@graphql-tools/utils": "^10.0.0",
+ "@graphql-codegen/add": "^5.0.3",
+ "@graphql-codegen/plugin-helpers": "^5.0.4",
+ "@graphql-codegen/visitor-plugin-common": "^5.3.1",
+ "@graphql-tools/utils": "^10.3.1",
47
"parse-filepath": "^1.0.2",
48
"tslib": "~2.6.0"
49
50
"devDependencies": {
51
- "@graphql-codegen/cli": "2.13.9",
+ "@graphql-codegen/cli": "^5.0.2",
52
"@types/parse-filepath": "1.0.2"
53
54
"publishConfig": {
0 commit comments