|
22 | 22 | "check-node-version": "node ./scripts/check-node-version.mjs", |
23 | 23 | "start": "node ./scripts/check-node-version.mjs && tsx ./src/helloWorldRunner.ts", |
24 | 24 | "start-sample": "node ./scripts/check-node-version.mjs && tsx ./src/index.ts", |
25 | | - "updo": "npx npm-check -u" |
| 25 | + "updo": "npx npm-check-updates -i" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@xylabs/assert": "~5.0.3", |
29 | | - "@xylabs/delay": "~5.0.3", |
30 | | - "@xylabs/typeof": "~5.0.3", |
31 | | - "@xylabs/tsconfig": "~5.0.3", |
32 | | - "@xyo-network/payload-builder": "~5.0.0", |
33 | | - "@xyo-network/wallet": "~5.0.0", |
34 | | - "@xyo-network/xl1-protocol": "~1.9.3", |
35 | | - "@xyo-network/xl1-protocol-sdk": "~1.10.0", |
36 | | - "@xyo-network/xl1-rpc": "~1.10.0", |
| 28 | + "@xylabs/assert": "~5.0.10", |
| 29 | + "@xylabs/delay": "~5.0.10", |
| 30 | + "@xylabs/typeof": "~5.0.10", |
| 31 | + "@xylabs/tsconfig": "~7.1.3", |
| 32 | + "@xyo-network/payload-builder": "~5.0.7", |
| 33 | + "@xyo-network/wallet": "~5.0.7", |
| 34 | + "@xyo-network/xl1-protocol": "~1.10.15", |
| 35 | + "@xyo-network/xl1-protocol-sdk": "~1.12.6", |
| 36 | + "@xyo-network/xl1-rpc": "~1.12.6", |
37 | 37 | "dotenv": "~17.2.1" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@types/node": "~24.2.0", |
41 | | - "@xylabs/eslint-config-flat": "~7.1.0", |
42 | | - "@xyo-network/payload-model": "~5.0.0", |
43 | | - "@xyo-network/xl1-cli": "~1.10.0", |
44 | | - "eslint": "~9.32.0", |
| 40 | + "@types/node": "~24.3.0", |
| 41 | + "@xylabs/eslint-config-flat": "~7.1.3", |
| 42 | + "@xyo-network/payload-model": "~5.0.7", |
| 43 | + "@xyo-network/xl1-cli": "~1.12.6", |
| 44 | + "eslint": "~9.33.0", |
45 | 45 | "eslint-import-resolver-typescript": "~4.4.4", |
46 | | - "npm-check": "~6.0.1", |
47 | | - "tsx": "~4.20.3", |
48 | | - "typescript": "~5.8.3" |
| 46 | + "npm-check-updates": "~18.0.2", |
| 47 | + "tsx": "~4.20.4", |
| 48 | + "typedoc": "0.28.10", |
| 49 | + "typedoc-plugin-markdown": "~4.8.1", |
| 50 | + "typescript": "~5.9.2" |
49 | 51 | }, |
50 | 52 | "engines": { |
51 | 53 | "node": ">=22.0.0 <23.0.0 || >=24.0.0 <25.0.0" |
|
0 commit comments