@xyo-network/react-node-renderer 5.1.1 → 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.
@@ -1,6 +1,6 @@
1
1
  import type { ModuleInstance } from '@xyo-network/module-model';
2
2
  export declare const useModuleDetails: (rootModule?: WeakRef<ModuleInstance> | null, onFoundModule?: () => void) => {
3
- mod: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
3
+ mod: ModuleInstance<import("@xylabs/base").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random";
5
5
  addToResolvers?: boolean;
6
6
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-renderer",
3
- "version": "5.1.1",
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.7.15",
43
- "@xylabs/hex": "^4.7.15",
44
- "@xylabs/react-async-effect": "^6.1.2",
45
- "@xylabs/react-flexbox": "^6.1.2",
46
- "@xylabs/react-identicon": "^6.1.2",
47
- "@xylabs/react-promise": "^6.1.2",
48
- "@xyo-network/account-model": "^3.10.6",
49
- "@xyo-network/archivist-model": "^3.10.6",
50
- "@xyo-network/bridge-model": "^3.10.6",
51
- "@xyo-network/diviner-model": "^3.10.6",
52
- "@xyo-network/module-events": "^3.10.6",
53
- "@xyo-network/module-model": "^3.10.6",
54
- "@xyo-network/node-model": "^3.10.6",
55
- "@xyo-network/react-archivist": "^5.1.1",
56
- "@xyo-network/react-module": "^5.1.1",
57
- "@xyo-network/react-node": "^5.1.1",
58
- "@xyo-network/react-shared": "^5.1.1",
59
- "@xyo-network/sentinel-model": "^3.10.6",
60
- "@xyo-network/witness-model": "^3.10.6",
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",
70
- "@storybook/react": "^8.6.11",
68
+ "@mui/icons-material": "^7.0.2",
69
+ "@mui/material": "^7.0.2",
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
- "@types/react": "^19.0.12",
75
- "@types/react-dom": "^19.0.4",
76
- "@xylabs/ts-scripts-yarn3": "^6.2.0",
77
- "@xylabs/tsconfig-react": "^6.2.0",
78
- "@xyo-network/archivist": "^3.10.6",
79
- "@xyo-network/bridge-http": "^3.10.6",
80
- "@xyo-network/bridge-model": "^3.10.6",
81
- "@xyo-network/id-plugin": "^3.4.5",
82
- "@xyo-network/node-memory": "^3.10.6",
83
- "@xyo-network/react-storybook": "^5.1.1",
84
- "@xyo-network/react-wallet": "^5.1.1",
85
- "@xyo-network/sentinel": "^3.10.6",
74
+ "@types/react": "^19.1.0",
75
+ "@types/react-dom": "^19.1.2",
76
+ "@xylabs/ts-scripts-yarn3": "^6.2.1",
77
+ "@xylabs/tsconfig-react": "^6.2.1",
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
- "storybook": "^8.6.11",
89
- "typescript": "^5.8.2"
88
+ "storybook": "^8.6.12",
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
  },