@xyo-network/react-node-renderer 6.1.2 → 6.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-node-renderer",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,25 +39,25 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/browser/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/exists": "^4.13.
|
|
43
|
-
"@xylabs/hex": "^4.13.
|
|
42
|
+
"@xylabs/exists": "^4.13.23",
|
|
43
|
+
"@xylabs/hex": "^4.13.23",
|
|
44
44
|
"@xylabs/react-async-effect": "^6.3.13",
|
|
45
45
|
"@xylabs/react-flexbox": "^6.3.13",
|
|
46
46
|
"@xylabs/react-identicon": "^6.3.13",
|
|
47
47
|
"@xylabs/react-promise": "^6.3.13",
|
|
48
48
|
"@xylabs/react-shared": "^6.3.13",
|
|
49
49
|
"@xylabs/react-theme": "^6.3.13",
|
|
50
|
-
"@xyo-network/account-model": "^4.1.
|
|
51
|
-
"@xyo-network/archivist-model": "^4.1.
|
|
52
|
-
"@xyo-network/bridge-model": "^4.1.
|
|
53
|
-
"@xyo-network/diviner-model": "^4.1.
|
|
54
|
-
"@xyo-network/module-model": "^4.1.
|
|
55
|
-
"@xyo-network/node-model": "^4.1.
|
|
56
|
-
"@xyo-network/react-archivist": "^6.1.
|
|
57
|
-
"@xyo-network/react-module": "^6.1.
|
|
58
|
-
"@xyo-network/react-node": "^6.1.
|
|
59
|
-
"@xyo-network/sentinel-model": "^4.1.
|
|
60
|
-
"@xyo-network/witness-model": "^4.1.
|
|
50
|
+
"@xyo-network/account-model": "^4.1.7",
|
|
51
|
+
"@xyo-network/archivist-model": "^4.1.7",
|
|
52
|
+
"@xyo-network/bridge-model": "^4.1.7",
|
|
53
|
+
"@xyo-network/diviner-model": "^4.1.7",
|
|
54
|
+
"@xyo-network/module-model": "^4.1.7",
|
|
55
|
+
"@xyo-network/node-model": "^4.1.7",
|
|
56
|
+
"@xyo-network/react-archivist": "^6.1.4",
|
|
57
|
+
"@xyo-network/react-module": "^6.1.4",
|
|
58
|
+
"@xyo-network/react-node": "^6.1.4",
|
|
59
|
+
"@xyo-network/sentinel-model": "^4.1.7",
|
|
60
|
+
"@xyo-network/witness-model": "^4.1.7",
|
|
61
61
|
"cytoscape": "^3.32.1",
|
|
62
62
|
"cytoscape-cola": "^2.5.1",
|
|
63
63
|
"cytoscape-cose-bilkent": "^4.1.0",
|
|
@@ -67,28 +67,28 @@
|
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@mui/icons-material": "^7.2.0",
|
|
69
69
|
"@mui/material": "^7.2.0",
|
|
70
|
-
"@storybook/react-vite": "^9.0.
|
|
70
|
+
"@storybook/react-vite": "^9.0.18",
|
|
71
71
|
"@types/cytoscape": "^3.21.9",
|
|
72
72
|
"@types/cytoscape-dagre": "^2.3.3",
|
|
73
73
|
"@types/cytoscape-euler": "^1.2.3",
|
|
74
74
|
"@types/react": "^19.1.8",
|
|
75
75
|
"@types/react-dom": "^19.1.6",
|
|
76
|
-
"@xylabs/events": "^4.13.
|
|
76
|
+
"@xylabs/events": "^4.13.23",
|
|
77
77
|
"@xylabs/ts-scripts-yarn3": "next",
|
|
78
78
|
"@xylabs/tsconfig-react": "next",
|
|
79
|
-
"@xyo-network/archivist": "^4.1.
|
|
80
|
-
"@xyo-network/archivist-memory": "^4.1.
|
|
81
|
-
"@xyo-network/bridge-http": "^4.1.
|
|
82
|
-
"@xyo-network/bridge-model": "^4.1.
|
|
83
|
-
"@xyo-network/id-plugin": "^4.1.
|
|
84
|
-
"@xyo-network/node-memory": "^4.1.
|
|
85
|
-
"@xyo-network/react-storybook": "^6.1.
|
|
86
|
-
"@xyo-network/react-wallet": "^6.1.
|
|
87
|
-
"@xyo-network/sentinel": "^4.1.
|
|
88
|
-
"@xyo-network/sentinel-memory": "^4.1.
|
|
79
|
+
"@xyo-network/archivist": "^4.1.7",
|
|
80
|
+
"@xyo-network/archivist-memory": "^4.1.7",
|
|
81
|
+
"@xyo-network/bridge-http": "^4.1.7",
|
|
82
|
+
"@xyo-network/bridge-model": "^4.1.7",
|
|
83
|
+
"@xyo-network/id-plugin": "^4.1.1",
|
|
84
|
+
"@xyo-network/node-memory": "^4.1.7",
|
|
85
|
+
"@xyo-network/react-storybook": "^6.1.4",
|
|
86
|
+
"@xyo-network/react-wallet": "^6.1.4",
|
|
87
|
+
"@xyo-network/sentinel": "^4.1.7",
|
|
88
|
+
"@xyo-network/sentinel-memory": "^4.1.7",
|
|
89
89
|
"react": "^19.1.0",
|
|
90
90
|
"react-dom": "^19.1.0",
|
|
91
|
-
"storybook": "^9.0.
|
|
91
|
+
"storybook": "^9.0.18",
|
|
92
92
|
"typescript": "^5.8.3"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|