Skip to content

Commit 6624912

Browse files
committed
updo
1 parent 07fe637 commit 6624912

File tree

95 files changed

+380
-403
lines changed

Some content is hidden

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

95 files changed

+380
-403
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
"@typescript-eslint/eslint-plugin": "^8.37.0",
6868
"@typescript-eslint/parser": "^8.37.0",
6969
"@vitejs/plugin-react-swc": "^3.10.2",
70-
"@xylabs/eslint-config-flat": "^6.5.18",
71-
"@xylabs/eslint-config-react-flat": "^6.5.18",
70+
"@xylabs/eslint-config-flat": "next",
71+
"@xylabs/eslint-config-react-flat": "next",
7272
"@xylabs/react-invertible-theme": "^6.3.10",
7373
"@xylabs/react-theme": "^6.3.10",
74-
"@xylabs/ts-scripts-yarn3": "^6.5.18",
75-
"@xylabs/tsconfig-react": "^6.5.18",
74+
"@xylabs/ts-scripts-yarn3": "next",
75+
"@xylabs/tsconfig-react": "next",
7676
"chromatic": "^13.1.2",
7777
"copyfiles": "^2.4.1",
7878
"dotenv": "^17.2.0",

packages/modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@mui/icons-material": "^7.2.0",
5353
"@mui/material": "^7.2.0",
5454
"@types/react": "^19.1.8",
55-
"@xylabs/ts-scripts-yarn3": "^6.5.18",
56-
"@xylabs/tsconfig-react": "^6.5.18",
55+
"@xylabs/ts-scripts-yarn3": "next",
56+
"@xylabs/tsconfig-react": "next",
5757
"react": "^19.1.0",
5858
"react-dom": "^19.1.0",
5959
"typescript": "^5.8.3"

packages/modules/packages/archivist/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@
6262
"@mui/material": "^7.2.0",
6363
"@storybook/react-vite": "^9.0.16",
6464
"@types/react": "^19.1.8",
65-
"@xylabs/ts-scripts-yarn3": "^6.5.18",
66-
"@xylabs/tsconfig-react": "^6.5.18",
65+
"@xylabs/ts-scripts-yarn3": "next",
66+
"@xylabs/tsconfig-react": "next",
6767
"@xyo-network/account": "^4.1.1",
68-
"@xyo-network/module-events": "^4.1.1",
6968
"@xyo-network/node-memory": "^4.1.1",
7069
"react": "^19.1.0",
7170
"react-dom": "^19.1.0",

packages/modules/packages/archivist/src/components/Card/components/Stats/MemoryArchivistStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import type { EventUnsubscribeFunction } from '@xylabs/events'
12
import { useAsyncEffect } from '@xylabs/react-async-effect'
23
import type { ArchivistInstance } from '@xyo-network/archivist-model'
34
import { ArchivistAllQuerySchema } from '@xyo-network/archivist-model'
45
import { asBoundWitness, BoundWitnessSchema } from '@xyo-network/boundwitness-model'
5-
import type { EventUnsubscribeFunction } from '@xyo-network/module-events'
66
import type { Payload } from '@xyo-network/payload-model'
77
import React, {
88
useCallback, useEffect, useMemo, useState,

packages/modules/packages/diviner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@xyo-network/react-node": "workspace:^"
4646
},
4747
"devDependencies": {
48-
"@xylabs/ts-scripts-yarn3": "^6.5.18",
49-
"@xylabs/tsconfig-react": "^6.5.18",
48+
"@xylabs/ts-scripts-yarn3": "next",
49+
"@xylabs/tsconfig-react": "next",
5050
"typescript": "^5.8.3"
5151
},
5252
"peerDependencies": {

packages/modules/packages/module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@storybook/react-vite": "^9.0.16",
5555
"@types/react": "^19.1.8",
5656
"@xylabs/react-async-effect": "^6.3.10",
57-
"@xylabs/ts-scripts-yarn3": "^6.5.18",
58-
"@xylabs/tsconfig-react": "^6.5.18",
57+
"@xylabs/ts-scripts-yarn3": "next",
58+
"@xylabs/tsconfig-react": "next",
5959
"@xyo-network/archivist": "^4.1.1",
6060
"@xyo-network/archivist-memory": "^4.1.1",
6161
"@xyo-network/crypto-asset-plugin": "^4.0.0",

packages/modules/packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"@storybook/react-vite": "^9.0.16",
6363
"@types/react": "^19.1.8",
6464
"@xylabs/object": "^4.13.15",
65-
"@xylabs/ts-scripts-yarn3": "^6.5.18",
66-
"@xylabs/tsconfig-react": "^6.5.18",
65+
"@xylabs/ts-scripts-yarn3": "next",
66+
"@xylabs/tsconfig-react": "next",
6767
"@xyo-network/node-memory": "^4.1.1",
6868
"@xyo-network/payload-model": "^4.1.1",
6969
"@xyo-network/react-storybook": "workspace:^",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"devDependencies": {
4747
"@mui/material": "^7.2.0",
4848
"@types/react": "^19.1.8",
49-
"@xylabs/ts-scripts-yarn3": "^6.5.18",
50-
"@xylabs/tsconfig-react": "^6.5.18",
49+
"@xylabs/ts-scripts-yarn3": "next",
50+
"@xylabs/tsconfig-react": "next",
5151
"react": "^19.1.0",
5252
"react-dom": "^19.1.0",
5353
"typescript": "^5.8.3"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@mui/icons-material": "^7.2.0",
5252
"@mui/material": "^7.2.0",
5353
"@types/react": "^19.1.8",
54-
"@xylabs/ts-scripts-yarn3": "^6.5.18",
55-
"@xylabs/tsconfig-react": "^6.5.18",
54+
"@xylabs/ts-scripts-yarn3": "next",
55+
"@xylabs/tsconfig-react": "next",
5656
"react": "^19.1.0",
5757
"react-dom": "^19.1.0",
5858
"typescript": "^5.8.3"

packages/modules/packages/sentinal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"@mui/material": "^7.2.0",
6767
"@storybook/react-vite": "^9.0.16",
6868
"@types/react": "^19.1.8",
69-
"@xylabs/ts-scripts-yarn3": "^6.5.18",
70-
"@xylabs/tsconfig-react": "^6.5.18",
69+
"@xylabs/ts-scripts-yarn3": "next",
70+
"@xylabs/tsconfig-react": "next",
7171
"@xyo-network/account": "^4.1.1",
7272
"@xyo-network/evm-call-witness": "^4.0.0",
7373
"@xyo-network/manifest": "^4.1.1",

0 commit comments

Comments
 (0)