Skip to content

Commit

Permalink
🚑 Fixed schema definition node
Browse files Browse the repository at this point in the history
  • Loading branch information
aexol committed Aug 14, 2023
1 parent f246a45 commit e013a1d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/editor-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-editor-worker",
"version": "6.8.8",
"version": "6.8.9",
"private": false,
"license": "MIT",
"description": "Visual node editor for GraphQL",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@qix/elkjs-patched": "^0.8.0-patch3",
"d3": "^7.8.4",
"elkjs": "^0.8.2",
"graphql-js-tree": "^1.0.1",
"graphql-js-tree": "^1.0.2",
"graphql-language-service": "3.1.4"
},
"config": {
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-editor",
"version": "6.8.8",
"version": "6.8.9",
"private": false,
"license": "MIT",
"description": "Visual node editor for GraphQL",
Expand Down Expand Up @@ -45,8 +45,8 @@
"file-saver": "^2.0.5",
"framer-motion": "^10.12.16",
"fuzzyjs": "^5.0.1",
"graphql-editor-worker": "^6.8.8",
"graphql-js-tree": "^1.0.1",
"graphql-editor-worker": "^6.8.9",
"graphql-js-tree": "^1.0.2",
"graphql-language-service": "3.1.4",
"html-to-image": "^1.10.8",
"re-resizable": "^6.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sandbox",
"version": "6.8.8",
"version": "6.8.9",
"private": false,
"license": "MIT",
"description": "Visual node editor for GraphQL",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@aexol-studio/styling-system": "^0.0.8",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"graphql-editor": "^6.8.8",
"graphql-editor": "^6.8.9",
"graphql-js-tree": "^0.1.6"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-ts-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svg-ts-sync",
"version": "0.7.8",
"version": "0.7.9",
"private": false,
"license": "MIT",
"description": "Sync folders with svg's to react typescript components",
Expand Down

0 comments on commit e013a1d

Please sign in to comment.