Skip to content

Commit

Permalink
updated tree package
Browse files Browse the repository at this point in the history
  • Loading branch information
aexol committed Dec 27, 2024
1 parent e526a75 commit 55ce951
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/typescript-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-node",
"version": "3.0.1",
"version": "3.0.2",
"description": "",
"private": true,
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-zeus-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-zeus-core",
"version": "7.0.1",
"version": "7.0.2",
"private": false,
"main": "./lib/index.js",
"author": "GraphQL Editor, Artur Czemiel",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"graphql": "^16.5.0",
"graphql-js-tree": "^1.0.5"
"graphql-js-tree": "^3.0.2"
},
"peerDependencies": {
"graphql-ws": ">=5"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-zeus-jsonschema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-zeus-jsonschema",
"version": "7.0.1",
"version": "7.0.2",
"private": false,
"main": "./lib/index.js",
"author": "GraphQL Editor, Artur Czemiel",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-zeus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-zeus",
"version": "7.0.1",
"version": "7.0.2",
"private": false,
"scripts": {
"start": "ttsc --watch",
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"config-maker": "^0.0.6",
"cross-fetch": "^3.0.4",
"graphql-zeus-core": "^7.0.1",
"graphql-zeus-jsonschema": "^7.0.1",
"graphql-zeus-core": "^7.0.2",
"graphql-zeus-jsonschema": "^7.0.2",
"yargs": "^16.1.1"
}
}

0 comments on commit 55ce951

Please sign in to comment.