|
33 | 33 | "build:npm": "./build-npm.ts", |
34 | 34 | "build:single": "./build.ts --single", |
35 | 35 | "start": "bun --watch --conditions=browser src/index.tsx", |
36 | | - "client": "bun example/client.ts" |
| 36 | + "client": "bun example/client.ts", |
| 37 | + "typecheck": "tsc --noEmit" |
37 | 38 | }, |
38 | 39 | "dependencies": { |
39 | 40 | "@effect/ai": "^0.32.1", |
40 | | - "@effect/experimental": "^0.57.11", |
41 | | - "@effect/language-service": "^0.62.1", |
42 | | - "@effect/platform": "^0.93.6", |
43 | | - "@effect/platform-bun": "^0.86.0", |
44 | | - "@effect/platform-node": "^0.103.0", |
45 | | - "@effect/rpc": "^0.72.2", |
46 | | - "@opentui/core": "^0.1.60", |
47 | | - "@opentui/solid": "^0.1.60", |
| 41 | + "@effect/experimental": "^0.58.0", |
| 42 | + "@effect/language-service": "^0.76.0", |
| 43 | + "@effect/platform": "^0.94.5", |
| 44 | + "@effect/platform-bun": "^0.87.1", |
| 45 | + "@effect/platform-node": "^0.104.1", |
| 46 | + "@effect/rpc": "^0.73.2", |
| 47 | + "@opentui/core": "^0.1.82", |
| 48 | + "@opentui/solid": "^0.1.82", |
48 | 49 | "beautiful-mermaid": "^0.1.3", |
49 | | - "effect": "^3.19.10", |
| 50 | + "effect": "^3.19.19", |
50 | 51 | "recast": "^0.23.11", |
51 | 52 | "solid-js": "1.9.9", |
52 | 53 | "ws": "^8.18.3" |
|
0 commit comments