|
7 | 7 | "dev": "vite",
|
8 | 8 | "build": "tsc && vite build",
|
9 | 9 | "test": "vitest",
|
10 |
| - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 10 | + "lint": "eslint .", |
11 | 11 | "storybook": "storybook dev -p 6006",
|
12 | 12 | "build-storybook": "storybook build",
|
13 | 13 | "preview": "pnpm run build && wrangler pages dev ./dist",
|
14 | 14 | "deploy": "pnpm run build && wrangler pages deploy ./dist"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@ai-sdk/openai": "^1.0.0", |
18 |
| - "@ai-sdk/react": "^1.0.0", |
19 |
| - "@aws-amplify/ui-react": "^6.7.2", |
20 |
| - "@cloudflare/workers-types": "^4.20241218.0", |
| 17 | + "@ai-sdk/openai": "^1.0.11", |
| 18 | + "@ai-sdk/react": "^1.0.7", |
| 19 | + "@aws-amplify/ui-react": "^6.8.0", |
| 20 | + "@cloudflare/workers-types": "^4.20241224.0", |
21 | 21 | "@electric-sql/pglite": "^0.2.15",
|
22 | 22 | "@electric-sql/pglite-react": "^0.2.15",
|
23 | 23 | "@hookform/resolvers": "^3.9.1",
|
24 |
| - "@langchain/community": "^0.3.19", |
| 24 | + "@langchain/community": "^0.3.20", |
25 | 25 | "@langchain/core": "^0.3.26",
|
26 |
| - "@langchain/langgraph": "^0.2.34", |
| 26 | + "@langchain/langgraph": "^0.2.36", |
27 | 27 | "@langchain/openai": "^0.3.16",
|
28 | 28 | "@radix-ui/react-alert-dialog": "^1.1.4",
|
29 | 29 | "@radix-ui/react-avatar": "^1.1.2",
|
|
37 | 37 | "@radix-ui/react-slot": "^1.1.1",
|
38 | 38 | "@radix-ui/react-toast": "^1.2.4",
|
39 | 39 | "@radix-ui/react-tooltip": "^1.1.6",
|
40 |
| - "@tanstack/react-query": "^5.62.8", |
41 |
| - "@tanstack/react-query-devtools": "^5.62.8", |
42 |
| - "@types/react-router": "^5.1.0", |
43 |
| - "ai": "^4.0.0", |
| 40 | + "@tanstack/react-query": "^5.62.11", |
| 41 | + "@tanstack/react-query-devtools": "^5.62.11", |
| 42 | + "@types/react-router": "^5.1.20", |
| 43 | + "ai": "^4.0.22", |
44 | 44 | "aws-amplify": "^6.11.0",
|
45 | 45 | "class-variance-authority": "^0.7.1",
|
46 | 46 | "clsx": "^2.1.1",
|
47 | 47 | "common-tags": "^1.8.2",
|
48 |
| - "date-fns": "^3.6.0", |
49 |
| - "drizzle-orm": "^0.38.2", |
50 |
| - "drizzle-zod": "^0.6.0", |
51 |
| - "i18next": "^23.16.8", |
| 48 | + "date-fns": "^4.1.0", |
| 49 | + "drizzle-orm": "^0.38.3", |
| 50 | + "drizzle-zod": "^0.6.1", |
| 51 | + "i18next": "^24.2.0", |
52 | 52 | "i18next-browser-languagedetector": "^8.0.2",
|
53 |
| - "i18next-http-backend": "^2.7.1", |
54 |
| - "langchain": "^0.3.7", |
55 |
| - "lucide-react": "^0.417.0", |
| 53 | + "i18next-http-backend": "^3.0.1", |
| 54 | + "langchain": "^0.3.8", |
| 55 | + "lucide-react": "^0.469.0", |
56 | 56 | "nanoid": "^5.0.9",
|
57 |
| - "react": "^18.3.1", |
58 |
| - "react-day-picker": "8.10.1", |
59 |
| - "react-dom": "^18.3.1", |
| 57 | + "react": "^19.0.0", |
| 58 | + "react-day-picker": "9.5.0", |
| 59 | + "react-dom": "^19.0.0", |
60 | 60 | "react-dropzone": "^14.3.5",
|
61 | 61 | "react-hook-form": "^7.54.2",
|
62 |
| - "react-i18next": "^15.2.0", |
| 62 | + "react-i18next": "^15.3.0", |
63 | 63 | "react-markdown": "^9.0.1",
|
64 |
| - "react-router": "^7.1.0", |
| 64 | + "react-router": "^7.1.1", |
65 | 65 | "rehype-raw": "^7.0.0",
|
66 | 66 | "remark-gfm": "^4.0.0",
|
67 |
| - "tailwind-merge": "^2.5.5", |
| 67 | + "tailwind-merge": "^2.6.0", |
68 | 68 | "tailwindcss-animate": "^1.0.7",
|
69 | 69 | "tesseract.js": "^5.1.1",
|
70 |
| - "unpdf": "^0.11.0", |
| 70 | + "unpdf": "^0.12.1", |
71 | 71 | "zod": "^3.24.1",
|
72 |
| - "zustand": "^4.5.5" |
| 72 | + "zustand": "^5.0.2" |
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 | 75 | "@chromatic-com/storybook": "^3.2.3",
|
|
81 | 81 | "@storybook/react": "^8.4.7",
|
82 | 82 | "@storybook/react-vite": "^8.4.7",
|
83 | 83 | "@storybook/test": "^8.4.7",
|
84 |
| - "@tanstack/eslint-plugin-query": "^5.62.1", |
| 84 | + "@tanstack/eslint-plugin-query": "^5.62.9", |
85 | 85 | "@types/common-tags": "^1.8.4",
|
86 |
| - "@types/react": "^18.3.18", |
87 |
| - "@types/react-dom": "^18.3.5", |
88 |
| - "@typescript-eslint/eslint-plugin": "^7.18.0", |
89 |
| - "@typescript-eslint/parser": "^7.18.0", |
| 86 | + "@types/react": "^19.0.2", |
| 87 | + "@types/react-dom": "^19.0.2", |
| 88 | + "@typescript-eslint/eslint-plugin": "^8.18.2", |
| 89 | + "@typescript-eslint/parser": "^8.18.2", |
90 | 90 | "@vitejs/plugin-react": "^4.3.4",
|
91 | 91 | "autoprefixer": "^10.4.20",
|
92 |
| - "drizzle-kit": "^0.24.2", |
93 |
| - "eslint": "^8.57.1", |
94 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
| 92 | + "drizzle-kit": "^0.30.1", |
| 93 | + "typescript-eslint": "^8.18.2", |
| 94 | + "eslint": "^9.17.0", |
| 95 | + "eslint-plugin-react-hooks": "^5.1.0", |
95 | 96 | "eslint-plugin-react-refresh": "^0.4.16",
|
96 |
| - "eslint-plugin-storybook": "^0.8.0", |
| 97 | + "eslint-plugin-storybook": "^0.11.1", |
97 | 98 | "postcss": "^8.4.49",
|
98 | 99 | "storybook": "^8.4.7",
|
99 | 100 | "tailwindcss": "^3.4.17",
|
100 |
| - "vite": "^6.0.5", |
| 101 | + "globals": "^15.14.0", |
| 102 | + "vite": "^6.0.6", |
101 | 103 | "vitest": "^2.1.8",
|
102 | 104 | "wrangler": "^3.99.0"
|
103 | 105 | }
|
|
0 commit comments