|
14 | 14 | "format:check": "dprint check" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@ai-sdk/anthropic": "^2.0.22", |
18 | | - "@ai-sdk/react": "^2.0.59", |
19 | | - "@apollo/client": "4.0.6", |
| 17 | + "@ai-sdk/anthropic": "^2.0.23", |
| 18 | + "@ai-sdk/react": "^2.0.60", |
| 19 | + "@apollo/client": "4.0.7", |
20 | 20 | "@apollo/client-integration-nextjs": "^0.13.2", |
21 | 21 | "@bprogress/next": "^3.2.12", |
22 | 22 | "@codemirror/lang-sql": "^6.10.0", |
23 | | - "@graphql-codegen/client-preset": "^5.0.1", |
| 23 | + "@graphql-codegen/client-preset": "^5.0.2", |
24 | 24 | "@hookform/resolvers": "^5.2.2", |
25 | 25 | "@radix-ui/react-alert-dialog": "^1.1.15", |
26 | 26 | "@radix-ui/react-avatar": "^1.1.10", |
|
37 | 37 | "@radix-ui/react-toggle": "^1.1.10", |
38 | 38 | "@radix-ui/react-toggle-group": "^1.1.11", |
39 | 39 | "@radix-ui/react-tooltip": "^1.2.8", |
40 | | - "@swc-contrib/plugin-graphql-codegen-client-preset": "^0.7.0", |
| 40 | + "@swc-contrib/plugin-graphql-codegen-client-preset": "^0.8.0", |
41 | 41 | "@tailwindcss/typography": "^0.5.19", |
42 | 42 | "@tanstack/react-table": "^8.21.3", |
43 | 43 | "@uiw/react-codemirror": "^4.25.2", |
44 | | - "ai": "^5.0.59", |
| 44 | + "ai": "^5.0.60", |
45 | 45 | "babel-plugin-react-compiler": "19.1.0-rc.3", |
46 | 46 | "class-variance-authority": "^0.7.1", |
47 | 47 | "clsx": "^2.1.1", |
48 | 48 | "foxact": "^0.2.49", |
49 | 49 | "graphql": "^16.11.0", |
50 | 50 | "lucide-react": "^0.544.0", |
51 | | - "next": "15.6.0-canary.34", |
| 51 | + "next": "15.6.0-canary.42", |
52 | 52 | "next-themes": "^0.4.6", |
53 | | - "react": "19.2.0-canary-df38ac9a-20250926", |
| 53 | + "react": "19.3.0-canary-4fdf7cf2-20251003", |
54 | 54 | "react-codemirror-merge": "^4.25.2", |
55 | | - "react-dom": "19.2.0-canary-df38ac9a-20250926", |
56 | | - "react-hook-form": "^7.63.0", |
| 55 | + "react-dom": "19.3.0-canary-4fdf7cf2-20251003", |
| 56 | + "react-hook-form": "^7.64.0", |
57 | 57 | "react-remark": "^2.1.0", |
58 | 58 | "remark": "^15.0.1", |
59 | 59 | "remark-html": "^16.0.1", |
60 | 60 | "shiki": "^3.13.0", |
61 | 61 | "sonner": "^2.0.7", |
62 | | - "sql-formatter": "^15.6.9", |
| 62 | + "sql-formatter": "^15.6.10", |
63 | 63 | "streamdown": "^1.3.0", |
64 | 64 | "tailwind-merge": "^3.3.1", |
65 | 65 | "zod": "^4.1.11" |
|
71 | 71 | "@graphql-codegen/schema-ast": "^5.0.0", |
72 | 72 | "@graphql-typed-document-node/core": "^3.2.0", |
73 | 73 | "@parcel/watcher": "^2.5.1", |
74 | | - "@tailwindcss/postcss": "^4.1.13", |
75 | | - "@types/node": "^24.5.2", |
76 | | - "@types/react": "^19.1.15", |
77 | | - "@types/react-dom": "^19.1.9", |
78 | | - "@typescript-eslint/parser": "^8.44.1", |
| 74 | + "@tailwindcss/postcss": "^4.1.14", |
| 75 | + "@types/node": "^24.6.2", |
| 76 | + "@types/react": "^19.2.0", |
| 77 | + "@types/react-dom": "^19.2.0", |
| 78 | + "@typescript-eslint/parser": "^8.45.0", |
79 | 79 | "dprint": "^0.50.2", |
80 | | - "eslint": "^9.36.0", |
81 | | - "eslint-config-next": "15.5.4", |
| 80 | + "eslint": "^9.37.0", |
| 81 | + "eslint-config-next": "15.6.0-canary.42", |
82 | 82 | "eslint-plugin-better-tailwindcss": "^3.7.9", |
83 | | - "eslint-plugin-react-hooks": "^5.2.0", |
84 | | - "tailwindcss": "^4.1.13", |
| 83 | + "tailwindcss": "^4.1.14", |
85 | 84 | "tw-animate-css": "^1.4.0", |
86 | | - "typescript": "^5.9.2" |
| 85 | + "typescript": "^5.9.3" |
87 | 86 | } |
88 | 87 | } |
0 commit comments