|
17 | 17 | "format:check": "dprint check" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@ai-sdk/anthropic": "^2.0.45", |
21 | | - "@ai-sdk/react": "^2.0.95", |
| 20 | + "@ai-sdk/anthropic": "^2.0.50", |
| 21 | + "@ai-sdk/react": "^2.0.104", |
22 | 22 | "@apollo/client": "4.0.9", |
23 | 23 | "@apollo/client-integration-nextjs": "^0.14.1", |
24 | 24 | "@bprogress/next": "^3.2.12", |
25 | 25 | "@codemirror/lang-sql": "^6.10.0", |
26 | | - "@graphql-codegen/client-preset": "^5.1.3", |
| 26 | + "@graphql-codegen/client-preset": "^5.2.1", |
27 | 27 | "@hookform/resolvers": "^5.2.2", |
28 | | - "@posthog/ai": "^7.1.0", |
| 28 | + "@posthog/ai": "^7.2.0", |
29 | 29 | "@radix-ui/react-alert-dialog": "^1.1.15", |
30 | 30 | "@radix-ui/react-avatar": "^1.1.11", |
31 | 31 | "@radix-ui/react-checkbox": "^1.3.3", |
|
41 | 41 | "@radix-ui/react-toggle": "^1.1.10", |
42 | 42 | "@radix-ui/react-toggle-group": "^1.1.11", |
43 | 43 | "@radix-ui/react-tooltip": "^1.2.8", |
44 | | - "@swc-contrib/plugin-graphql-codegen-client-preset": "~0.9.0", |
| 44 | + "@swc-contrib/plugin-graphql-codegen-client-preset": "~0.12.1", |
45 | 45 | "@tailwindcss/typography": "^0.5.19", |
46 | 46 | "@tanstack/react-table": "^8.21.3", |
47 | 47 | "@uiw/react-codemirror": "^4.25.3", |
48 | | - "ai": "^5.0.95", |
| 48 | + "ai": "^5.0.104", |
49 | 49 | "babel-plugin-react-compiler": "19.1.0-rc.3", |
50 | 50 | "class-variance-authority": "^0.7.1", |
51 | 51 | "clsx": "^2.1.1", |
52 | 52 | "foxact": "^0.2.49", |
53 | 53 | "graphql": "^16.12.0", |
54 | | - "lucide-react": "^0.554.0", |
55 | | - "next": "16.0.3", |
| 54 | + "lucide-react": "^0.555.0", |
| 55 | + "next": "16.1.0-canary.4", |
56 | 56 | "next-themes": "^0.4.6", |
57 | | - "posthog-js": "1.296.1", |
58 | | - "posthog-node": "^5.12.0", |
59 | | - "react": "19.3.0-canary-eb89912e-20251118", |
| 57 | + "posthog-js": "1.298.1", |
| 58 | + "posthog-node": "^5.14.1", |
| 59 | + "react": "19.3.0-canary-fd524fe0-20251121", |
60 | 60 | "react-codemirror-merge": "^4.25.3", |
61 | | - "react-dom": "19.3.0-canary-eb89912e-20251118", |
62 | | - "react-hook-form": "^7.66.1", |
| 61 | + "react-dom": "19.3.0-canary-fd524fe0-20251121", |
| 62 | + "react-hook-form": "^7.67.0", |
63 | 63 | "react-remark": "^2.1.0", |
64 | 64 | "remark": "^15.0.1", |
65 | 65 | "remark-html": "^16.0.1", |
66 | | - "shiki": "^3.15.0", |
| 66 | + "shiki": "^3.17.0", |
67 | 67 | "sonner": "^2.0.7", |
68 | 68 | "sql-formatter": "^15.6.10", |
69 | | - "streamdown": "^1.5.1", |
| 69 | + "streamdown": "^1.6.9", |
70 | 70 | "tailwind-merge": "^3.4.0", |
71 | | - "zod": "^4.1.12" |
| 71 | + "zod": "^4.1.13" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | 74 | "@0no-co/graphqlsp": "^1.15.1", |
75 | | - "@eslint/eslintrc": "^3.3.1", |
76 | | - "@graphql-codegen/cli": "^6.0.2", |
| 75 | + "@eslint/eslintrc": "^3.3.3", |
| 76 | + "@graphql-codegen/cli": "^6.1.0", |
77 | 77 | "@graphql-codegen/schema-ast": "^5.0.0", |
78 | 78 | "@graphql-typed-document-node/core": "^3.2.0", |
79 | 79 | "@parcel/watcher": "^2.5.1", |
80 | 80 | "@tailwindcss/postcss": "^4.1.17", |
81 | 81 | "@types/node": "^24.10.1", |
82 | | - "@types/react": "^19.2.6", |
| 82 | + "@types/react": "^19.2.7", |
83 | 83 | "@types/react-dom": "^19.2.3", |
84 | | - "@typescript-eslint/parser": "^8.47.0", |
| 84 | + "@typescript-eslint/parser": "^8.48.0", |
85 | 85 | "dprint": "^0.50.2", |
86 | 86 | "eslint": "^9.39.1", |
87 | | - "eslint-config-next": "16.0.3", |
88 | | - "eslint-plugin-better-tailwindcss": "^3.7.10", |
| 87 | + "eslint-config-next": "16.1.0-canary.7", |
| 88 | + "eslint-plugin-better-tailwindcss": "^3.7.11", |
89 | 89 | "tailwindcss": "^4.1.17", |
90 | 90 | "tw-animate-css": "^1.4.0", |
91 | 91 | "typescript": "^5.9.3" |
|
0 commit comments