We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 907da26 + 5cad352 commit e325e0cCopy full SHA for e325e0c
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-editor-cli",
3
- "version": "0.8.5",
+ "version": "0.8.6",
4
"description": "GraphQL -> anything. Use GraphQL as your source of truth. GraphQL Editor Official CLI.",
5
"main": "lib/api.js",
6
"author": "Artur Czemiel",
@@ -71,4 +71,4 @@
71
"ts-node": "^10.9.1",
72
"yargs": "^17.5.1"
73
}
74
-}
+}
packages/cli/src/deps.ts
@@ -13,7 +13,7 @@ export default {
13
typescript: '^4.8.3',
14
},
15
dependencies: {
16
- 'node-fetch': '^2.6.0',
+ 'node-fetch': '^3.2.10',
17
'stucco-js': '^0.10.17',
18
ws: '^8.12.0',
19
0 commit comments