Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5854372

Browse files
committedFeb 26, 2025·
Publish
- @gephi/gephi-lite-broadcast@0.6.0 - @gephi/gephi-lite@0.6.0 - @gephi/gephi-lite-sdk@0.6.0
1 parent b0dd7f0 commit 5854372

File tree

4 files changed

+22
-19
lines changed

4 files changed

+22
-19
lines changed
 

‎package-lock.json

+13-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/broadcast/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gephi/gephi-lite-broadcast",
33
"description": "A browser library to control a Gephi Lite instance using the Broadcast Channel API",
4-
"version": "0.5.2",
4+
"version": "0.6.0",
55
"main": "dist/gephi-gephi-lite-broadcast.cjs.js",
66
"module": "dist/gephi-gephi-lite-broadcast.esm.js",
77
"files": [
@@ -16,7 +16,7 @@
1616
"directory": "packages/template"
1717
},
1818
"dependencies": {
19-
"@gephi/gephi-lite-sdk": "0.5.2",
19+
"@gephi/gephi-lite-sdk": "^0.6.0",
2020
"lodash": "^4.17.21",
2121
"uuid": "^11.0.5"
2222
},

‎packages/gephi-lite/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gephi/gephi-lite",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"private": true,
55
"license": "gpl-3.0",
66
"scripts": {
@@ -32,8 +32,8 @@
3232
},
3333
"dependencies": {
3434
"@datapunt/matomo-tracker-react": "^0.5.1",
35-
"@gephi/gephi-lite-broadcast": "0.5.2",
36-
"@gephi/gephi-lite-sdk": "0.5.2",
35+
"@gephi/gephi-lite-broadcast": "^0.6.0",
36+
"@gephi/gephi-lite-sdk": "^0.6.0",
3737
"@monaco-editor/react": "^4.6.0",
3838
"@octokit/auth-oauth-device": "^7.1.2",
3939
"@octokit/core": "^6.1.3",
@@ -87,8 +87,8 @@
8787
"react-slider": "^2.0.6",
8888
"react-tether": "^3.0.3",
8989
"react-use-konami": "^1.1.0",
90-
"sigma": "^3.0.0",
91-
"seedrandom": "^3.0.5"
90+
"seedrandom": "^3.0.5",
91+
"sigma": "^3.0.0"
9292
},
9393
"devDependencies": {
9494
"@ryoppippi/unplugin-typia": "^1.2.0",
@@ -111,8 +111,8 @@
111111
"http-proxy-middleware": "^3.0.3",
112112
"i18next-scanner": "^4.6.0",
113113
"sass": "1.77.6",
114-
"typescript-json-schema": "^0.65.1",
115114
"ts-patch": "^3.3.0",
115+
"typescript-json-schema": "^0.65.1",
116116
"typia": "^7.6.0",
117117
"vite": "^6.0.11",
118118
"vite-plugin-checker": "^0.8.0",

‎packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gephi/gephi-lite-sdk",
33
"description": "Gephi Lite core types and utils functions",
4-
"version": "0.5.2",
4+
"version": "0.6.0",
55
"main": "dist/gephi-gephi-lite-sdk.cjs.js",
66
"module": "dist/gephi-gephi-lite-sdk.esm.js",
77
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.