|
14 | 14 | "format:check": "dprint check" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@ai-sdk/anthropic": "^2.0.40", |
18 | | - "@ai-sdk/react": "^2.0.86", |
| 17 | + "@ai-sdk/anthropic": "^2.0.44", |
| 18 | + "@ai-sdk/react": "^2.0.92", |
19 | 19 | "@apollo/client": "4.0.9", |
20 | 20 | "@apollo/client-integration-nextjs": "^0.14.1", |
21 | 21 | "@bprogress/next": "^3.2.12", |
22 | 22 | "@codemirror/lang-sql": "^6.10.0", |
23 | 23 | "@graphql-codegen/client-preset": "^5.1.1", |
24 | 24 | "@hookform/resolvers": "^5.2.2", |
25 | | - "@posthog/ai": "^6.5.1", |
| 25 | + "@posthog/ai": "^7.0.0", |
26 | 26 | "@radix-ui/react-alert-dialog": "^1.1.15", |
27 | | - "@radix-ui/react-avatar": "^1.1.10", |
| 27 | + "@radix-ui/react-avatar": "^1.1.11", |
28 | 28 | "@radix-ui/react-checkbox": "^1.3.3", |
29 | 29 | "@radix-ui/react-collapsible": "^1.1.12", |
30 | 30 | "@radix-ui/react-dialog": "^1.1.15", |
31 | 31 | "@radix-ui/react-dropdown-menu": "^2.1.16", |
32 | | - "@radix-ui/react-label": "^2.1.7", |
33 | | - "@radix-ui/react-progress": "^1.1.7", |
| 32 | + "@radix-ui/react-label": "^2.1.8", |
| 33 | + "@radix-ui/react-progress": "^1.1.8", |
34 | 34 | "@radix-ui/react-select": "^2.2.6", |
35 | | - "@radix-ui/react-separator": "^1.1.7", |
36 | | - "@radix-ui/react-slot": "^1.2.3", |
| 35 | + "@radix-ui/react-separator": "^1.1.8", |
| 36 | + "@radix-ui/react-slot": "^1.2.4", |
37 | 37 | "@radix-ui/react-tabs": "^1.1.13", |
38 | 38 | "@radix-ui/react-toggle": "^1.1.10", |
39 | 39 | "@radix-ui/react-toggle-group": "^1.1.11", |
40 | 40 | "@radix-ui/react-tooltip": "^1.2.8", |
41 | | - "@swc-contrib/plugin-graphql-codegen-client-preset": "^0.9.0", |
| 41 | + "@swc-contrib/plugin-graphql-codegen-client-preset": "~0.9", |
42 | 42 | "@tailwindcss/typography": "^0.5.19", |
43 | 43 | "@tanstack/react-table": "^8.21.3", |
44 | | - "@uiw/react-codemirror": "^4.25.2", |
45 | | - "ai": "^5.0.86", |
| 44 | + "@uiw/react-codemirror": "^4.25.3", |
| 45 | + "ai": "^5.0.92", |
46 | 46 | "babel-plugin-react-compiler": "19.1.0-rc.3", |
47 | 47 | "class-variance-authority": "^0.7.1", |
48 | 48 | "clsx": "^2.1.1", |
49 | 49 | "foxact": "^0.2.49", |
50 | 50 | "graphql": "^16.12.0", |
51 | | - "lucide-react": "^0.552.0", |
52 | | - "next": "16.0.2-canary.5", |
| 51 | + "lucide-react": "^0.553.0", |
| 52 | + "next": "16.0.2-canary.16", |
53 | 53 | "next-themes": "^0.4.6", |
54 | | - "posthog-js": "1.285.0", |
55 | | - "posthog-node": "^5.11.0", |
56 | | - "react": "19.3.0-canary-561ee24d-20251101", |
57 | | - "react-codemirror-merge": "^4.25.2", |
58 | | - "react-dom": "19.3.0-canary-561ee24d-20251101", |
| 54 | + "posthog-js": "1.290.0", |
| 55 | + "posthog-node": "^5.11.2", |
| 56 | + "react": "19.3.0-canary-100fc4a8-20251110", |
| 57 | + "react-codemirror-merge": "^4.25.3", |
| 58 | + "react-dom": "19.3.0-canary-100fc4a8-20251110", |
59 | 59 | "react-hook-form": "^7.66.0", |
60 | 60 | "react-remark": "^2.1.0", |
61 | 61 | "remark": "^15.0.1", |
62 | 62 | "remark-html": "^16.0.1", |
63 | | - "shiki": "^3.14.0", |
| 63 | + "shiki": "^3.15.0", |
64 | 64 | "sonner": "^2.0.7", |
65 | 65 | "sql-formatter": "^15.6.10", |
66 | 66 | "streamdown": "^1.4.0", |
67 | | - "tailwind-merge": "^3.3.1", |
| 67 | + "tailwind-merge": "^3.4.0", |
68 | 68 | "zod": "^4.1.12" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | | - "@0no-co/graphqlsp": "^1.15.0", |
| 71 | + "@0no-co/graphqlsp": "^1.15.1", |
72 | 72 | "@eslint/eslintrc": "^3.3.1", |
73 | 73 | "@graphql-codegen/cli": "^6.0.1", |
74 | 74 | "@graphql-codegen/schema-ast": "^5.0.0", |
75 | 75 | "@graphql-typed-document-node/core": "^3.2.0", |
76 | 76 | "@parcel/watcher": "^2.5.1", |
77 | | - "@tailwindcss/postcss": "^4.1.16", |
78 | | - "@types/node": "^24.10.0", |
79 | | - "@types/react": "^19.2.2", |
80 | | - "@types/react-dom": "^19.2.2", |
81 | | - "@typescript-eslint/parser": "^8.46.3", |
| 77 | + "@tailwindcss/postcss": "^4.1.17", |
| 78 | + "@types/node": "^24.10.1", |
| 79 | + "@types/react": "^19.2.3", |
| 80 | + "@types/react-dom": "^19.2.3", |
| 81 | + "@typescript-eslint/parser": "^8.46.4", |
82 | 82 | "dprint": "^0.50.2", |
83 | | - "eslint": "^9.39.0", |
84 | | - "eslint-config-next": "16.0.2-canary.5", |
| 83 | + "eslint": "^9.39.1", |
| 84 | + "eslint-config-next": "16.0.2-canary.16", |
85 | 85 | "eslint-plugin-better-tailwindcss": "^3.7.10", |
86 | | - "tailwindcss": "^4.1.16", |
| 86 | + "tailwindcss": "^4.1.17", |
87 | 87 | "tw-animate-css": "^1.4.0", |
88 | 88 | "typescript": "^5.9.3" |
89 | 89 | } |
|
0 commit comments