@xyo-network/react-node-renderer 3.0.9 → 3.0.10
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 +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-node-renderer",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"type": "module",
|
|
28
28
|
"exports": {
|
|
29
29
|
".": {
|
|
30
|
-
"
|
|
30
|
+
"browser": {
|
|
31
31
|
"types": "./dist/browser/index.d.ts",
|
|
32
32
|
"default": "./dist/browser/index.mjs"
|
|
33
33
|
},
|
|
@@ -45,24 +45,24 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@xylabs/exists": "^4.0.9",
|
|
47
47
|
"@xylabs/hex": "^4.0.9",
|
|
48
|
-
"@xylabs/react-async-effect": "^4.
|
|
49
|
-
"@xylabs/react-flexbox": "^4.
|
|
50
|
-
"@xylabs/react-identicon": "^4.
|
|
51
|
-
"@xylabs/react-promise": "^4.
|
|
52
|
-
"@xylabs/react-shared": "^4.
|
|
53
|
-
"@xyo-network/account-model": "^3.1.
|
|
54
|
-
"@xyo-network/archivist-model": "^3.1.
|
|
55
|
-
"@xyo-network/bridge-model": "^3.1.
|
|
56
|
-
"@xyo-network/diviner-model": "^3.1.
|
|
57
|
-
"@xyo-network/module-events": "^3.1.
|
|
58
|
-
"@xyo-network/module-model": "^3.1.
|
|
59
|
-
"@xyo-network/node-model": "^3.1.
|
|
60
|
-
"@xyo-network/react-archivist": "^3.0.
|
|
61
|
-
"@xyo-network/react-module": "^3.0.
|
|
62
|
-
"@xyo-network/react-node": "^3.0.
|
|
63
|
-
"@xyo-network/react-shared": "^3.0.
|
|
64
|
-
"@xyo-network/sentinel-model": "^3.1.
|
|
65
|
-
"@xyo-network/witness-model": "^3.1.
|
|
48
|
+
"@xylabs/react-async-effect": "^4.2.5",
|
|
49
|
+
"@xylabs/react-flexbox": "^4.2.5",
|
|
50
|
+
"@xylabs/react-identicon": "^4.2.5",
|
|
51
|
+
"@xylabs/react-promise": "^4.2.5",
|
|
52
|
+
"@xylabs/react-shared": "^4.2.5",
|
|
53
|
+
"@xyo-network/account-model": "^3.1.9",
|
|
54
|
+
"@xyo-network/archivist-model": "^3.1.9",
|
|
55
|
+
"@xyo-network/bridge-model": "^3.1.9",
|
|
56
|
+
"@xyo-network/diviner-model": "^3.1.9",
|
|
57
|
+
"@xyo-network/module-events": "^3.1.9",
|
|
58
|
+
"@xyo-network/module-model": "^3.1.9",
|
|
59
|
+
"@xyo-network/node-model": "^3.1.9",
|
|
60
|
+
"@xyo-network/react-archivist": "^3.0.10",
|
|
61
|
+
"@xyo-network/react-module": "^3.0.10",
|
|
62
|
+
"@xyo-network/react-node": "^3.0.10",
|
|
63
|
+
"@xyo-network/react-shared": "^3.0.10",
|
|
64
|
+
"@xyo-network/sentinel-model": "^3.1.9",
|
|
65
|
+
"@xyo-network/witness-model": "^3.1.9",
|
|
66
66
|
"cytoscape": "^3.30.2",
|
|
67
67
|
"cytoscape-cola": "^2.5.1",
|
|
68
68
|
"cytoscape-cose-bilkent": "^4.1.0",
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
"@types/react-dom": "^18.3.0",
|
|
81
81
|
"@xylabs/ts-scripts-yarn3": "^4.0.7",
|
|
82
82
|
"@xylabs/tsconfig-react": "^4.0.7",
|
|
83
|
-
"@xyo-network/archivist": "^3.1.
|
|
84
|
-
"@xyo-network/bridge-http": "^3.1.
|
|
85
|
-
"@xyo-network/bridge-model": "^3.1.
|
|
86
|
-
"@xyo-network/id-plugin": "^3.0.
|
|
87
|
-
"@xyo-network/node-memory": "^3.1.
|
|
88
|
-
"@xyo-network/react-storybook": "^3.0.
|
|
89
|
-
"@xyo-network/react-wallet": "^3.0.
|
|
90
|
-
"@xyo-network/sentinel": "^3.1.
|
|
83
|
+
"@xyo-network/archivist": "^3.1.9",
|
|
84
|
+
"@xyo-network/bridge-http": "^3.1.9",
|
|
85
|
+
"@xyo-network/bridge-model": "^3.1.9",
|
|
86
|
+
"@xyo-network/id-plugin": "^3.0.17",
|
|
87
|
+
"@xyo-network/node-memory": "^3.1.9",
|
|
88
|
+
"@xyo-network/react-storybook": "^3.0.10",
|
|
89
|
+
"@xyo-network/react-wallet": "^3.0.10",
|
|
90
|
+
"@xyo-network/sentinel": "^3.1.9",
|
|
91
91
|
"react": "^18.3.1",
|
|
92
92
|
"react-dom": "^18.3.1",
|
|
93
93
|
"storybook": "^8.2.9",
|