|
17 | 17 | "dependencies": { |
18 | 18 | "@huggingface/transformers": "^4.2.0", |
19 | 19 | "@langchain/community": "^1.1.29", |
20 | | - "@langchain/core": "^1.2.1", |
| 20 | + "@langchain/core": "^1.2.2", |
21 | 21 | "@langchain/langgraph": "^1.4.7", |
22 | | - "@llamaindex/liteparse-wasm": "^2.2.1", |
| 22 | + "@llamaindex/liteparse-wasm": "^2.5.0", |
23 | 23 | "@pdf-lib/fontkit": "^1.1.1", |
24 | | - "@pdfme/pdf-lib": "^6.1.10", |
25 | | - "jszip": "^3.10.1", |
26 | | - "lucide-react": "^1.21.0", |
27 | | - "motion": "^12.42.0", |
| 24 | + "@pdfme/pdf-lib": "^6.1.11", |
| 25 | + "lucide-react": "^1.23.0", |
| 26 | + "motion": "^12.42.2", |
28 | 27 | "node-forge": "^1.4.0", |
29 | 28 | "ogl": "^1.0.11", |
30 | | - "pdfjs-dist": "^6.0.227", |
31 | | - "qrcode-generator": "^2.0.4", |
| 29 | + "pdfjs-dist": "^6.1.200", |
32 | 30 | "react": "^19.2.7", |
33 | 31 | "react-dom": "^19.2.7", |
34 | 32 | "react-markdown": "^10.1.0", |
|
37 | 35 | "workbox-window": "^7.4.1" |
38 | 36 | }, |
39 | 37 | "devDependencies": { |
40 | | - "@tailwindcss/vite": "^4.3.1", |
| 38 | + "@tailwindcss/vite": "^4.3.2", |
41 | 39 | "@types/node-forge": "^1.3.14", |
42 | 40 | "@types/react": "^19.2.17", |
43 | 41 | "@types/react-dom": "^19.2.3", |
44 | 42 | "@vite-pwa/assets-generator": "^1.0.2", |
45 | | - "@vitejs/plugin-react": "^6.0.2", |
46 | | - "@voidzero-dev/vite-plus-core": "^0.1.24", |
47 | | - "puppeteer-core": "^25.2.0", |
48 | | - "tailwindcss": "^4.3.1", |
49 | | - "typescript": "^6.0.3", |
50 | | - "vite": "npm:@voidzero-dev/vite-plus-core@^0.1.24", |
| 43 | + "@vitejs/plugin-react": "^6.0.3", |
| 44 | + "@voidzero-dev/vite-plus-core": "^0.2.4", |
| 45 | + "puppeteer-core": "^25.3.0", |
| 46 | + "tailwindcss": "^4.3.2", |
| 47 | + "typescript": "^7.0.2", |
| 48 | + "vite": "npm:@voidzero-dev/vite-plus-core@^0.2.4", |
51 | 49 | "vite-plugin-pwa": "^1.3.0", |
52 | | - "vite-plus": "^0.1.24", |
53 | | - "vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.24" |
| 50 | + "vite-plus": "^0.2.4", |
| 51 | + "vitest": "^4.1.10" |
54 | 52 | }, |
55 | 53 | "packageManager": "pnpm@10.32.1" |
56 | 54 | } |
0 commit comments