We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3acb84 commit ec95967Copy full SHA for ec95967
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.8",
46
- "@graphql-tools/utils": "^10.0.0",
+ "@graphql-codegen/add": "^5.0.3",
+ "@graphql-codegen/plugin-helpers": "^5.1.1",
+ "@graphql-codegen/visitor-plugin-common": "^5.8.0",
+ "@graphql-tools/utils": "^10.9.1",
47
"parse-filepath": "^1.0.2",
48
"tslib": "^2.8.1"
49
50
"devDependencies": {
51
- "@graphql-codegen/cli": "2.16.5",
+ "@graphql-codegen/cli": "^5.0.7",
52
"@types/parse-filepath": "1.0.2"
53
54
"publishConfig": {
0 commit comments