Skip to content

Commit 917af8f

Browse files
committed
⬆️ zeus update
1 parent 30c7bac commit 917af8f

File tree

4 files changed

+58
-61
lines changed

4 files changed

+58
-61
lines changed

package-lock.json

Lines changed: 52 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-editor-cli",
3-
"version": "0.7.5",
3+
"version": "0.7.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",
@@ -54,8 +54,8 @@
5454
"fast-glob": "^3.2.12",
5555
"figures": "^5.0.0",
5656
"graphql-js-tree": "^0.1.7",
57-
"graphql-zeus": "^5.2.4",
58-
"graphql-zeus-core": "^5.2.4",
57+
"graphql-zeus": "^5.2.8",
58+
"graphql-zeus-core": "^5.2.8",
5959
"inquirer": "^9.1.2",
6060
"mime": "^3.0.0",
6161
"node-fetch": "^3.2.10",

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sandbox",
33
"private": true,
4-
"version": "0.7.6",
4+
"version": "0.7.7",
55
"description": "GraphQL -> anything. Use GraphQL as your source of truth. GraphQL Editor Official CLI.",
66
"author": "Artur Czemiel",
77
"license": "MIT",

0 commit comments

Comments
 (0)