Skip to content

Commit bc88d8e

Browse files
committed
updo
1 parent 85861fb commit bc88d8e

File tree

103 files changed

+6350
-6280
lines changed

Some content is hidden

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

103 files changed

+6350
-6280
lines changed

package.json

Lines changed: 49 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -50,62 +50,61 @@
5050
"start": "storybook dev -p 6006"
5151
},
5252
"resolutions": {
53-
"@types/react": "^19",
54-
"typedoc": "0.26.3",
55-
"typescript": "~5.8.3"
53+
"@types/react": "~19",
54+
"typedoc": "0.26.3"
5655
},
5756
"dependencies": {
5857
"@xyo-network/react-modules": "workspace:^",
5958
"@xyo-network/react-plugins": "workspace:^",
6059
"@xyo-network/react-sdk": "workspace:^"
6160
},
6261
"devDependencies": {
63-
"@emotion/react": "^11.14.0",
64-
"@emotion/styled": "^11.14.1",
65-
"@eslint-react/eslint-plugin": "^1.52.3",
66-
"@mui/icons-material": "^7.2.0",
67-
"@mui/material": "^7.2.0",
68-
"@storybook/addon-docs": "^9.0.18",
69-
"@storybook/addon-links": "^9.0.18",
70-
"@storybook/react-vite": "^9.0.18",
71-
"@stylistic/eslint-plugin": "^5.2.2",
72-
"@types/node": "^24.1.0",
73-
"@types/react": "^19.1.9",
74-
"@typescript-eslint/eslint-plugin": "^8.38.0",
75-
"@typescript-eslint/parser": "^8.38.0",
76-
"@vitejs/plugin-react-swc": "^3.11.0",
77-
"@xylabs/eslint-config-flat": "^7.0.2",
78-
"@xylabs/eslint-config-react-flat": "^7.0.2",
79-
"@xylabs/react-invertible-theme": "^7.0.0",
80-
"@xylabs/react-theme": "^7.0.0",
81-
"@xylabs/ts-scripts-yarn3": "^7.0.2",
82-
"@xylabs/tsconfig": "^7.0.2",
83-
"@xylabs/tsconfig-dom": "^7.0.2",
84-
"@xylabs/tsconfig-react": "^7.0.2",
85-
"@xyo-network/hash": "^5.0.0",
86-
"chromatic": "^13.1.2",
87-
"copyfiles": "^2.4.1",
88-
"dotenv": "^17.2.1",
89-
"eslint": "^9.32.0",
90-
"eslint-import-resolver-typescript": "^4.4.4",
91-
"eslint-plugin-storybook": "9.0.18",
92-
"knip": "^5.62.0",
93-
"luxon": "^3.7.1",
94-
"react": "^19.1.1",
95-
"react-dom": "^19.1.1",
96-
"react-helmet": "^6.1.0",
97-
"react-is": "^19.1.1",
98-
"rimraf": "^6.0.1",
99-
"rollup": "^4.46.2",
100-
"storybook": "^9.0.18",
101-
"ts-api-utils": "^2.1.0",
102-
"typedoc": "^0.28.8",
103-
"typescript": "^5.8.3",
104-
"vite": "^7.0.6",
105-
"vite-plugin-checker": "^0.10.2",
106-
"vite-plugin-top-level-await": "^1.6.0",
107-
"vite-tsconfig-paths": "^5.1.4",
108-
"vitest": "^3.2.4"
62+
"@emotion/react": "~11.14.0",
63+
"@emotion/styled": "~11.14.1",
64+
"@eslint-react/eslint-plugin": "~1.52.4",
65+
"@mui/icons-material": "~7.3.1",
66+
"@mui/material": "~7.3.1",
67+
"@storybook/addon-docs": "~9.1.2",
68+
"@storybook/addon-links": "~9.1.2",
69+
"@storybook/react-vite": "~9.1.2",
70+
"@stylistic/eslint-plugin": "~5.2.3",
71+
"@types/node": "~24.2.1",
72+
"@types/react": "~19.1.10",
73+
"@typescript-eslint/eslint-plugin": "~8.39.1",
74+
"@typescript-eslint/parser": "~8.39.1",
75+
"@vitejs/plugin-react-swc": "~4.0.0",
76+
"@xylabs/eslint-config-flat": "~7.1.1",
77+
"@xylabs/eslint-config-react-flat": "~7.1.1",
78+
"@xylabs/react-invertible-theme": "~7.0.1",
79+
"@xylabs/react-theme": "~7.0.1",
80+
"@xylabs/ts-scripts-yarn3": "~7.1.1",
81+
"@xylabs/tsconfig": "~7.1.1",
82+
"@xylabs/tsconfig-dom": "~7.1.1",
83+
"@xylabs/tsconfig-react": "~7.1.1",
84+
"@xyo-network/hash": "~5.0.5",
85+
"chromatic": "~13.1.3",
86+
"copyfiles": "~2.4.1",
87+
"dotenv": "~17.2.1",
88+
"eslint": "~9.33.0",
89+
"eslint-import-resolver-typescript": "~4.4.4",
90+
"eslint-plugin-storybook": "9.1.2",
91+
"knip": "~5.62.0",
92+
"luxon": "~3.7.1",
93+
"react": "~19.1.1",
94+
"react-dom": "~19.1.1",
95+
"react-helmet": "~6.1.0",
96+
"react-is": "~19.1.1",
97+
"rimraf": "~6.0.1",
98+
"rollup": "~4.46.2",
99+
"storybook": "~9.1.2",
100+
"ts-api-utils": "~2.1.0",
101+
"typedoc": "~0.28.10",
102+
"typescript": "~5.9.2",
103+
"vite": "~7.1.2",
104+
"vite-plugin-checker": "~0.10.2",
105+
"vite-plugin-top-level-await": "~1.6.0",
106+
"vite-tsconfig-paths": "~5.1.4",
107+
"vitest": "~3.2.4"
109108
},
110109
"peerDependencies": {
111110
"@mui/icons-material": ">=6 <8",
@@ -122,6 +121,5 @@
122121
"//": [
123122
"devDep"
124123
],
125-
"docs": "dist/docs.json",
126-
"resolutions_comment": "We set the above resolutions to make sure we pull in the latest versions of these packages even if some sub packages request earlier versions"
124+
"docs": "dist/docs.json"
127125
}

packages/modules/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,24 @@
5151
"@xyo-network/react-witness": "workspace:^"
5252
},
5353
"devDependencies": {
54-
"@emotion/react": "^11.14.0",
55-
"@emotion/styled": "^11.14.1",
56-
"@mui/icons-material": "^7.2.0",
57-
"@mui/material": "^7.2.0",
58-
"@types/react": "^19.1.9",
59-
"@xylabs/ts-scripts-yarn3": "^7.0.2",
60-
"@xylabs/tsconfig": "^7.0.2",
61-
"@xylabs/tsconfig-dom": "^7.0.2",
62-
"@xylabs/tsconfig-react": "^7.0.2",
63-
"react": "^19.1.1",
64-
"react-dom": "^19.1.1",
65-
"typescript": "^5.8.3"
54+
"@emotion/react": "~11.14.0",
55+
"@emotion/styled": "~11.14.1",
56+
"@mui/icons-material": "~7.3.1",
57+
"@mui/material": "~7.3.1",
58+
"@types/react": "~19.1.10",
59+
"@xylabs/ts-scripts-yarn3": "~7.1.1",
60+
"@xylabs/tsconfig": "~7.1.1",
61+
"@xylabs/tsconfig-dom": "~7.1.1",
62+
"@xylabs/tsconfig-react": "~7.1.1",
63+
"react": "~19.1.1",
64+
"react-dom": "~19.1.1",
65+
"typescript": "~5.9.2"
6666
},
6767
"peerDependencies": {
6868
"@mui/icons-material": ">=6 <8",
6969
"@mui/material": ">=6 <8",
70-
"react": "^19",
71-
"react-dom": "^19"
70+
"react": "~19",
71+
"react-dom": "~19"
7272
},
7373
"publishConfig": {
7474
"access": "public"

packages/modules/packages/archivist/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -43,47 +43,47 @@
4343
"src"
4444
],
4545
"dependencies": {
46-
"@xylabs/exists": "^5.0.0",
47-
"@xylabs/hex": "^5.0.0",
48-
"@xylabs/react-async-effect": "^7.0.0",
49-
"@xylabs/react-button": "^7.0.0",
50-
"@xylabs/react-flexbox": "^7.0.0",
51-
"@xylabs/react-promise": "^7.0.0",
52-
"@xyo-network/archivist-memory": "^5.0.0",
53-
"@xyo-network/archivist-model": "^5.0.0",
54-
"@xyo-network/boundwitness-builder": "^5.0.0",
55-
"@xyo-network/boundwitness-model": "^5.0.0",
56-
"@xyo-network/module-model": "^5.0.0",
57-
"@xyo-network/module-wrapper": "^5.0.0",
58-
"@xyo-network/payload-model": "^5.0.0",
46+
"@xylabs/exists": "~5.0.8",
47+
"@xylabs/hex": "~5.0.8",
48+
"@xylabs/react-async-effect": "~7.0.1",
49+
"@xylabs/react-button": "~7.0.1",
50+
"@xylabs/react-flexbox": "~7.0.1",
51+
"@xylabs/react-promise": "~7.0.1",
52+
"@xyo-network/archivist-memory": "~5.0.5",
53+
"@xyo-network/archivist-model": "~5.0.5",
54+
"@xyo-network/boundwitness-builder": "~5.0.5",
55+
"@xyo-network/boundwitness-model": "~5.0.5",
56+
"@xyo-network/module-model": "~5.0.5",
57+
"@xyo-network/module-wrapper": "~5.0.5",
58+
"@xyo-network/payload-model": "~5.0.5",
5959
"@xyo-network/react-module": "workspace:^",
6060
"@xyo-network/react-node": "workspace:^",
6161
"@xyo-network/react-wallet": "workspace:^",
62-
"react-icons": "^5.5.0"
62+
"react-icons": "~5.5.0"
6363
},
6464
"devDependencies": {
65-
"@mui/icons-material": "^7.2.0",
66-
"@mui/material": "^7.2.0",
67-
"@storybook/react-vite": "^9.0.18",
68-
"@types/react": "^19.1.9",
69-
"@xylabs/events": "^5.0.0",
70-
"@xylabs/ts-scripts-yarn3": "^7.0.2",
71-
"@xylabs/tsconfig": "^7.0.2",
72-
"@xylabs/tsconfig-dom": "^7.0.2",
73-
"@xylabs/tsconfig-react": "^7.0.2",
74-
"@xyo-network/account": "^5.0.0",
75-
"@xyo-network/node-memory": "^5.0.0",
76-
"react": "^19.1.1",
77-
"react-dom": "^19.1.1",
78-
"storybook": "^9.0.18",
79-
"typescript": "^5.8.3",
80-
"vite": "^7.0.6"
65+
"@mui/icons-material": "~7.3.1",
66+
"@mui/material": "~7.3.1",
67+
"@storybook/react-vite": "~9.1.2",
68+
"@types/react": "~19.1.10",
69+
"@xylabs/events": "~5.0.8",
70+
"@xylabs/ts-scripts-yarn3": "~7.1.1",
71+
"@xylabs/tsconfig": "~7.1.1",
72+
"@xylabs/tsconfig-dom": "~7.1.1",
73+
"@xylabs/tsconfig-react": "~7.1.1",
74+
"@xyo-network/account": "~5.0.5",
75+
"@xyo-network/node-memory": "~5.0.5",
76+
"react": "~19.1.1",
77+
"react-dom": "~19.1.1",
78+
"storybook": "~9.1.2",
79+
"typescript": "~5.9.2",
80+
"vite": "~7.1.2"
8181
},
8282
"peerDependencies": {
8383
"@mui/icons-material": ">=6 <8",
8484
"@mui/material": ">=6 <8",
85-
"react": "^19",
86-
"react-dom": "^19"
85+
"react": "~19",
86+
"react-dom": "~19"
8787
},
8888
"publishConfig": {
8989
"access": "public"

packages/modules/packages/diviner/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@
4343
"src"
4444
],
4545
"dependencies": {
46-
"@xylabs/exists": "^5.0.0",
47-
"@xyo-network/diviner-model": "^5.0.0",
48-
"@xyo-network/module-model": "^5.0.0",
46+
"@xylabs/exists": "~5.0.8",
47+
"@xyo-network/diviner-model": "~5.0.5",
48+
"@xyo-network/module-model": "~5.0.5",
4949
"@xyo-network/react-node": "workspace:^"
5050
},
5151
"devDependencies": {
52-
"@xylabs/ts-scripts-yarn3": "^7.0.2",
53-
"@xylabs/tsconfig": "^7.0.2",
54-
"@xylabs/tsconfig-dom": "^7.0.2",
55-
"@xylabs/tsconfig-react": "^7.0.2",
56-
"typescript": "^5.8.3"
52+
"@xylabs/ts-scripts-yarn3": "~7.1.1",
53+
"@xylabs/tsconfig": "~7.1.1",
54+
"@xylabs/tsconfig-dom": "~7.1.1",
55+
"@xylabs/tsconfig-react": "~7.1.1",
56+
"typescript": "~5.9.2"
5757
},
5858
"peerDependencies": {
5959
"@mui/icons-material": ">=6 <8",
6060
"@mui/material": ">=6 <8",
61-
"react": "^19",
62-
"react-dom": "^19"
61+
"react": "~19",
62+
"react-dom": "~19"
6363
},
6464
"publishConfig": {
6565
"access": "public"

packages/modules/packages/module/package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -43,42 +43,42 @@
4343
"src"
4444
],
4545
"dependencies": {
46-
"@xylabs/eth-address": "^5.0.0",
47-
"@xylabs/react-button": "^7.0.0",
48-
"@xylabs/react-crypto": "^7.0.0",
49-
"@xylabs/react-flexbox": "^7.0.0",
50-
"@xylabs/react-promise": "^7.0.0",
51-
"@xyo-network/diviner-model": "^5.0.0",
52-
"@xyo-network/module-model": "^5.0.0",
46+
"@xylabs/eth-address": "~5.0.8",
47+
"@xylabs/react-button": "~7.0.1",
48+
"@xylabs/react-crypto": "~7.0.1",
49+
"@xylabs/react-flexbox": "~7.0.1",
50+
"@xylabs/react-promise": "~7.0.1",
51+
"@xyo-network/diviner-model": "~5.0.5",
52+
"@xyo-network/module-model": "~5.0.5",
5353
"@xyo-network/react-shared": "workspace:^"
5454
},
5555
"devDependencies": {
56-
"@mui/icons-material": "^7.2.0",
57-
"@mui/material": "^7.2.0",
58-
"@storybook/react-vite": "^9.0.18",
59-
"@types/react": "^19.1.9",
60-
"@xylabs/hex": "^5.0.0",
61-
"@xylabs/react-async-effect": "^7.0.0",
62-
"@xylabs/ts-scripts-yarn3": "^7.0.2",
63-
"@xylabs/tsconfig": "^7.0.2",
64-
"@xylabs/tsconfig-dom": "^7.0.2",
65-
"@xylabs/tsconfig-react": "^7.0.2",
66-
"@xyo-network/archivist": "^5.0.0",
67-
"@xyo-network/archivist-memory": "^5.0.0",
68-
"@xyo-network/crypto-asset-plugin": "^5.0.0",
69-
"@xyo-network/diviner-address-history": "^5.0.0",
70-
"@xyo-network/node-memory": "^5.0.0",
71-
"react": "^19.1.1",
72-
"react-dom": "^19.1.1",
73-
"storybook": "^9.0.18",
74-
"typescript": "^5.8.3",
75-
"vite": "^7.0.6"
56+
"@mui/icons-material": "~7.3.1",
57+
"@mui/material": "~7.3.1",
58+
"@storybook/react-vite": "~9.1.2",
59+
"@types/react": "~19.1.10",
60+
"@xylabs/hex": "~5.0.8",
61+
"@xylabs/react-async-effect": "~7.0.1",
62+
"@xylabs/ts-scripts-yarn3": "~7.1.1",
63+
"@xylabs/tsconfig": "~7.1.1",
64+
"@xylabs/tsconfig-dom": "~7.1.1",
65+
"@xylabs/tsconfig-react": "~7.1.1",
66+
"@xyo-network/archivist": "~5.0.5",
67+
"@xyo-network/archivist-memory": "~5.0.5",
68+
"@xyo-network/crypto-asset-plugin": "~5.0.1",
69+
"@xyo-network/diviner-address-history": "~5.0.5",
70+
"@xyo-network/node-memory": "~5.0.5",
71+
"react": "~19.1.1",
72+
"react-dom": "~19.1.1",
73+
"storybook": "~9.1.2",
74+
"typescript": "~5.9.2",
75+
"vite": "~7.1.2"
7676
},
7777
"peerDependencies": {
7878
"@mui/icons-material": ">=6 <8",
7979
"@mui/material": ">=6 <8",
80-
"react": "^19",
81-
"react-dom": "^19"
80+
"react": "~19",
81+
"react-dom": "~19"
8282
},
8383
"publishConfig": {
8484
"access": "public"

0 commit comments

Comments
 (0)