Skip to content

Commit 2d53306

Browse files
committed
updo
1 parent 5d2a388 commit 2d53306

File tree

76 files changed

+1235
-1344
lines changed

Some content is hidden

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

76 files changed

+1235
-1344
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,44 +64,44 @@
6464
"@eslint-react/eslint-plugin": "~1.53.1",
6565
"@mui/icons-material": "~7.3.4",
6666
"@mui/material": "~7.3.4",
67-
"@storybook/addon-docs": "~9.1.12",
68-
"@storybook/addon-links": "~9.1.12",
69-
"@storybook/react-vite": "~9.1.12",
70-
"@stylistic/eslint-plugin": "~5.4.0",
71-
"@types/node": "~24.8.0",
67+
"@storybook/addon-docs": "~9.1.13",
68+
"@storybook/addon-links": "~9.1.13",
69+
"@storybook/react-vite": "~9.1.13",
70+
"@stylistic/eslint-plugin": "~5.5.0",
71+
"@types/node": "~24.9.1",
7272
"@types/react": "~19.2.2",
73-
"@typescript-eslint/eslint-plugin": "~8.46.1",
74-
"@typescript-eslint/parser": "~8.46.1",
73+
"@typescript-eslint/eslint-plugin": "~8.46.2",
74+
"@typescript-eslint/parser": "~8.46.2",
7575
"@vitejs/plugin-react-swc": "~4.1.0",
7676
"@xylabs/eslint-config-flat": "~7.1.8",
7777
"@xylabs/eslint-config-react-flat": "~7.1.8",
78-
"@xylabs/react-invertible-theme": "~7.1.3",
79-
"@xylabs/react-theme": "~7.1.3",
78+
"@xylabs/react-invertible-theme": "~7.1.5",
79+
"@xylabs/react-theme": "~7.1.5",
8080
"@xylabs/ts-scripts-yarn3": "~7.1.8",
8181
"@xylabs/tsconfig": "~7.1.8",
8282
"@xylabs/tsconfig-dom": "~7.1.8",
8383
"@xylabs/tsconfig-react": "~7.1.8",
8484
"@xyo-network/hash": "~5.1.6",
85-
"chromatic": "~13.3.0",
85+
"chromatic": "~13.3.1",
8686
"copyfiles": "~2.4.1",
8787
"dotenv": "~17.2.3",
88-
"eslint": "~9.37.0",
88+
"eslint": "~9.38.0",
8989
"eslint-import-resolver-typescript": "~4.4.4",
90-
"eslint-plugin-storybook": "9.1.12",
91-
"knip": "~5.65.0",
90+
"eslint-plugin-storybook": "9.1.13",
91+
"knip": "~5.66.2",
9292
"luxon": "~3.7.2",
9393
"react": "~19.2.0",
9494
"react-dom": "~19.2.0",
9595
"react-helmet": "~6.1.0",
9696
"react-is": "~19.2.0",
9797
"react-router-dom": "^7.9.4",
9898
"rimraf": "~6.0.1",
99-
"rollup": "~4.52.4",
100-
"storybook": "~9.1.12",
99+
"rollup": "~4.52.5",
100+
"storybook": "~9.1.13",
101101
"ts-api-utils": "~2.1.0",
102102
"typedoc": "~0.28.14",
103103
"typescript": "~5.9.3",
104-
"vite": "~7.1.10",
104+
"vite": "~7.1.11",
105105
"vite-plugin-checker": "~0.11.0",
106106
"vite-plugin-svgr": "^4.5.0",
107107
"vite-plugin-top-level-await": "~1.6.0",

packages/modules/packages/archivist/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"dependencies": {
4646
"@xylabs/exists": "~5.0.12",
4747
"@xylabs/hex": "~5.0.12",
48-
"@xylabs/react-async-effect": "~7.1.3",
49-
"@xylabs/react-button": "~7.1.3",
50-
"@xylabs/react-flexbox": "~7.1.3",
51-
"@xylabs/react-promise": "~7.1.3",
48+
"@xylabs/react-async-effect": "~7.1.5",
49+
"@xylabs/react-button": "~7.1.5",
50+
"@xylabs/react-flexbox": "~7.1.5",
51+
"@xylabs/react-promise": "~7.1.5",
5252
"@xyo-network/archivist-memory": "~5.1.6",
5353
"@xyo-network/archivist-model": "~5.1.6",
5454
"@xyo-network/boundwitness-builder": "~5.1.6",
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@mui/icons-material": "~7.3.4",
6666
"@mui/material": "~7.3.4",
67-
"@storybook/react-vite": "~9.1.12",
67+
"@storybook/react-vite": "~9.1.13",
6868
"@types/react": "~19.2.2",
6969
"@xylabs/events": "~5.0.12",
7070
"@xylabs/ts-scripts-yarn3": "~7.1.8",
@@ -76,9 +76,9 @@
7676
"react": "~19.2.0",
7777
"react-dom": "~19.2.0",
7878
"react-router-dom": "^7.9.4",
79-
"storybook": "~9.1.12",
79+
"storybook": "~9.1.13",
8080
"typescript": "~5.9.3",
81-
"vite": "~7.1.10"
81+
"vite": "~7.1.11"
8282
},
8383
"peerDependencies": {
8484
"@mui/icons-material": ">=6 <8",

packages/modules/packages/module/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@
4444
],
4545
"dependencies": {
4646
"@xylabs/eth-address": "~5.0.12",
47-
"@xylabs/react-button": "~7.1.3",
48-
"@xylabs/react-crypto": "~7.1.3",
49-
"@xylabs/react-flexbox": "~7.1.3",
50-
"@xylabs/react-promise": "~7.1.3",
47+
"@xylabs/react-button": "~7.1.5",
48+
"@xylabs/react-crypto": "~7.1.5",
49+
"@xylabs/react-flexbox": "~7.1.5",
50+
"@xylabs/react-promise": "~7.1.5",
5151
"@xyo-network/diviner-model": "~5.1.6",
5252
"@xyo-network/module-model": "~5.1.6",
5353
"@xyo-network/react-shared": "workspace:^"
5454
},
5555
"devDependencies": {
5656
"@mui/icons-material": "~7.3.4",
5757
"@mui/material": "~7.3.4",
58-
"@storybook/react-vite": "~9.1.12",
58+
"@storybook/react-vite": "~9.1.13",
5959
"@types/react": "~19.2.2",
6060
"@xylabs/hex": "~5.0.12",
61-
"@xylabs/react-async-effect": "~7.1.3",
61+
"@xylabs/react-async-effect": "~7.1.5",
6262
"@xylabs/ts-scripts-yarn3": "~7.1.8",
6363
"@xylabs/tsconfig": "~7.1.8",
6464
"@xylabs/tsconfig-dom": "~7.1.8",
@@ -71,9 +71,9 @@
7171
"react": "~19.2.0",
7272
"react-dom": "~19.2.0",
7373
"react-router-dom": "^7.9.4",
74-
"storybook": "~9.1.12",
74+
"storybook": "~9.1.13",
7575
"typescript": "~5.9.3",
76-
"vite": "~7.1.10"
76+
"vite": "~7.1.11"
7777
},
7878
"peerDependencies": {
7979
"@mui/icons-material": ">=6 <8",

packages/modules/packages/node/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"@mui/x-tree-view": "~8.14.1",
4747
"@xylabs/exists": "~5.0.12",
4848
"@xylabs/logger": "~5.0.12",
49-
"@xylabs/react-async-effect": "~7.1.3",
50-
"@xylabs/react-flexbox": "~7.1.3",
51-
"@xylabs/react-promise": "~7.1.3",
49+
"@xylabs/react-async-effect": "~7.1.5",
50+
"@xylabs/react-flexbox": "~7.1.5",
51+
"@xylabs/react-promise": "~7.1.5",
5252
"@xylabs/typeof": "~5.0.12",
5353
"@xyo-network/module-abstract": "~5.1.6",
5454
"@xyo-network/module-model": "~5.1.6",
@@ -63,7 +63,7 @@
6363
"@mui/icons-material": "~7.3.4",
6464
"@mui/material": "~7.3.4",
6565
"@mui/system": "~7.3.3",
66-
"@storybook/react-vite": "~9.1.12",
66+
"@storybook/react-vite": "~9.1.13",
6767
"@types/react": "~19.2.2",
6868
"@xylabs/object": "~5.0.12",
6969
"@xylabs/ts-scripts-yarn3": "~7.1.8",
@@ -76,9 +76,9 @@
7676
"@xyo-network/react-wallet": "workspace:^",
7777
"react": "~19.2.0",
7878
"react-dom": "~19.2.0",
79-
"storybook": "~9.1.12",
79+
"storybook": "~9.1.13",
8080
"typescript": "~5.9.3",
81-
"vite": "~7.1.10"
81+
"vite": "~7.1.11"
8282
},
8383
"peerDependencies": {
8484
"@mui/icons-material": ">=6 <8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"src"
4444
],
4545
"dependencies": {
46-
"@xylabs/react-shared": "~7.1.3",
46+
"@xylabs/react-shared": "~7.1.5",
4747
"@xyo-network/module-model": "~5.1.6",
4848
"@xyo-network/node-model": "~5.1.6"
4949
},

packages/modules/packages/node/packages/provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
],
4545
"dependencies": {
4646
"@xylabs/forget": "~5.0.12",
47-
"@xylabs/react-async-effect": "~7.1.3",
48-
"@xylabs/react-shared": "~7.1.3",
47+
"@xylabs/react-async-effect": "~7.1.5",
48+
"@xylabs/react-shared": "~7.1.5",
4949
"@xyo-network/module-model": "~5.1.6",
5050
"@xyo-network/node-memory": "~5.1.6",
5151
"@xyo-network/node-model": "~5.1.6",

packages/modules/packages/sentinal/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"dependencies": {
4646
"@xylabs/enum": "~5.0.12",
4747
"@xylabs/exists": "~5.0.12",
48-
"@xylabs/react-async-effect": "~7.1.3",
49-
"@xylabs/react-button": "~7.1.3",
50-
"@xylabs/react-flexbox": "~7.1.3",
51-
"@xylabs/react-promise": "~7.1.3",
52-
"@xylabs/react-shared": "~7.1.3",
48+
"@xylabs/react-async-effect": "~7.1.5",
49+
"@xylabs/react-button": "~7.1.5",
50+
"@xylabs/react-flexbox": "~7.1.5",
51+
"@xylabs/react-promise": "~7.1.5",
52+
"@xylabs/react-shared": "~7.1.5",
5353
"@xyo-network/account-model": "~5.1.6",
5454
"@xyo-network/archivist-model": "~5.1.6",
5555
"@xyo-network/boundwitness-model": "~5.1.6",
@@ -68,7 +68,7 @@
6868
"@emotion/styled": "~11.14.1",
6969
"@mui/icons-material": "~7.3.4",
7070
"@mui/material": "~7.3.4",
71-
"@storybook/react-vite": "~9.1.12",
71+
"@storybook/react-vite": "~9.1.13",
7272
"@types/react": "~19.2.2",
7373
"@xylabs/ts-scripts-yarn3": "~7.1.8",
7474
"@xylabs/tsconfig": "~7.1.8",
@@ -83,9 +83,9 @@
8383
"react": "~19.2.0",
8484
"react-dom": "~19.2.0",
8585
"react-router-dom": "^7.9.4",
86-
"storybook": "~9.1.12",
86+
"storybook": "~9.1.13",
8787
"typescript": "~5.9.3",
88-
"vite": "~7.1.10"
88+
"vite": "~7.1.11"
8989
},
9090
"peerDependencies": {
9191
"@mui/icons-material": ">=6 <8",

packages/modules/packages/witness/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
],
4545
"dependencies": {
4646
"@xylabs/exists": "~5.0.12",
47-
"@xylabs/react-button": "~7.1.3",
48-
"@xylabs/react-flexbox": "~7.1.3",
49-
"@xylabs/react-promise": "~7.1.3",
47+
"@xylabs/react-button": "~7.1.5",
48+
"@xylabs/react-flexbox": "~7.1.5",
49+
"@xylabs/react-promise": "~7.1.5",
5050
"@xyo-network/module-model": "~5.1.6",
5151
"@xyo-network/payload-model": "~5.1.6",
5252
"@xyo-network/react-module": "workspace:^",
@@ -59,7 +59,7 @@
5959
"@emotion/styled": "~11.14.1",
6060
"@mui/icons-material": "~7.3.4",
6161
"@mui/material": "~7.3.4",
62-
"@storybook/react-vite": "~9.1.12",
62+
"@storybook/react-vite": "~9.1.13",
6363
"@types/react": "~19.2.2",
6464
"@xylabs/ts-scripts-yarn3": "~7.1.8",
6565
"@xylabs/tsconfig": "~7.1.8",
@@ -69,9 +69,9 @@
6969
"react": "~19.2.0",
7070
"react-dom": "~19.2.0",
7171
"react-router-dom": "^7.9.4",
72-
"storybook": "~9.1.12",
72+
"storybook": "~9.1.13",
7373
"typescript": "~5.9.3",
74-
"vite": "~7.1.10"
74+
"vite": "~7.1.11"
7575
},
7676
"peerDependencies": {
7777
"@mui/icons-material": ">=6 <8",

packages/plugins/packages/address/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@emotion/styled": "~11.14.1",
5252
"@mui/icons-material": "~7.3.4",
5353
"@mui/material": "~7.3.4",
54-
"@storybook/react-vite": "~9.1.12",
54+
"@storybook/react-vite": "~9.1.13",
5555
"@types/react": "~19.2.2",
5656
"@xylabs/hex": "~5.0.12",
5757
"@xylabs/ts-scripts-yarn3": "~7.1.8",
@@ -63,9 +63,9 @@
6363
"ethers": "~6.15.0",
6464
"react": "~19.2.0",
6565
"react-dom": "~19.2.0",
66-
"storybook": "~9.1.12",
66+
"storybook": "~9.1.13",
6767
"typescript": "~5.9.3",
68-
"vite": "~7.1.10"
68+
"vite": "~7.1.11"
6969
},
7070
"peerDependencies": {
7171
"@mui/icons-material": ">=6 <8",

packages/plugins/packages/aggregate-price/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"dependencies": {
4646
"@xylabs/assert": "~5.0.12",
4747
"@xylabs/decimal-precision": "~5.0.12",
48-
"@xylabs/react-flexbox": "~7.1.3",
49-
"@xylabs/react-promise": "~7.1.3",
50-
"@xylabs/react-quick-tip-button": "~7.1.3",
51-
"@xylabs/react-theme": "~7.1.3",
48+
"@xylabs/react-flexbox": "~7.1.5",
49+
"@xylabs/react-promise": "~7.1.5",
50+
"@xylabs/react-quick-tip-button": "~7.1.5",
51+
"@xylabs/react-theme": "~7.1.5",
5252
"@xylabs/typeof": "~5.0.12",
5353
"@xyo-network/crypto-asset-payload-plugin": "~5.1.3",
5454
"@xyo-network/payload-model": "~5.1.6",
@@ -60,7 +60,7 @@
6060
"@emotion/styled": "~11.14.1",
6161
"@mui/icons-material": "~7.3.4",
6262
"@mui/material": "~7.3.4",
63-
"@storybook/react-vite": "~9.1.12",
63+
"@storybook/react-vite": "~9.1.13",
6464
"@types/luxon": "~3.7.1",
6565
"@types/react": "~19.2.2",
6666
"@xylabs/ts-scripts-yarn3": "~7.1.8",
@@ -73,9 +73,9 @@
7373
"react": "~19.2.0",
7474
"react-dom": "~19.2.0",
7575
"react-router-dom": "^7.9.4",
76-
"storybook": "~9.1.12",
76+
"storybook": "~9.1.13",
7777
"typescript": "~5.9.3",
78-
"vite": "~7.1.10"
78+
"vite": "~7.1.11"
7979
},
8080
"peerDependencies": {
8181
"@mui/icons-material": ">=6 <8",

0 commit comments

Comments
 (0)