|
10 | 10 | "lint": "tsc -p convex && eslint convex" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@ai-sdk/openai": "^1.3.7", |
| 13 | + "@ai-sdk/openai": "^1.3.9", |
14 | 14 | "@convex-dev/agent": "file:..", |
15 | 15 | "@convex-dev/workflow": "^0.2.1", |
16 | 16 | "@hookform/resolvers": "^5.0.1", |
17 | | - "@radix-ui/react-accordion": "^1.2.3", |
18 | | - "@radix-ui/react-checkbox": "^1.1.4", |
19 | | - "@radix-ui/react-label": "^2.1.2", |
20 | | - "@radix-ui/react-select": "^2.1.6", |
| 17 | + "@radix-ui/react-accordion": "^1.2.4", |
| 18 | + "@radix-ui/react-checkbox": "^1.1.5", |
| 19 | + "@radix-ui/react-label": "^2.1.3", |
| 20 | + "@radix-ui/react-select": "^2.1.7", |
21 | 21 | "@radix-ui/react-slot": "^1.1.2", |
22 | | - "@radix-ui/react-toast": "^1.2.6", |
| 22 | + "@radix-ui/react-toast": "^1.2.7", |
23 | 23 | "class-variance-authority": "^0.7.1", |
24 | 24 | "clsx": "^2.1.1", |
25 | 25 | "lucide-react": "^0.487.0", |
26 | | - "react": "^19.0.0", |
27 | | - "react-dom": "^19.0.0", |
| 26 | + "react": "^19.1.0", |
| 27 | + "react-dom": "^19.1.0", |
28 | 28 | "react-hook-form": "^7.55.0", |
29 | 29 | "react-markdown": "^10.1.0", |
30 | 30 | "react-router-dom": "^7.5.0", |
31 | | - "tailwind-merge": "^3.1.0", |
| 31 | + "tailwind-merge": "^3.2.0", |
32 | 32 | "tailwindcss-animate": "^1.0.7", |
33 | 33 | "zod": "^3.24.2" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | 36 | "@eslint/js": "^9.21.0", |
37 | 37 | "@tailwindcss/typography": "^0.5.16", |
38 | | - "@types/node": "^22.13.10", |
39 | | - "@types/react": "^19.0.10", |
40 | | - "@types/react-dom": "^19.0.4", |
| 38 | + "@types/node": "^22.14.0", |
| 39 | + "@types/react": "^19.1.0", |
| 40 | + "@types/react-dom": "^19.1.1", |
41 | 41 | "@vitejs/plugin-react": "^4.3.4", |
42 | | - "autoprefixer": "~10", |
| 42 | + "autoprefixer": "^10.4.21", |
43 | 43 | "dotenv": "^16.4.7", |
44 | | - "eslint": "^9.21.0", |
45 | | - "eslint-plugin-react-hooks": "^5.1.0", |
| 44 | + "eslint": "^9.24.0", |
| 45 | + "eslint-plugin-react-hooks": "^5.2.0", |
46 | 46 | "eslint-plugin-react-refresh": "^0.4.19", |
47 | 47 | "globals": "^15.15.0", |
48 | 48 | "npm-run-all": "^4.1.5", |
49 | | - "postcss": "~8", |
| 49 | + "postcss": "^8.5.3", |
50 | 50 | "prettier": "^3.5.3", |
51 | | - "tailwindcss": "~3", |
| 51 | + "tailwindcss": "^3.4.17", |
52 | 52 | "typescript": "~5.7.2", |
53 | | - "typescript-eslint": "^8.24.1", |
54 | | - "vite": "^6.2.0" |
| 53 | + "typescript-eslint": "^8.29.1", |
| 54 | + "vite": "^6.2.5" |
55 | 55 | } |
56 | 56 | } |
0 commit comments