Skip to content

Commit 60cf45f

Browse files
committed
updo
1 parent 5cd2fb5 commit 60cf45f

File tree

90 files changed

+5434
-5658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+5434
-5658
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -62,47 +62,47 @@
6262
"@emotion/react": "~11.14.0",
6363
"@emotion/styled": "~11.14.1",
6464
"@eslint-react/eslint-plugin": "~1.53.1",
65-
"@mui/icons-material": "~7.3.2",
66-
"@mui/material": "~7.3.2",
67-
"@storybook/addon-docs": "~9.1.7",
68-
"@storybook/addon-links": "~9.1.7",
69-
"@storybook/react-vite": "~9.1.7",
65+
"@mui/icons-material": "~7.3.4",
66+
"@mui/material": "~7.3.4",
67+
"@storybook/addon-docs": "~9.1.10",
68+
"@storybook/addon-links": "~9.1.10",
69+
"@storybook/react-vite": "~9.1.10",
7070
"@stylistic/eslint-plugin": "~5.4.0",
71-
"@types/node": "~24.3.3",
72-
"@types/react": "~19.1.13",
73-
"@typescript-eslint/eslint-plugin": "~8.44.0",
74-
"@typescript-eslint/parser": "~8.44.0",
71+
"@types/node": "~24.7.2",
72+
"@types/react": "~19.2.2",
73+
"@typescript-eslint/eslint-plugin": "~8.46.1",
74+
"@typescript-eslint/parser": "~8.46.1",
7575
"@vitejs/plugin-react-swc": "~4.1.0",
76-
"@xylabs/eslint-config-flat": "~7.1.7",
77-
"@xylabs/eslint-config-react-flat": "~7.1.7",
78-
"@xylabs/react-invertible-theme": "~7.1.0",
79-
"@xylabs/react-theme": "~7.1.0",
80-
"@xylabs/ts-scripts-yarn3": "~7.1.7",
81-
"@xylabs/tsconfig": "~7.1.7",
82-
"@xylabs/tsconfig-dom": "~7.1.7",
83-
"@xylabs/tsconfig-react": "~7.1.7",
84-
"@xyo-network/hash": "~5.1.2",
85-
"chromatic": "~13.2.0",
76+
"@xylabs/eslint-config-flat": "~7.1.8",
77+
"@xylabs/eslint-config-react-flat": "~7.1.8",
78+
"@xylabs/react-invertible-theme": "~7.1.2",
79+
"@xylabs/react-theme": "~7.1.2",
80+
"@xylabs/ts-scripts-yarn3": "~7.1.8",
81+
"@xylabs/tsconfig": "~7.1.8",
82+
"@xylabs/tsconfig-dom": "~7.1.8",
83+
"@xylabs/tsconfig-react": "~7.1.8",
84+
"@xyo-network/hash": "~5.1.6",
85+
"chromatic": "~13.3.0",
8686
"copyfiles": "~2.4.1",
87-
"dotenv": "~17.2.2",
88-
"eslint": "~9.36.0",
87+
"dotenv": "~17.2.3",
88+
"eslint": "~9.37.0",
8989
"eslint-import-resolver-typescript": "~4.4.4",
90-
"eslint-plugin-storybook": "9.1.7",
91-
"knip": "~5.64.0",
90+
"eslint-plugin-storybook": "9.1.10",
91+
"knip": "~5.65.0",
9292
"luxon": "~3.7.2",
93-
"react": "~19.1.1",
94-
"react-dom": "~19.1.1",
93+
"react": "~19.2.0",
94+
"react-dom": "~19.2.0",
9595
"react-helmet": "~6.1.0",
96-
"react-is": "~19.1.1",
97-
"react-router-dom": "^7",
96+
"react-is": "~19.2.0",
97+
"react-router-dom": "^7.9.4",
9898
"rimraf": "~6.0.1",
99-
"rollup": "~4.50.2",
100-
"storybook": "~9.1.7",
99+
"rollup": "~4.52.4",
100+
"storybook": "~9.1.10",
101101
"ts-api-utils": "~2.1.0",
102-
"typedoc": "~0.28.13",
103-
"typescript": "~5.9.2",
104-
"vite": "~7.1.7",
105-
"vite-plugin-checker": "~0.10.3",
102+
"typedoc": "~0.28.14",
103+
"typescript": "~5.9.3",
104+
"vite": "~7.1.9",
105+
"vite-plugin-checker": "~0.11.0",
106106
"vite-plugin-top-level-await": "~1.6.0",
107107
"vite-tsconfig-paths": "~5.1.4",
108108
"vitest": "~3.2.4"

packages/modules/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@
5353
"devDependencies": {
5454
"@emotion/react": "~11.14.0",
5555
"@emotion/styled": "~11.14.1",
56-
"@mui/icons-material": "~7.3.2",
57-
"@mui/material": "~7.3.2",
58-
"@types/react": "~19.1.13",
59-
"@xylabs/ts-scripts-yarn3": "~7.1.7",
60-
"@xylabs/tsconfig": "~7.1.7",
61-
"@xylabs/tsconfig-dom": "~7.1.7",
62-
"@xylabs/tsconfig-react": "~7.1.7",
63-
"react": "~19.1.1",
64-
"react-dom": "~19.1.1",
65-
"react-router-dom": "^7",
66-
"typescript": "~5.9.2"
56+
"@mui/icons-material": "~7.3.4",
57+
"@mui/material": "~7.3.4",
58+
"@types/react": "~19.2.2",
59+
"@xylabs/ts-scripts-yarn3": "~7.1.8",
60+
"@xylabs/tsconfig": "~7.1.8",
61+
"@xylabs/tsconfig-dom": "~7.1.8",
62+
"@xylabs/tsconfig-react": "~7.1.8",
63+
"react": "~19.2.0",
64+
"react-dom": "~19.2.0",
65+
"react-router-dom": "^7.9.4",
66+
"typescript": "~5.9.3"
6767
},
6868
"peerDependencies": {
6969
"@mui/icons-material": ">=6 <8",

packages/modules/packages/archivist/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -43,42 +43,42 @@
4343
"src"
4444
],
4545
"dependencies": {
46-
"@xylabs/exists": "~5.0.11",
47-
"@xylabs/hex": "~5.0.11",
48-
"@xylabs/react-async-effect": "~7.1.0",
49-
"@xylabs/react-button": "~7.1.0",
50-
"@xylabs/react-flexbox": "~7.1.0",
51-
"@xylabs/react-promise": "~7.1.0",
52-
"@xyo-network/archivist-memory": "~5.1.2",
53-
"@xyo-network/archivist-model": "~5.1.2",
54-
"@xyo-network/boundwitness-builder": "~5.1.2",
55-
"@xyo-network/boundwitness-model": "~5.1.2",
56-
"@xyo-network/module-model": "~5.1.2",
57-
"@xyo-network/module-wrapper": "~5.1.2",
58-
"@xyo-network/payload-model": "~5.1.2",
46+
"@xylabs/exists": "~5.0.12",
47+
"@xylabs/hex": "~5.0.12",
48+
"@xylabs/react-async-effect": "~7.1.2",
49+
"@xylabs/react-button": "~7.1.2",
50+
"@xylabs/react-flexbox": "~7.1.2",
51+
"@xylabs/react-promise": "~7.1.2",
52+
"@xyo-network/archivist-memory": "~5.1.6",
53+
"@xyo-network/archivist-model": "~5.1.6",
54+
"@xyo-network/boundwitness-builder": "~5.1.6",
55+
"@xyo-network/boundwitness-model": "~5.1.6",
56+
"@xyo-network/module-model": "~5.1.6",
57+
"@xyo-network/module-wrapper": "~5.1.6",
58+
"@xyo-network/payload-model": "~5.1.6",
5959
"@xyo-network/react-module": "workspace:^",
6060
"@xyo-network/react-node": "workspace:^",
6161
"@xyo-network/react-wallet": "workspace:^",
6262
"react-icons": "~5.5.0"
6363
},
6464
"devDependencies": {
65-
"@mui/icons-material": "~7.3.2",
66-
"@mui/material": "~7.3.2",
67-
"@storybook/react-vite": "~9.1.7",
68-
"@types/react": "~19.1.13",
69-
"@xylabs/events": "~5.0.11",
70-
"@xylabs/ts-scripts-yarn3": "~7.1.7",
71-
"@xylabs/tsconfig": "~7.1.7",
72-
"@xylabs/tsconfig-dom": "~7.1.7",
73-
"@xylabs/tsconfig-react": "~7.1.7",
74-
"@xyo-network/account": "~5.1.2",
75-
"@xyo-network/node-memory": "~5.1.2",
76-
"react": "~19.1.1",
77-
"react-dom": "~19.1.1",
78-
"react-router-dom": "^7",
79-
"storybook": "~9.1.7",
80-
"typescript": "~5.9.2",
81-
"vite": "~7.1.7"
65+
"@mui/icons-material": "~7.3.4",
66+
"@mui/material": "~7.3.4",
67+
"@storybook/react-vite": "~9.1.10",
68+
"@types/react": "~19.2.2",
69+
"@xylabs/events": "~5.0.12",
70+
"@xylabs/ts-scripts-yarn3": "~7.1.8",
71+
"@xylabs/tsconfig": "~7.1.8",
72+
"@xylabs/tsconfig-dom": "~7.1.8",
73+
"@xylabs/tsconfig-react": "~7.1.8",
74+
"@xyo-network/account": "~5.1.6",
75+
"@xyo-network/node-memory": "~5.1.6",
76+
"react": "~19.2.0",
77+
"react-dom": "~19.2.0",
78+
"react-router-dom": "^7.9.4",
79+
"storybook": "~9.1.10",
80+
"typescript": "~5.9.3",
81+
"vite": "~7.1.9"
8282
},
8383
"peerDependencies": {
8484
"@mui/icons-material": ">=6 <8",

packages/modules/packages/diviner/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@
4343
"src"
4444
],
4545
"dependencies": {
46-
"@xylabs/exists": "~5.0.11",
47-
"@xyo-network/diviner-model": "~5.1.2",
48-
"@xyo-network/module-model": "~5.1.2",
46+
"@xylabs/exists": "~5.0.12",
47+
"@xyo-network/diviner-model": "~5.1.6",
48+
"@xyo-network/module-model": "~5.1.6",
4949
"@xyo-network/react-node": "workspace:^"
5050
},
5151
"devDependencies": {
52-
"@xylabs/ts-scripts-yarn3": "~7.1.7",
53-
"@xylabs/tsconfig": "~7.1.7",
54-
"@xylabs/tsconfig-dom": "~7.1.7",
55-
"@xylabs/tsconfig-react": "~7.1.7",
56-
"typescript": "~5.9.2"
52+
"@xylabs/ts-scripts-yarn3": "~7.1.8",
53+
"@xylabs/tsconfig": "~7.1.8",
54+
"@xylabs/tsconfig-dom": "~7.1.8",
55+
"@xylabs/tsconfig-react": "~7.1.8",
56+
"typescript": "~5.9.3"
5757
},
5858
"peerDependencies": {
5959
"@mui/icons-material": ">=6 <8",

packages/modules/packages/module/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -43,37 +43,37 @@
4343
"src"
4444
],
4545
"dependencies": {
46-
"@xylabs/eth-address": "~5.0.11",
47-
"@xylabs/react-button": "~7.1.0",
48-
"@xylabs/react-crypto": "~7.1.0",
49-
"@xylabs/react-flexbox": "~7.1.0",
50-
"@xylabs/react-promise": "~7.1.0",
51-
"@xyo-network/diviner-model": "~5.1.2",
52-
"@xyo-network/module-model": "~5.1.2",
46+
"@xylabs/eth-address": "~5.0.12",
47+
"@xylabs/react-button": "~7.1.2",
48+
"@xylabs/react-crypto": "~7.1.2",
49+
"@xylabs/react-flexbox": "~7.1.2",
50+
"@xylabs/react-promise": "~7.1.2",
51+
"@xyo-network/diviner-model": "~5.1.6",
52+
"@xyo-network/module-model": "~5.1.6",
5353
"@xyo-network/react-shared": "workspace:^"
5454
},
5555
"devDependencies": {
56-
"@mui/icons-material": "~7.3.2",
57-
"@mui/material": "~7.3.2",
58-
"@storybook/react-vite": "~9.1.7",
59-
"@types/react": "~19.1.13",
60-
"@xylabs/hex": "~5.0.11",
61-
"@xylabs/react-async-effect": "~7.1.0",
62-
"@xylabs/ts-scripts-yarn3": "~7.1.7",
63-
"@xylabs/tsconfig": "~7.1.7",
64-
"@xylabs/tsconfig-dom": "~7.1.7",
65-
"@xylabs/tsconfig-react": "~7.1.7",
66-
"@xyo-network/archivist": "~5.1.2",
67-
"@xyo-network/archivist-memory": "~5.1.2",
68-
"@xyo-network/crypto-asset-plugin": "~5.1.0",
69-
"@xyo-network/diviner-address-history": "~5.1.2",
70-
"@xyo-network/node-memory": "~5.1.2",
71-
"react": "~19.1.1",
72-
"react-dom": "~19.1.1",
73-
"react-router-dom": "^7",
74-
"storybook": "~9.1.7",
75-
"typescript": "~5.9.2",
76-
"vite": "~7.1.7"
56+
"@mui/icons-material": "~7.3.4",
57+
"@mui/material": "~7.3.4",
58+
"@storybook/react-vite": "~9.1.10",
59+
"@types/react": "~19.2.2",
60+
"@xylabs/hex": "~5.0.12",
61+
"@xylabs/react-async-effect": "~7.1.2",
62+
"@xylabs/ts-scripts-yarn3": "~7.1.8",
63+
"@xylabs/tsconfig": "~7.1.8",
64+
"@xylabs/tsconfig-dom": "~7.1.8",
65+
"@xylabs/tsconfig-react": "~7.1.8",
66+
"@xyo-network/archivist": "~5.1.6",
67+
"@xyo-network/archivist-memory": "~5.1.6",
68+
"@xyo-network/crypto-asset-plugin": "~5.1.3",
69+
"@xyo-network/diviner-address-history": "~5.1.6",
70+
"@xyo-network/node-memory": "~5.1.6",
71+
"react": "~19.2.0",
72+
"react-dom": "~19.2.0",
73+
"react-router-dom": "^7.9.4",
74+
"storybook": "~9.1.10",
75+
"typescript": "~5.9.3",
76+
"vite": "~7.1.9"
7777
},
7878
"peerDependencies": {
7979
"@mui/icons-material": ">=6 <8",

packages/modules/packages/node/package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -43,42 +43,42 @@
4343
"src"
4444
],
4545
"dependencies": {
46-
"@mui/x-tree-view": "~8.11.3",
47-
"@xylabs/exists": "~5.0.11",
48-
"@xylabs/logger": "~5.0.11",
49-
"@xylabs/react-async-effect": "~7.1.0",
50-
"@xylabs/react-flexbox": "~7.1.0",
51-
"@xylabs/react-promise": "~7.1.0",
52-
"@xylabs/typeof": "~5.0.11",
53-
"@xyo-network/module-abstract": "~5.1.2",
54-
"@xyo-network/module-model": "~5.1.2",
55-
"@xyo-network/node-model": "~5.1.2",
56-
"@xyo-network/payload-model": "~5.1.2",
46+
"@mui/x-tree-view": "~8.14.0",
47+
"@xylabs/exists": "~5.0.12",
48+
"@xylabs/logger": "~5.0.12",
49+
"@xylabs/react-async-effect": "~7.1.2",
50+
"@xylabs/react-flexbox": "~7.1.2",
51+
"@xylabs/react-promise": "~7.1.2",
52+
"@xylabs/typeof": "~5.0.12",
53+
"@xyo-network/module-abstract": "~5.1.6",
54+
"@xyo-network/module-model": "~5.1.6",
55+
"@xyo-network/node-model": "~5.1.6",
56+
"@xyo-network/payload-model": "~5.1.6",
5757
"@xyo-network/react-node-context": "workspace:^",
5858
"@xyo-network/react-node-provider": "workspace:^"
5959
},
6060
"devDependencies": {
6161
"@emotion/react": "~11.14.0",
6262
"@emotion/styled": "~11.14.1",
63-
"@mui/icons-material": "~7.3.2",
64-
"@mui/material": "~7.3.2",
65-
"@mui/system": "~7.3.2",
66-
"@storybook/react-vite": "~9.1.7",
67-
"@types/react": "~19.1.13",
68-
"@xylabs/object": "~5.0.11",
69-
"@xylabs/ts-scripts-yarn3": "~7.1.7",
70-
"@xylabs/tsconfig": "~7.1.7",
71-
"@xylabs/tsconfig-dom": "~7.1.7",
72-
"@xylabs/tsconfig-react": "~7.1.7",
73-
"@xyo-network/node-memory": "~5.1.2",
74-
"@xyo-network/payload-model": "~5.1.2",
63+
"@mui/icons-material": "~7.3.4",
64+
"@mui/material": "~7.3.4",
65+
"@mui/system": "~7.3.3",
66+
"@storybook/react-vite": "~9.1.10",
67+
"@types/react": "~19.2.2",
68+
"@xylabs/object": "~5.0.12",
69+
"@xylabs/ts-scripts-yarn3": "~7.1.8",
70+
"@xylabs/tsconfig": "~7.1.8",
71+
"@xylabs/tsconfig-dom": "~7.1.8",
72+
"@xylabs/tsconfig-react": "~7.1.8",
73+
"@xyo-network/node-memory": "~5.1.6",
74+
"@xyo-network/payload-model": "~5.1.6",
7575
"@xyo-network/react-storybook": "workspace:^",
7676
"@xyo-network/react-wallet": "workspace:^",
77-
"react": "~19.1.1",
78-
"react-dom": "~19.1.1",
79-
"storybook": "~9.1.7",
80-
"typescript": "~5.9.2",
81-
"vite": "~7.1.7"
77+
"react": "~19.2.0",
78+
"react-dom": "~19.2.0",
79+
"storybook": "~9.1.10",
80+
"typescript": "~5.9.3",
81+
"vite": "~7.1.9"
8282
},
8383
"peerDependencies": {
8484
"@mui/icons-material": ">=6 <8",

packages/modules/packages/node/packages/context/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"src"
4444
],
4545
"dependencies": {
46-
"@xylabs/react-shared": "~7.1.0",
47-
"@xyo-network/module-model": "~5.1.2",
48-
"@xyo-network/node-model": "~5.1.2"
46+
"@xylabs/react-shared": "~7.1.2",
47+
"@xyo-network/module-model": "~5.1.6",
48+
"@xyo-network/node-model": "~5.1.6"
4949
},
5050
"devDependencies": {
51-
"@mui/material": "~7.3.2",
52-
"@types/react": "~19.1.13",
53-
"@xylabs/ts-scripts-yarn3": "~7.1.7",
54-
"@xylabs/tsconfig": "~7.1.7",
55-
"@xylabs/tsconfig-dom": "~7.1.7",
56-
"@xylabs/tsconfig-react": "~7.1.7",
57-
"react": "~19.1.1",
58-
"react-dom": "~19.1.1",
59-
"typescript": "~5.9.2"
51+
"@mui/material": "~7.3.4",
52+
"@types/react": "~19.2.2",
53+
"@xylabs/ts-scripts-yarn3": "~7.1.8",
54+
"@xylabs/tsconfig": "~7.1.8",
55+
"@xylabs/tsconfig-dom": "~7.1.8",
56+
"@xylabs/tsconfig-react": "~7.1.8",
57+
"react": "~19.2.0",
58+
"react-dom": "~19.2.0",
59+
"typescript": "~5.9.3"
6060
},
6161
"peerDependencies": {
6262
"@mui/icons-material": ">=6 <8",

0 commit comments

Comments
 (0)