|
10 | 10 | }, |
11 | 11 | "private": false, |
12 | 12 | "engines": { |
13 | | - "node": ">=18.0.0" |
| 13 | + "node": ">=18.20.4" |
14 | 14 | }, |
15 | 15 | "bin": { |
16 | 16 | "cyclone-ui": "./bin/run.js", |
|
25 | 25 | ], |
26 | 26 | "dependencies": { |
27 | 27 | "@clack/prompts": "^0.7.0", |
28 | | - "@oclif/core": "^4.0.22", |
29 | | - "@oclif/plugin-autocomplete": "^3.0.13", |
30 | | - "@oclif/plugin-help": "^6.0.20", |
31 | | - "@oclif/plugin-not-found": "^3.1.2", |
32 | | - "@oclif/plugin-plugins": "^5.0.7", |
33 | | - "@oclif/plugin-search": "^1.0.21", |
34 | | - "@oclif/plugin-update": "^4.2.4", |
35 | | - "@oclif/plugin-version": "^2.0.16", |
36 | | - "@oclif/plugin-warn-if-update-available": "^3.0.15", |
| 28 | + "@oclif/core": "^4.0.28", |
| 29 | + "@oclif/plugin-autocomplete": "^3.2.6", |
| 30 | + "@oclif/plugin-help": "^6.2.15", |
| 31 | + "@oclif/plugin-not-found": "^3.2.22", |
| 32 | + "@oclif/plugin-plugins": "^5.4.15", |
| 33 | + "@oclif/plugin-search": "^1.2.12", |
| 34 | + "@oclif/plugin-update": "^4.6.4", |
| 35 | + "@oclif/plugin-version": "^2.2.15", |
| 36 | + "@oclif/plugin-warn-if-update-available": "^3.1.19", |
37 | 37 | "@storm-software/config": "latest", |
38 | 38 | "@storm-software/config-tools": "latest", |
39 | 39 | "@storm-stack/errors": "latest", |
40 | 40 | "@storm-stack/types": "latest", |
41 | | - "@trpc/client": "11.0.0-rc.382", |
42 | | - "@trpc/server": "11.0.0-rc.382", |
43 | | - "chroma-js": "^2.4.2", |
| 41 | + "@trpc/client": "11.0.0-rc.571", |
| 42 | + "@trpc/server": "11.0.0-rc.571", |
| 43 | + "chroma-js": "^2.6.0", |
44 | 44 | "execa": "^8.0.1", |
45 | 45 | "fs-extra": "^11.2.0", |
46 | 46 | "zod": "^3.23.8" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@cloudflare/workers-types": "^4.20240909.0", |
| 49 | + "@cloudflare/workers-types": "^4.20241011.0", |
50 | 50 | "@oclif/prettier-config": "^0.2.1", |
51 | | - "@oclif/test": "^3.2.8", |
| 51 | + "@oclif/test": "^3.2.15", |
52 | 52 | "@types/fs-extra": "^11.0.4", |
53 | | - "eslint-config-oclif": "^5.1.1", |
54 | | - "eslint-config-oclif-typescript": "^3.1.3", |
55 | | - "oclif": "^4.14.33", |
56 | | - "ts-node": "^10.9.1" |
| 53 | + "eslint-config-oclif": "^5.2.1", |
| 54 | + "eslint-config-oclif-typescript": "^3.1.12", |
| 55 | + "oclif": "^4.15.8", |
| 56 | + "ts-node": "^10.9.2" |
57 | 57 | }, |
58 | 58 | "publishConfig": { |
59 | 59 | "access": "public" |
|
0 commit comments