Skip to content

Commit 51d7813

Browse files
YOUR_NAMEYOUR_NAME
authored andcommitted
starters
1 parent 17b6920 commit 51d7813

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/typescript-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-node",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "",
55
"private": true,
66
"main": "index.js",

packages/graphql-zeus-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-zeus-core",
3-
"version": "7.1.7",
3+
"version": "7.1.8",
44
"private": false,
55
"main": "./lib/index.js",
66
"author": "GraphQL Editor, Artur Czemiel",

packages/graphql-zeus-jsonschema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-zeus-jsonschema",
3-
"version": "7.1.7",
3+
"version": "7.1.8",
44
"private": false,
55
"main": "./lib/index.js",
66
"author": "GraphQL Editor, Artur Czemiel",

packages/graphql-zeus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-zeus",
3-
"version": "7.1.7",
3+
"version": "7.1.8",
44
"private": false,
55
"scripts": {
66
"start": "ttsc --watch",
@@ -31,8 +31,8 @@
3131
"config-maker": "^0.0.6",
3232
"cross-fetch": "^3.0.4",
3333
"graphql-js-tree": "^3.0.4",
34-
"graphql-zeus-core": "^7.1.7",
35-
"graphql-zeus-jsonschema": "^7.1.7",
34+
"graphql-zeus-core": "^7.1.8",
35+
"graphql-zeus-jsonschema": "^7.1.8",
3636
"prompts": "^2.4.2",
3737
"yargs": "^16.1.1"
3838
}

0 commit comments

Comments
 (0)