Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
aexol committed May 8, 2024
1 parent 36fff9c commit 7535584
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 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
@@ -1,6 +1,6 @@
{
"name": "graphql-editor-worker",
"version": "7.2.8",
"version": "7.2.9",
"private": false,
"license": "MIT",
"description": "Visual node editor for GraphQL",
Expand Down Expand Up @@ -41,4 +41,4 @@
"devDependencies": {
"@types/d3": "^7.4.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-editor",
"version": "7.2.8",
"version": "7.2.9",
"private": false,
"license": "MIT",
"description": "Visual node editor for GraphQL",
Expand Down Expand Up @@ -45,7 +45,7 @@
"file-saver": "^2.0.5",
"framer-motion": "^10.12.16",
"fuzzyjs": "^5.0.1",
"graphql-editor-worker": "^7.2.8",
"graphql-editor-worker": "^7.2.9",
"graphql-js-tree": "^2.0.1",
"graphql-language-service": "3.2.5",
"html-to-image": "^1.10.8",
Expand All @@ -65,4 +65,4 @@
"@types/d3": "^7.4.0",
"@types/diff": "^5.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/sandbox/package.json
@@ -1,6 +1,6 @@
{
"name": "sandbox",
"version": "7.2.8",
"version": "7.2.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": "^7.2.8",
"graphql-editor": "^7.2.9",
"graphql-js-tree": "^2.0.1",
"socket.io-client": "^4.7.2",
"y-monaco": "^0.1.5",
Expand All @@ -60,4 +60,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/socket-live-test/package.json
@@ -1,6 +1,6 @@
{
"name": "socket-live-test",
"version": "2.2.8",
"version": "2.2.9",
"description": "testing editor live",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/svg-ts-sync/package.json
@@ -1,6 +1,6 @@
{
"name": "svg-ts-sync",
"version": "1.2.8",
"version": "1.2.9",
"private": false,
"license": "MIT",
"description": "Sync folders with svg's to react typescript components",
Expand Down

0 comments on commit 7535584

Please sign in to comment.