Skip to content

Commit 07fe637

Browse files
committed
updo and add missing peer dep
1 parent 4622dd9 commit 07fe637

File tree

80 files changed

+2921
-2878
lines changed

Some content is hidden

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

80 files changed

+2921
-2878
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,28 +55,28 @@
5555
"@xyo-network/react-sdk": "workspace:^"
5656
},
5757
"devDependencies": {
58-
"@eslint-react/eslint-plugin": "^1.52.2",
58+
"@eslint-react/eslint-plugin": "^1.52.3",
5959
"@mui/icons-material": "^7.2.0",
6060
"@mui/material": "^7.2.0",
6161
"@storybook/addon-docs": "^9.0.16",
6262
"@storybook/addon-links": "^9.0.16",
6363
"@storybook/react-vite": "^9.0.16",
6464
"@stylistic/eslint-plugin": "^5.1.0",
65-
"@types/node": "^24.0.12",
65+
"@types/node": "^24.0.13",
6666
"@types/react": "^19.1.8",
67-
"@typescript-eslint/eslint-plugin": "^8.36.0",
68-
"@typescript-eslint/parser": "^8.36.0",
67+
"@typescript-eslint/eslint-plugin": "^8.37.0",
68+
"@typescript-eslint/parser": "^8.37.0",
6969
"@vitejs/plugin-react-swc": "^3.10.2",
7070
"@xylabs/eslint-config-flat": "^6.5.18",
7171
"@xylabs/eslint-config-react-flat": "^6.5.18",
72-
"@xylabs/react-invertible-theme": "^6.3.7",
73-
"@xylabs/react-theme": "^6.3.7",
72+
"@xylabs/react-invertible-theme": "^6.3.10",
73+
"@xylabs/react-theme": "^6.3.10",
7474
"@xylabs/ts-scripts-yarn3": "^6.5.18",
7575
"@xylabs/tsconfig-react": "^6.5.18",
7676
"chromatic": "^13.1.2",
7777
"copyfiles": "^2.4.1",
7878
"dotenv": "^17.2.0",
79-
"eslint": "^9.30.1",
79+
"eslint": "^9.31.0",
8080
"eslint-import-resolver-typescript": "^4.4.4",
8181
"eslint-plugin-storybook": "9.0.16",
8282
"knip": "^5.61.3",
@@ -87,7 +87,7 @@
8787
"storybook": "^9.0.16",
8888
"typedoc": "^0.28.7",
8989
"typescript": "^5.8.3",
90-
"vite": "^7.0.3",
90+
"vite": "^7.0.4",
9191
"vite-plugin-checker": "^0.10.0",
9292
"vite-plugin-top-level-await": "^1.5.0",
9393
"vite-tsconfig-paths": "^5.1.4",

packages/modules/packages/archivist/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/types/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/exists": "^4.12.44",
43-
"@xylabs/hex": "^4.12.44",
44-
"@xylabs/react-async-effect": "^6.3.7",
45-
"@xylabs/react-button": "^6.3.7",
46-
"@xylabs/react-flexbox": "^6.3.7",
47-
"@xylabs/react-promise": "^6.3.7",
48-
"@xyo-network/archivist-memory": "^4.0.2",
49-
"@xyo-network/archivist-model": "^4.0.2",
50-
"@xyo-network/boundwitness-builder": "^4.0.2",
51-
"@xyo-network/boundwitness-model": "^4.0.2",
52-
"@xyo-network/module-model": "^4.0.2",
53-
"@xyo-network/module-wrapper": "^4.0.2",
54-
"@xyo-network/payload-model": "^4.0.2",
42+
"@xylabs/exists": "^4.13.15",
43+
"@xylabs/hex": "^4.13.15",
44+
"@xylabs/react-async-effect": "^6.3.10",
45+
"@xylabs/react-button": "^6.3.10",
46+
"@xylabs/react-flexbox": "^6.3.10",
47+
"@xylabs/react-promise": "^6.3.10",
48+
"@xyo-network/archivist-memory": "^4.1.1",
49+
"@xyo-network/archivist-model": "^4.1.1",
50+
"@xyo-network/boundwitness-builder": "^4.1.1",
51+
"@xyo-network/boundwitness-model": "^4.1.1",
52+
"@xyo-network/module-model": "^4.1.1",
53+
"@xyo-network/module-wrapper": "^4.1.1",
54+
"@xyo-network/payload-model": "^4.1.1",
5555
"@xyo-network/react-module": "workspace:^",
5656
"@xyo-network/react-node": "workspace:^",
5757
"@xyo-network/react-wallet": "workspace:^",
@@ -64,9 +64,9 @@
6464
"@types/react": "^19.1.8",
6565
"@xylabs/ts-scripts-yarn3": "^6.5.18",
6666
"@xylabs/tsconfig-react": "^6.5.18",
67-
"@xyo-network/account": "^4.0.2",
68-
"@xyo-network/module-events": "^4.0.2",
69-
"@xyo-network/node-memory": "^4.0.2",
67+
"@xyo-network/account": "^4.1.1",
68+
"@xyo-network/module-events": "^4.1.1",
69+
"@xyo-network/node-memory": "^4.1.1",
7070
"react": "^19.1.0",
7171
"react-dom": "^19.1.0",
7272
"storybook": "^9.0.16",

packages/modules/packages/diviner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/types/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/exists": "^4.12.44",
43-
"@xyo-network/diviner-model": "^4.0.2",
44-
"@xyo-network/module-model": "^4.0.2",
42+
"@xylabs/exists": "^4.13.15",
43+
"@xyo-network/diviner-model": "^4.1.1",
44+
"@xyo-network/module-model": "^4.1.1",
4545
"@xyo-network/react-node": "workspace:^"
4646
},
4747
"devDependencies": {

packages/modules/packages/module/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/types/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/eth-address": "^4.12.44",
43-
"@xylabs/react-button": "^6.3.7",
44-
"@xylabs/react-crypto": "^6.3.7",
45-
"@xylabs/react-flexbox": "^6.3.7",
46-
"@xylabs/react-promise": "^6.3.7",
47-
"@xyo-network/diviner-model": "^4.0.2",
48-
"@xyo-network/module-model": "^4.0.2",
42+
"@xylabs/eth-address": "^4.13.15",
43+
"@xylabs/react-button": "^6.3.10",
44+
"@xylabs/react-crypto": "^6.3.10",
45+
"@xylabs/react-flexbox": "^6.3.10",
46+
"@xylabs/react-promise": "^6.3.10",
47+
"@xyo-network/diviner-model": "^4.1.1",
48+
"@xyo-network/module-model": "^4.1.1",
4949
"@xyo-network/react-shared": "workspace:^"
5050
},
5151
"devDependencies": {
5252
"@mui/icons-material": "^7.2.0",
5353
"@mui/material": "^7.2.0",
5454
"@storybook/react-vite": "^9.0.16",
5555
"@types/react": "^19.1.8",
56-
"@xylabs/react-async-effect": "^6.3.7",
56+
"@xylabs/react-async-effect": "^6.3.10",
5757
"@xylabs/ts-scripts-yarn3": "^6.5.18",
5858
"@xylabs/tsconfig-react": "^6.5.18",
59-
"@xyo-network/archivist": "^4.0.2",
60-
"@xyo-network/archivist-memory": "^4.0.2",
59+
"@xyo-network/archivist": "^4.1.1",
60+
"@xyo-network/archivist-memory": "^4.1.1",
6161
"@xyo-network/crypto-asset-plugin": "^4.0.0",
62-
"@xyo-network/diviner-address-history": "^4.0.2",
63-
"@xyo-network/node-memory": "^4.0.2",
62+
"@xyo-network/diviner-address-history": "^4.1.1",
63+
"@xyo-network/node-memory": "^4.1.1",
6464
"react": "^19.1.0",
6565
"react-dom": "^19.1.0",
6666
"storybook": "^9.0.16",

packages/modules/packages/node/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/types/index.d.ts",
4141
"dependencies": {
42-
"@mui/x-tree-view": "^8.7.0",
43-
"@xylabs/exists": "^4.12.44",
44-
"@xylabs/logger": "^4.12.44",
45-
"@xylabs/react-async-effect": "^6.3.7",
46-
"@xylabs/react-flexbox": "^6.3.7",
47-
"@xylabs/react-promise": "^6.3.7",
48-
"@xylabs/typeof": "^4.12.44",
49-
"@xyo-network/module-abstract": "^4.0.2",
50-
"@xyo-network/module-model": "^4.0.2",
51-
"@xyo-network/node-model": "^4.0.2",
52-
"@xyo-network/payload-model": "^4.0.2",
42+
"@mui/x-tree-view": "^8.8.0",
43+
"@xylabs/exists": "^4.13.15",
44+
"@xylabs/logger": "^4.13.15",
45+
"@xylabs/react-async-effect": "^6.3.10",
46+
"@xylabs/react-flexbox": "^6.3.10",
47+
"@xylabs/react-promise": "^6.3.10",
48+
"@xylabs/typeof": "^4.13.15",
49+
"@xyo-network/module-abstract": "^4.1.1",
50+
"@xyo-network/module-model": "^4.1.1",
51+
"@xyo-network/node-model": "^4.1.1",
52+
"@xyo-network/payload-model": "^4.1.1",
5353
"@xyo-network/react-node-context": "workspace:^",
5454
"@xyo-network/react-node-provider": "workspace:^"
5555
},
@@ -61,11 +61,11 @@
6161
"@mui/system": "^7.2.0",
6262
"@storybook/react-vite": "^9.0.16",
6363
"@types/react": "^19.1.8",
64-
"@xylabs/object": "^4.12.44",
64+
"@xylabs/object": "^4.13.15",
6565
"@xylabs/ts-scripts-yarn3": "^6.5.18",
6666
"@xylabs/tsconfig-react": "^6.5.18",
67-
"@xyo-network/node-memory": "^4.0.2",
68-
"@xyo-network/payload-model": "^4.0.2",
67+
"@xyo-network/node-memory": "^4.1.1",
68+
"@xyo-network/payload-model": "^4.1.1",
6969
"@xyo-network/react-storybook": "workspace:^",
7070
"@xyo-network/react-wallet": "workspace:^",
7171
"react": "^19.1.0",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/types/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/react-shared": "^6.3.7",
43-
"@xyo-network/module-model": "^4.0.2",
44-
"@xyo-network/node-model": "^4.0.2"
42+
"@xylabs/react-shared": "^6.3.10",
43+
"@xyo-network/module-model": "^4.1.1",
44+
"@xyo-network/node-model": "^4.1.1"
4545
},
4646
"devDependencies": {
4747
"@mui/material": "^7.2.0",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/types/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/forget": "^4.12.44",
43-
"@xylabs/react-async-effect": "^6.3.7",
44-
"@xylabs/react-shared": "^6.3.7",
45-
"@xyo-network/module-model": "^4.0.2",
46-
"@xyo-network/node-memory": "^4.0.2",
47-
"@xyo-network/node-model": "^4.0.2",
42+
"@xylabs/forget": "^4.13.15",
43+
"@xylabs/react-async-effect": "^6.3.10",
44+
"@xylabs/react-shared": "^6.3.10",
45+
"@xyo-network/module-model": "^4.1.1",
46+
"@xyo-network/node-memory": "^4.1.1",
47+
"@xyo-network/node-model": "^4.1.1",
4848
"@xyo-network/react-node-context": "workspace:^"
4949
},
5050
"devDependencies": {

packages/modules/packages/sentinal/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/types/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/enum": "^4.12.44",
43-
"@xylabs/exists": "^4.12.44",
44-
"@xylabs/react-async-effect": "^6.3.7",
45-
"@xylabs/react-button": "^6.3.7",
46-
"@xylabs/react-flexbox": "^6.3.7",
47-
"@xylabs/react-promise": "^6.3.7",
48-
"@xylabs/react-shared": "^6.3.7",
49-
"@xyo-network/account-model": "^4.0.2",
50-
"@xyo-network/archivist-model": "^4.0.2",
51-
"@xyo-network/boundwitness-model": "^4.0.2",
52-
"@xyo-network/module-model": "^4.0.2",
53-
"@xyo-network/payload-model": "^4.0.2",
42+
"@xylabs/enum": "^4.13.15",
43+
"@xylabs/exists": "^4.13.15",
44+
"@xylabs/react-async-effect": "^6.3.10",
45+
"@xylabs/react-button": "^6.3.10",
46+
"@xylabs/react-flexbox": "^6.3.10",
47+
"@xylabs/react-promise": "^6.3.10",
48+
"@xylabs/react-shared": "^6.3.10",
49+
"@xyo-network/account-model": "^4.1.1",
50+
"@xyo-network/archivist-model": "^4.1.1",
51+
"@xyo-network/boundwitness-model": "^4.1.1",
52+
"@xyo-network/module-model": "^4.1.1",
53+
"@xyo-network/payload-model": "^4.1.1",
5454
"@xyo-network/react-module": "workspace:^",
5555
"@xyo-network/react-node": "workspace:^",
5656
"@xyo-network/react-payload-raw-info": "workspace:^",
5757
"@xyo-network/react-witness": "workspace:^",
58-
"@xyo-network/sentinel-memory": "^4.0.2",
59-
"@xyo-network/sentinel-model": "^4.0.2",
60-
"@xyo-network/witness-model": "^4.0.2"
58+
"@xyo-network/sentinel-memory": "^4.1.1",
59+
"@xyo-network/sentinel-model": "^4.1.1",
60+
"@xyo-network/witness-model": "^4.1.1"
6161
},
6262
"devDependencies": {
6363
"@emotion/react": "^11.14.0",
@@ -68,11 +68,11 @@
6868
"@types/react": "^19.1.8",
6969
"@xylabs/ts-scripts-yarn3": "^6.5.18",
7070
"@xylabs/tsconfig-react": "^6.5.18",
71-
"@xyo-network/account": "^4.0.2",
71+
"@xyo-network/account": "^4.1.1",
7272
"@xyo-network/evm-call-witness": "^4.0.0",
73-
"@xyo-network/manifest": "^4.0.2",
74-
"@xyo-network/module-factory-locator": "^4.0.2",
75-
"@xyo-network/wallet": "^4.0.2",
73+
"@xyo-network/manifest": "^4.1.1",
74+
"@xyo-network/module-factory-locator": "^4.1.1",
75+
"@xyo-network/wallet": "^4.1.1",
7676
"ethers": "^6.15.0",
7777
"react": "^19.1.0",
7878
"react-dom": "^19.1.0",

packages/modules/packages/witness/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"module": "dist/browser/index.mjs",
4040
"types": "dist/types/index.d.ts",
4141
"dependencies": {
42-
"@xylabs/exists": "^4.12.44",
43-
"@xylabs/react-button": "^6.3.7",
44-
"@xylabs/react-flexbox": "^6.3.7",
45-
"@xylabs/react-promise": "^6.3.7",
46-
"@xyo-network/module-model": "^4.0.2",
47-
"@xyo-network/payload-model": "^4.0.2",
42+
"@xylabs/exists": "^4.13.15",
43+
"@xylabs/react-button": "^6.3.10",
44+
"@xylabs/react-flexbox": "^6.3.10",
45+
"@xylabs/react-promise": "^6.3.10",
46+
"@xyo-network/module-model": "^4.1.1",
47+
"@xyo-network/payload-model": "^4.1.1",
4848
"@xyo-network/react-module": "workspace:^",
4949
"@xyo-network/react-node": "workspace:^",
5050
"@xyo-network/react-payload-raw-info": "workspace:^",
51-
"@xyo-network/witness-model": "^4.0.2"
51+
"@xyo-network/witness-model": "^4.1.1"
5252
},
5353
"devDependencies": {
5454
"@emotion/react": "^11.14.0",

packages/plugins/packages/address/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"@mui/material": "^7.2.0",
5050
"@storybook/react-vite": "^9.0.16",
5151
"@types/react": "^19.1.8",
52-
"@xylabs/hex": "^4.12.44",
52+
"@xylabs/hex": "^4.13.15",
5353
"@xylabs/ts-scripts-yarn3": "^6.5.18",
5454
"@xylabs/tsconfig-react": "^6.5.18",
55-
"@xyo-network/module-model": "^4.0.2",
55+
"@xyo-network/module-model": "^4.1.1",
5656
"@xyo-network/react-event": "workspace:^",
5757
"ethers": "^6.15.0",
5858
"react": "^19.1.0",

0 commit comments

Comments
 (0)