Skip to content

Commit e325e0c

Browse files
authored
Merge pull request #83 from graphql-editor/CIFileFix
updating version and deps file
2 parents 907da26 + 5cad352 commit e325e0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-editor-cli",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"description": "GraphQL -> anything. Use GraphQL as your source of truth. GraphQL Editor Official CLI.",
55
"main": "lib/api.js",
66
"author": "Artur Czemiel",
@@ -71,4 +71,4 @@
7171
"ts-node": "^10.9.1",
7272
"yargs": "^17.5.1"
7373
}
74-
}
74+
}

packages/cli/src/deps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
typescript: '^4.8.3',
1414
},
1515
dependencies: {
16-
'node-fetch': '^2.6.0',
16+
'node-fetch': '^3.2.10',
1717
'stucco-js': '^0.10.17',
1818
ws: '^8.12.0',
1919
},

0 commit comments

Comments
 (0)