Skip to content

Commit 5fd873f

Browse files
committed
deps, engines, and volta
1 parent f419f13 commit 5fd873f

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

package.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,35 +32,37 @@
3232
"@xylabs/delay": "~5.0.8",
3333
"@xylabs/hex": "~5.0.8",
3434
"@xylabs/typeof": "~5.0.8",
35+
"@xyo-network/id-payload-plugin": "~5.0.5",
3536
"@xyo-network/payload-builder": "~5.0.5",
37+
"@xyo-network/react-chain-model": "~1.12.1",
3638
"@xyo-network/react-chain-provider": "~1.12.1",
3739
"@xyo-network/xl1-protocol": "~1.10.13",
3840
"@xyo-network/xl1-rpc": "~1.12.0",
39-
"react": "~19.1.1"
41+
"react": "~19.1.1",
42+
"react-dom": "~19.1.1"
4043
},
4144
"devDependencies": {
4245
"@emotion/react": "~11.14.0",
4346
"@emotion/styled": "~11.14.1",
4447
"@types/react": "~19.1.10",
4548
"@types/react-dom": "~19.1.7",
4649
"@vitejs/plugin-react-swc": "~4.0.0",
47-
"@xylabs/assert": "~5.0.8",
48-
"@xylabs/hex": "~5.0.8",
4950
"@xylabs/tsconfig-react": "~7.1.2",
50-
"@xyo-network/id-payload-plugin": "~5.0.5",
51-
"@xyo-network/payload": "~5.0.5",
52-
"@xyo-network/react-chain-model": "~1.12.1",
53-
"@xyo-network/xl1-model": "~1.3.8",
51+
"@xyo-network/xl1-cli": "~1.10.0",
5452
"dotenv": "~17.2.1",
55-
"react": "~19.1.1",
56-
"react-dom": "~19.1.1",
57-
"react-router-dom": "~7.8.0",
5853
"typescript": "~5.9.2",
5954
"vite": "~7.1.2",
6055
"vite-plugin-top-level-await": "~1.6.0"
6156
},
57+
"engines": {
58+
"node": ">=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
59+
},
60+
"volta": {
61+
"node": "22.5.1",
62+
"yarn": "4.9.2",
63+
"npm": "10.9.2"
64+
},
6265
"publishConfig": {
6366
"access": "restricted"
64-
},
65-
"docs": "dist/docs.json"
67+
}
6668
}

0 commit comments

Comments
 (0)