@xyo-network/react-node-renderer 5.1.2 → 5.1.3

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 +33 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-renderer",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
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.8.0",
43
- "@xylabs/hex": "^4.8.0",
44
- "@xylabs/react-async-effect": "^6.1.13",
45
- "@xylabs/react-flexbox": "^6.1.13",
46
- "@xylabs/react-identicon": "^6.1.13",
47
- "@xylabs/react-promise": "^6.1.13",
48
- "@xyo-network/account-model": "^3.12.0",
49
- "@xyo-network/archivist-model": "^3.12.0",
50
- "@xyo-network/bridge-model": "^3.12.0",
51
- "@xyo-network/diviner-model": "^3.12.0",
52
- "@xyo-network/module-events": "^3.12.0",
53
- "@xyo-network/module-model": "^3.12.0",
54
- "@xyo-network/node-model": "^3.12.0",
55
- "@xyo-network/react-archivist": "^5.1.2",
56
- "@xyo-network/react-module": "^5.1.2",
57
- "@xyo-network/react-node": "^5.1.2",
58
- "@xyo-network/react-shared": "^5.1.2",
59
- "@xyo-network/sentinel-model": "^3.12.0",
60
- "@xyo-network/witness-model": "^3.12.0",
42
+ "@xylabs/exists": "^4.8.1",
43
+ "@xylabs/hex": "^4.8.1",
44
+ "@xylabs/react-async-effect": "^6.1.14",
45
+ "@xylabs/react-flexbox": "^6.1.14",
46
+ "@xylabs/react-identicon": "^6.1.14",
47
+ "@xylabs/react-promise": "^6.1.14",
48
+ "@xyo-network/account-model": "^3.12.1",
49
+ "@xyo-network/archivist-model": "^3.12.1",
50
+ "@xyo-network/bridge-model": "^3.12.1",
51
+ "@xyo-network/diviner-model": "^3.12.1",
52
+ "@xyo-network/module-events": "^3.12.1",
53
+ "@xyo-network/module-model": "^3.12.1",
54
+ "@xyo-network/node-model": "^3.12.1",
55
+ "@xyo-network/react-archivist": "^5.1.3",
56
+ "@xyo-network/react-module": "^5.1.3",
57
+ "@xyo-network/react-node": "^5.1.3",
58
+ "@xyo-network/react-shared": "^5.1.3",
59
+ "@xyo-network/sentinel-model": "^3.12.1",
60
+ "@xyo-network/witness-model": "^3.12.1",
61
61
  "cytoscape": "^3.31.2",
62
62
  "cytoscape-cola": "^2.5.1",
63
63
  "cytoscape-cose-bilkent": "^4.1.0",
@@ -65,32 +65,32 @@
65
65
  "cytoscape-euler": "^1.2.3"
66
66
  },
67
67
  "devDependencies": {
68
- "@mui/icons-material": "^7.0.1",
69
- "@mui/material": "^7.0.1",
68
+ "@mui/icons-material": "^7.0.2",
69
+ "@mui/material": "^7.0.2",
70
70
  "@storybook/react": "^8.6.12",
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.0",
75
- "@types/react-dom": "^19.1.1",
75
+ "@types/react-dom": "^19.1.2",
76
76
  "@xylabs/ts-scripts-yarn3": "^6.2.1",
77
77
  "@xylabs/tsconfig-react": "^6.2.1",
78
- "@xyo-network/archivist": "^3.12.0",
79
- "@xyo-network/bridge-http": "^3.12.0",
80
- "@xyo-network/bridge-model": "^3.12.0",
81
- "@xyo-network/id-plugin": "^3.5.0",
82
- "@xyo-network/node-memory": "^3.12.0",
83
- "@xyo-network/react-storybook": "^5.1.2",
84
- "@xyo-network/react-wallet": "^5.1.2",
85
- "@xyo-network/sentinel": "^3.12.0",
78
+ "@xyo-network/archivist": "^3.12.1",
79
+ "@xyo-network/bridge-http": "^3.12.1",
80
+ "@xyo-network/bridge-model": "^3.12.1",
81
+ "@xyo-network/id-plugin": "^3.5.1",
82
+ "@xyo-network/node-memory": "^3.12.1",
83
+ "@xyo-network/react-storybook": "^5.1.3",
84
+ "@xyo-network/react-wallet": "^5.1.3",
85
+ "@xyo-network/sentinel": "^3.12.1",
86
86
  "react": "^19.1.0",
87
87
  "react-dom": "^19.1.0",
88
88
  "storybook": "^8.6.12",
89
89
  "typescript": "^5.8.3"
90
90
  },
91
91
  "peerDependencies": {
92
- "@mui/icons-material": ">=6 <=7",
93
- "@mui/material": ">=6 <=7",
92
+ "@mui/icons-material": ">=6 <8",
93
+ "@mui/material": ">=6 <8",
94
94
  "react": "^19",
95
95
  "react-dom": "^19"
96
96
  },