@xyo-network/react-node-renderer 5.3.4 → 5.3.5

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.
Files changed (1) hide show
  1. package/package.json +36 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-renderer",
3
- "version": "5.3.4",
3
+ "version": "5.3.5",
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/types/index.d.ts",
41
41
  "dependencies": {
42
- "@xylabs/exists": "^4.9.18",
43
- "@xylabs/hex": "^4.9.18",
44
- "@xylabs/react-async-effect": "^6.3.1",
45
- "@xylabs/react-flexbox": "^6.3.1",
46
- "@xylabs/react-identicon": "^6.3.1",
47
- "@xylabs/react-promise": "^6.3.1",
48
- "@xylabs/react-shared": "^6.3.1",
49
- "@xylabs/react-theme": "^6.3.1",
50
- "@xyo-network/account-model": "^3.15.10",
51
- "@xyo-network/archivist-model": "^3.15.10",
52
- "@xyo-network/bridge-model": "^3.15.10",
53
- "@xyo-network/diviner-model": "^3.15.10",
54
- "@xyo-network/module-model": "^3.15.10",
55
- "@xyo-network/node-model": "^3.15.10",
56
- "@xyo-network/react-archivist": "^5.3.4",
57
- "@xyo-network/react-module": "^5.3.4",
58
- "@xyo-network/react-node": "^5.3.4",
59
- "@xyo-network/sentinel-model": "^3.15.10",
60
- "@xyo-network/witness-model": "^3.15.10",
42
+ "@xylabs/exists": "^4.10.0",
43
+ "@xylabs/hex": "^4.10.0",
44
+ "@xylabs/react-async-effect": "^6.3.3",
45
+ "@xylabs/react-flexbox": "^6.3.3",
46
+ "@xylabs/react-identicon": "^6.3.3",
47
+ "@xylabs/react-promise": "^6.3.3",
48
+ "@xylabs/react-shared": "^6.3.3",
49
+ "@xylabs/react-theme": "^6.3.3",
50
+ "@xyo-network/account-model": "^3.17.0",
51
+ "@xyo-network/archivist-model": "^3.17.0",
52
+ "@xyo-network/bridge-model": "^3.17.0",
53
+ "@xyo-network/diviner-model": "^3.17.0",
54
+ "@xyo-network/module-model": "^3.17.0",
55
+ "@xyo-network/node-model": "^3.17.0",
56
+ "@xyo-network/react-archivist": "^5.3.5",
57
+ "@xyo-network/react-module": "^5.3.5",
58
+ "@xyo-network/react-node": "^5.3.5",
59
+ "@xyo-network/sentinel-model": "^3.17.0",
60
+ "@xyo-network/witness-model": "^3.17.0",
61
61
  "cytoscape": "^3.32.0",
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.1.0",
69
69
  "@mui/material": "^7.1.0",
70
- "@storybook/react": "^8.6.12",
70
+ "@storybook/react": "^8.6.14",
71
71
  "@types/cytoscape": "^3.21.9",
72
72
  "@types/cytoscape-dagre": "^2.3.3",
73
73
  "@types/cytoscape-euler": "^1.2.3",
74
- "@types/react": "^19.1.4",
74
+ "@types/react": "^19.1.5",
75
75
  "@types/react-dom": "^19.1.5",
76
- "@xylabs/ts-scripts-yarn3": "^6.5.6",
77
- "@xylabs/tsconfig-react": "^6.5.6",
78
- "@xyo-network/archivist": "^3.15.10",
79
- "@xyo-network/archivist-memory": "^3.15.10",
80
- "@xyo-network/bridge-http": "^3.15.10",
81
- "@xyo-network/bridge-model": "^3.15.10",
82
- "@xyo-network/id-plugin": "^3.5.6",
83
- "@xyo-network/module-events": "^3.15.10",
84
- "@xyo-network/node-memory": "^3.15.10",
85
- "@xyo-network/react-storybook": "^5.3.4",
86
- "@xyo-network/react-wallet": "^5.3.4",
87
- "@xyo-network/sentinel": "^3.15.10",
88
- "@xyo-network/sentinel-memory": "^3.15.10",
76
+ "@xylabs/ts-scripts-yarn3": "^6.5.7",
77
+ "@xylabs/tsconfig-react": "^6.5.7",
78
+ "@xyo-network/archivist": "^3.17.0",
79
+ "@xyo-network/archivist-memory": "^3.17.0",
80
+ "@xyo-network/bridge-http": "^3.17.0",
81
+ "@xyo-network/bridge-model": "^3.17.0",
82
+ "@xyo-network/id-plugin": "^3.6.0",
83
+ "@xyo-network/module-events": "^3.17.0",
84
+ "@xyo-network/node-memory": "^3.17.0",
85
+ "@xyo-network/react-storybook": "^5.3.5",
86
+ "@xyo-network/react-wallet": "^5.3.5",
87
+ "@xyo-network/sentinel": "^3.17.0",
88
+ "@xyo-network/sentinel-memory": "^3.17.0",
89
89
  "react": "^19.1.0",
90
90
  "react-dom": "^19.1.0",
91
- "storybook": "^8.6.12",
91
+ "storybook": "^8.6.14",
92
92
  "typescript": "^5.8.3"
93
93
  },
94
94
  "peerDependencies": {