@xyo-network/react-node-renderer 4.3.7 → 4.3.9

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 +35 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-renderer",
3
- "version": "4.3.7",
3
+ "version": "4.3.9",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -43,54 +43,54 @@
43
43
  "lint-pkg": "npmPkgJsonLint ."
44
44
  },
45
45
  "dependencies": {
46
- "@xylabs/exists": "^4.4.34",
47
- "@xylabs/hex": "^4.4.34",
48
- "@xylabs/react-async-effect": "^5.3.15",
49
- "@xylabs/react-flexbox": "^5.3.15",
50
- "@xylabs/react-identicon": "^5.3.15",
51
- "@xylabs/react-promise": "^5.3.15",
52
- "@xyo-network/account-model": "^3.6.9",
53
- "@xyo-network/archivist-model": "^3.6.9",
54
- "@xyo-network/bridge-model": "^3.6.9",
55
- "@xyo-network/diviner-model": "^3.6.9",
56
- "@xyo-network/module-events": "^3.6.9",
57
- "@xyo-network/module-model": "^3.6.9",
58
- "@xyo-network/node-model": "^3.6.9",
59
- "@xyo-network/react-archivist": "^4.3.7",
60
- "@xyo-network/react-module": "^4.3.7",
61
- "@xyo-network/react-node": "^4.3.7",
62
- "@xyo-network/react-shared": "^4.3.7",
63
- "@xyo-network/sentinel-model": "^3.6.9",
64
- "@xyo-network/witness-model": "^3.6.9",
65
- "cytoscape": "^3.30.4",
46
+ "@xylabs/exists": "^4.5.1",
47
+ "@xylabs/hex": "^4.5.1",
48
+ "@xylabs/react-async-effect": "^5.3.18",
49
+ "@xylabs/react-flexbox": "^5.3.18",
50
+ "@xylabs/react-identicon": "^5.3.18",
51
+ "@xylabs/react-promise": "^5.3.18",
52
+ "@xyo-network/account-model": "^3.6.11",
53
+ "@xyo-network/archivist-model": "^3.6.11",
54
+ "@xyo-network/bridge-model": "^3.6.11",
55
+ "@xyo-network/diviner-model": "^3.6.11",
56
+ "@xyo-network/module-events": "^3.6.11",
57
+ "@xyo-network/module-model": "^3.6.11",
58
+ "@xyo-network/node-model": "^3.6.11",
59
+ "@xyo-network/react-archivist": "^4.3.9",
60
+ "@xyo-network/react-module": "^4.3.9",
61
+ "@xyo-network/react-node": "^4.3.9",
62
+ "@xyo-network/react-shared": "^4.3.9",
63
+ "@xyo-network/sentinel-model": "^3.6.11",
64
+ "@xyo-network/witness-model": "^3.6.11",
65
+ "cytoscape": "^3.31.0",
66
66
  "cytoscape-cola": "^2.5.1",
67
67
  "cytoscape-cose-bilkent": "^4.1.0",
68
68
  "cytoscape-dagre": "^2.5.0",
69
69
  "cytoscape-euler": "^1.2.3"
70
70
  },
71
71
  "devDependencies": {
72
- "@mui/icons-material": "^6.3.0",
73
- "@mui/material": "^6.3.0",
74
- "@mui/styles": "^6.3.0",
75
- "@storybook/react": "^8.4.7",
72
+ "@mui/icons-material": "^6.4.1",
73
+ "@mui/material": "^6.4.1",
74
+ "@mui/styles": "^6.4.1",
75
+ "@storybook/react": "^8.5.1",
76
76
  "@types/cytoscape": "^3.21.8",
77
77
  "@types/cytoscape-dagre": "^2.3.3",
78
78
  "@types/cytoscape-euler": "^1.2.3",
79
79
  "@types/react-dom": "^18.3.5",
80
80
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
81
81
  "@xylabs/tsconfig-react": "^4.2.6",
82
- "@xyo-network/archivist": "^3.6.9",
83
- "@xyo-network/bridge-http": "^3.6.9",
84
- "@xyo-network/bridge-model": "^3.6.9",
85
- "@xyo-network/id-plugin": "^3.2.7",
86
- "@xyo-network/node-memory": "^3.6.9",
87
- "@xyo-network/react-storybook": "^4.3.7",
88
- "@xyo-network/react-wallet": "^4.3.7",
89
- "@xyo-network/sentinel": "^3.6.9",
82
+ "@xyo-network/archivist": "^3.6.11",
83
+ "@xyo-network/bridge-http": "^3.6.11",
84
+ "@xyo-network/bridge-model": "^3.6.11",
85
+ "@xyo-network/id-plugin": "^3.2.9",
86
+ "@xyo-network/node-memory": "^3.6.11",
87
+ "@xyo-network/react-storybook": "^4.3.9",
88
+ "@xyo-network/react-wallet": "^4.3.9",
89
+ "@xyo-network/sentinel": "^3.6.11",
90
90
  "react": "^18.3.1",
91
91
  "react-dom": "^18.3.1",
92
- "storybook": "^8.4.7",
93
- "typescript": "^5.7.2"
92
+ "storybook": "^8.5.1",
93
+ "typescript": "^5.7.3"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "@mui/icons-material": "^6",