Skip to content

Commit 629592f

Browse files
committed
pnpm
1 parent 747fa8a commit 629592f

File tree

161 files changed

+1197
-1080
lines changed

Some content is hidden

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

161 files changed

+1197
-1080
lines changed

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ logFilters:
2121

2222
nmHoistingLimits: none
2323

24-
nodeLinker: node-modules
24+
nodeLinker: pnpm
2525

2626
plugins:
2727
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
"@xylabs/react-invertible-theme": "^7.0.0",
7777
"@xylabs/react-theme": "^7.0.0",
7878
"@xylabs/ts-scripts-yarn3": "^7.0.2",
79+
"@xylabs/tsconfig": "^7.0.2",
80+
"@xylabs/tsconfig-dom": "^7.0.2",
7981
"@xylabs/tsconfig-react": "^7.0.2",
8082
"chromatic": "^13.1.2",
8183
"copyfiles": "^2.4.1",
@@ -88,8 +90,11 @@
8890
"react": "^19.1.1",
8991
"react-dom": "^19.1.1",
9092
"react-helmet": "^6.1.0",
93+
"react-is": "^19.1.1",
9194
"rimraf": "^6.0.1",
95+
"rollup": "^4.46.2",
9296
"storybook": "^9.0.18",
97+
"ts-api-utils": "^2.1.0",
9398
"typedoc": "^0.28.8",
9499
"typescript": "^5.8.3",
95100
"vite": "^7.0.6",

packages/modules/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
"@mui/material": "^7.2.0",
5858
"@types/react": "^19.1.9",
5959
"@xylabs/ts-scripts-yarn3": "^7.0.2",
60+
"@xylabs/tsconfig": "^7.0.2",
61+
"@xylabs/tsconfig-dom": "^7.0.2",
6062
"@xylabs/tsconfig-react": "^7.0.2",
6163
"react": "^19.1.1",
6264
"react-dom": "^19.1.1",

packages/modules/packages/archivist/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,16 @@
6868
"@types/react": "^19.1.9",
6969
"@xylabs/events": "^5.0.0",
7070
"@xylabs/ts-scripts-yarn3": "^7.0.2",
71+
"@xylabs/tsconfig": "^7.0.2",
72+
"@xylabs/tsconfig-dom": "^7.0.2",
7173
"@xylabs/tsconfig-react": "^7.0.2",
7274
"@xyo-network/account": "^5.0.0",
7375
"@xyo-network/node-memory": "^5.0.0",
7476
"react": "^19.1.1",
7577
"react-dom": "^19.1.1",
7678
"storybook": "^9.0.18",
77-
"typescript": "^5.8.3"
79+
"typescript": "^5.8.3",
80+
"vite": "^7.0.6"
7881
},
7982
"peerDependencies": {
8083
"@mui/icons-material": ">=6 <8",
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"compilerOptions": {
3-
"moduleResolution": "NodeNext",
4-
"module": "NodeNext",
5-
"typeRoots": [],
6-
},
2+
73
"exclude": ["dist", "docs", "packages", "node_modules"],
84
"extends": "@xylabs/tsconfig-react"
95
}

packages/modules/packages/diviner/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
},
5151
"devDependencies": {
5252
"@xylabs/ts-scripts-yarn3": "^7.0.2",
53+
"@xylabs/tsconfig": "^7.0.2",
54+
"@xylabs/tsconfig-dom": "^7.0.2",
5355
"@xylabs/tsconfig-react": "^7.0.2",
5456
"typescript": "^5.8.3"
5557
},
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"compilerOptions": {
3-
"moduleResolution": "NodeNext",
4-
"module": "NodeNext",
5-
"typeRoots": [],
6-
},
2+
73
"exclude": ["dist", "docs", "packages", "node_modules"],
84
"extends": "@xylabs/tsconfig-react"
95
}

packages/modules/packages/module/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
"@xylabs/hex": "^5.0.0",
6161
"@xylabs/react-async-effect": "^7.0.0",
6262
"@xylabs/ts-scripts-yarn3": "^7.0.2",
63+
"@xylabs/tsconfig": "^7.0.2",
64+
"@xylabs/tsconfig-dom": "^7.0.2",
6365
"@xylabs/tsconfig-react": "^7.0.2",
6466
"@xyo-network/archivist": "^5.0.0",
6567
"@xyo-network/archivist-memory": "^5.0.0",
@@ -69,7 +71,8 @@
6971
"react": "^19.1.1",
7072
"react-dom": "^19.1.1",
7173
"storybook": "^9.0.18",
72-
"typescript": "^5.8.3"
74+
"typescript": "^5.8.3",
75+
"vite": "^7.0.6"
7376
},
7477
"peerDependencies": {
7578
"@mui/icons-material": ">=6 <8",
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"compilerOptions": {
3-
"moduleResolution": "NodeNext",
4-
"module": "NodeNext",
5-
"typeRoots": [],
6-
},
2+
73
"exclude": ["dist", "docs", "packages", "node_modules"],
84
"extends": "@xylabs/tsconfig-react"
95
}

packages/modules/packages/node/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
"@types/react": "^19.1.9",
6868
"@xylabs/object": "^5.0.0",
6969
"@xylabs/ts-scripts-yarn3": "^7.0.2",
70+
"@xylabs/tsconfig": "^7.0.2",
71+
"@xylabs/tsconfig-dom": "^7.0.2",
7072
"@xylabs/tsconfig-react": "^7.0.2",
7173
"@xyo-network/node-memory": "^5.0.0",
7274
"@xyo-network/payload-model": "^5.0.0",
@@ -75,7 +77,8 @@
7577
"react": "^19.1.1",
7678
"react-dom": "^19.1.1",
7779
"storybook": "^9.0.18",
78-
"typescript": "^5.8.3"
80+
"typescript": "^5.8.3",
81+
"vite": "^7.0.6"
7982
},
8083
"peerDependencies": {
8184
"@mui/icons-material": ">=6 <8",

0 commit comments

Comments
 (0)