|
21 | 21 | "build": "pnpm exec tsc --build", |
22 | 22 | "tsc": "pnpm exec tsc --watch --pretty --preserveWatchOutput", |
23 | 23 | "clean": "rm -rf dist node_modules", |
24 | | - "test": "pnpm exec jest" |
| 24 | + "test": "pnpm exec jest", |
| 25 | + "depcheck": "pnpx depcheck --ignores=@types/jest,@types/node" |
25 | 26 | }, |
26 | 27 | "dependencies": { |
27 | 28 | "@cocalc/backend": "workspace:*", |
28 | 29 | "@cocalc/util": "workspace:*", |
29 | | - "@langchain/anthropic": "^0.3.4", |
30 | | - "@langchain/core": "^0.3.13", |
31 | | - "@langchain/google-genai": "^0.1.5", |
| 30 | + "@langchain/anthropic": "^1.1.0", |
| 31 | + "@langchain/core": "^1.0.6", |
| 32 | + "@langchain/google-genai": "^1.0.3", |
32 | 33 | "@langchain/mistralai": "^1.0.0", |
33 | | - "@langchain/openai": "^0.3.3", |
34 | | - "@langchain/ollama": "^0.1.6" |
| 34 | + "@langchain/ollama": "^1.0.1", |
| 35 | + "@langchain/openai": "^1.1.2" |
35 | 36 | }, |
36 | 37 | "devDependencies": { |
37 | | - "@types/debug": "^4.1.12", |
38 | | - "@types/lodash": "^4.17.12", |
39 | | - "@types/jest": "^29.5.14", |
40 | | - "@types/node": "^18.16.14", |
41 | | - "@types/pkg-dir": "^2.0.1", |
42 | | - "jest": "^29.7.0", |
43 | | - "ts-jest": "^29.3.4" |
| 38 | + "@types/jest": "^30.0.0", |
| 39 | + "@types/node": "^22.10.10", |
| 40 | + "jest": "^30.2.0", |
| 41 | + "ts-jest": "^29.4.5" |
44 | 42 | }, |
45 | 43 | "repository": { |
46 | 44 | "type": "git", |
|
0 commit comments