@xyo-network/react-node-renderer 5.3.6 → 5.3.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-node-renderer",
3
- "version": "5.3.6",
3
+ "version": "5.3.8",
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.10.1",
43
- "@xylabs/hex": "^4.10.1",
42
+ "@xylabs/exists": "^4.11.16",
43
+ "@xylabs/hex": "^4.11.16",
44
44
  "@xylabs/react-async-effect": "^6.3.4",
45
45
  "@xylabs/react-flexbox": "^6.3.4",
46
46
  "@xylabs/react-identicon": "^6.3.4",
47
47
  "@xylabs/react-promise": "^6.3.4",
48
48
  "@xylabs/react-shared": "^6.3.4",
49
49
  "@xylabs/react-theme": "^6.3.4",
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.6",
57
- "@xyo-network/react-module": "^5.3.6",
58
- "@xyo-network/react-node": "^5.3.6",
59
- "@xyo-network/sentinel-model": "^3.17.0",
60
- "@xyo-network/witness-model": "^3.17.0",
50
+ "@xyo-network/account-model": "^3.18.5",
51
+ "@xyo-network/archivist-model": "^3.18.5",
52
+ "@xyo-network/bridge-model": "^3.18.5",
53
+ "@xyo-network/diviner-model": "^3.18.5",
54
+ "@xyo-network/module-model": "^3.18.5",
55
+ "@xyo-network/node-model": "^3.18.5",
56
+ "@xyo-network/react-archivist": "^5.3.8",
57
+ "@xyo-network/react-module": "^5.3.8",
58
+ "@xyo-network/react-node": "^5.3.8",
59
+ "@xyo-network/sentinel-model": "^3.18.5",
60
+ "@xyo-network/witness-model": "^3.18.5",
61
61
  "cytoscape": "^3.32.0",
62
62
  "cytoscape-cola": "^2.5.1",
63
63
  "cytoscape-cose-bilkent": "^4.1.0",
@@ -65,30 +65,29 @@
65
65
  "cytoscape-euler": "^1.2.3"
66
66
  },
67
67
  "devDependencies": {
68
- "@mui/icons-material": "^7.1.0",
69
- "@mui/material": "^7.1.0",
70
- "@storybook/react": "^8.6.14",
68
+ "@mui/icons-material": "^7.1.1",
69
+ "@mui/material": "^7.1.1",
71
70
  "@types/cytoscape": "^3.21.9",
72
71
  "@types/cytoscape-dagre": "^2.3.3",
73
72
  "@types/cytoscape-euler": "^1.2.3",
74
- "@types/react": "^19.1.5",
75
- "@types/react-dom": "^19.1.5",
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.6",
86
- "@xyo-network/react-wallet": "^5.3.6",
87
- "@xyo-network/sentinel": "^3.17.0",
88
- "@xyo-network/sentinel-memory": "^3.17.0",
73
+ "@types/react": "^19.1.7",
74
+ "@types/react-dom": "^19.1.6",
75
+ "@xylabs/ts-scripts-yarn3": "^6.5.8",
76
+ "@xylabs/tsconfig-react": "^6.5.8",
77
+ "@xyo-network/archivist": "^3.18.5",
78
+ "@xyo-network/archivist-memory": "^3.18.5",
79
+ "@xyo-network/bridge-http": "^3.18.5",
80
+ "@xyo-network/bridge-model": "^3.18.5",
81
+ "@xyo-network/id-plugin": "^3.6.1",
82
+ "@xyo-network/module-events": "^3.18.5",
83
+ "@xyo-network/node-memory": "^3.18.5",
84
+ "@xyo-network/react-storybook": "^5.3.8",
85
+ "@xyo-network/react-wallet": "^5.3.8",
86
+ "@xyo-network/sentinel": "^3.18.5",
87
+ "@xyo-network/sentinel-memory": "^3.18.5",
89
88
  "react": "^19.1.0",
90
89
  "react-dom": "^19.1.0",
91
- "storybook": "^8.6.14",
90
+ "storybook": "^9.0.6",
92
91
  "typescript": "^5.8.3"
93
92
  },
94
93
  "peerDependencies": {
@@ -1,4 +1,4 @@
1
- import type { Meta, StoryObj } from '@storybook/react'
1
+ import type { Meta, StoryObj } from '@storybook/react-vite'
2
2
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
3
3
  import { IdWitness, IdWitnessConfigSchema } from '@xyo-network/id-plugin'
4
4
  import React from 'react'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,7 +1,7 @@
1
1
  import { Button, ButtonGroup } from '@mui/material'
2
2
  import type {
3
3
  Decorator, Meta, StoryFn,
4
- } from '@storybook/react'
4
+ } from '@storybook/react-vite'
5
5
  import { useAsyncEffect } from '@xylabs/react-async-effect'
6
6
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
7
7
  import { HttpBridge, HttpBridgeConfigSchema } from '@xyo-network/bridge-http'
@@ -1,6 +1,6 @@
1
1
  import type {
2
2
  Decorator, Meta, StoryFn,
3
- } from '@storybook/react'
3
+ } from '@storybook/react-vite'
4
4
  import { useAsyncEffect } from '@xylabs/react-async-effect'
5
5
  import { MemoryArchivist, MemoryArchivistConfigSchema } from '@xyo-network/archivist-memory'
6
6
  import { MemoryNode } from '@xyo-network/node-memory'