diff options
Diffstat (limited to 'js/package.json')
| -rw-r--r-- | js/package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/js/package.json b/js/package.json index f407f3eac..8504de450 100644 --- a/js/package.json +++ b/js/package.json @@ -9,7 +9,9 @@ "devDependencies": { "@tsconfig/bun": "^1.0.7", "@types/bun": "latest", + "@types/jsdom": "^21.1.7", "@types/react": "18", + "@types/turndown": "^5.0.5", "ink": "^5.2.1", "ink-text-input": "^6.0.0", "react": "^18.0.0" @@ -18,16 +20,18 @@ "typescript": "5" }, "dependencies": { - "@ai-sdk/anthropic": "^2.0.0-alpha.2", + "@ai-sdk/anthropic": "^2.0.0-alpha.4", "@flystorage/file-storage": "^1.1.0", "@flystorage/local-fs": "^1.1.0", "@hono/zod-validator": "^0.5.0", - "ai": "^5.0.0-alpha.2", + "ai": "^5.0.0-alpha.4", "cac": "^6.7.14", "clipanion": "^4.0.0-rc.4", "hono": "^4.7.10", "hono-openapi": "^0.4.8", + "jsdom": "^26.1.0", "ts-lsp-client": "^1.0.3", + "turndown": "^7.2.0", "vscode-jsonrpc": "^8.2.1", "vscode-languageclient": "8", "zod": "^3.25.3", |
