|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
| 6 | + "engines": { |
| 7 | + "node": ">=20.9.0" |
| 8 | + }, |
6 | 9 | "scripts": { |
7 | 10 | "dev": "next dev --experimental-https", |
8 | 11 | "build": "next build", |
|
14 | 17 | "format:check": "dprint check" |
15 | 18 | }, |
16 | 19 | "dependencies": { |
17 | | - "@ai-sdk/anthropic": "^2.0.44", |
18 | | - "@ai-sdk/react": "^2.0.92", |
| 20 | + "@ai-sdk/anthropic": "^2.0.45", |
| 21 | + "@ai-sdk/react": "^2.0.95", |
19 | 22 | "@apollo/client": "4.0.9", |
20 | 23 | "@apollo/client-integration-nextjs": "^0.14.1", |
21 | 24 | "@bprogress/next": "^3.2.12", |
22 | 25 | "@codemirror/lang-sql": "^6.10.0", |
23 | | - "@graphql-codegen/client-preset": "^5.1.1", |
| 26 | + "@graphql-codegen/client-preset": "^5.1.3", |
24 | 27 | "@hookform/resolvers": "^5.2.2", |
25 | | - "@posthog/ai": "^7.0.0", |
| 28 | + "@posthog/ai": "^7.1.0", |
26 | 29 | "@radix-ui/react-alert-dialog": "^1.1.15", |
27 | 30 | "@radix-ui/react-avatar": "^1.1.11", |
28 | 31 | "@radix-ui/react-checkbox": "^1.3.3", |
|
38 | 41 | "@radix-ui/react-toggle": "^1.1.10", |
39 | 42 | "@radix-ui/react-toggle-group": "^1.1.11", |
40 | 43 | "@radix-ui/react-tooltip": "^1.2.8", |
41 | | - "@swc-contrib/plugin-graphql-codegen-client-preset": "~0.9", |
| 44 | + "@swc-contrib/plugin-graphql-codegen-client-preset": "~0.9.0", |
42 | 45 | "@tailwindcss/typography": "^0.5.19", |
43 | 46 | "@tanstack/react-table": "^8.21.3", |
44 | 47 | "@uiw/react-codemirror": "^4.25.3", |
45 | | - "ai": "^5.0.92", |
| 48 | + "ai": "^5.0.95", |
46 | 49 | "babel-plugin-react-compiler": "19.1.0-rc.3", |
47 | 50 | "class-variance-authority": "^0.7.1", |
48 | 51 | "clsx": "^2.1.1", |
49 | 52 | "foxact": "^0.2.49", |
50 | 53 | "graphql": "^16.12.0", |
51 | | - "lucide-react": "^0.553.0", |
52 | | - "next": "16.0.2-canary.16", |
| 54 | + "lucide-react": "^0.554.0", |
| 55 | + "next": "16.0.3", |
53 | 56 | "next-themes": "^0.4.6", |
54 | | - "posthog-js": "1.290.0", |
55 | | - "posthog-node": "^5.11.2", |
56 | | - "react": "19.3.0-canary-100fc4a8-20251110", |
| 57 | + "posthog-js": "1.296.1", |
| 58 | + "posthog-node": "^5.12.0", |
| 59 | + "react": "19.3.0-canary-eb89912e-20251118", |
57 | 60 | "react-codemirror-merge": "^4.25.3", |
58 | | - "react-dom": "19.3.0-canary-100fc4a8-20251110", |
59 | | - "react-hook-form": "^7.66.0", |
| 61 | + "react-dom": "19.3.0-canary-eb89912e-20251118", |
| 62 | + "react-hook-form": "^7.66.1", |
60 | 63 | "react-remark": "^2.1.0", |
61 | 64 | "remark": "^15.0.1", |
62 | 65 | "remark-html": "^16.0.1", |
63 | 66 | "shiki": "^3.15.0", |
64 | 67 | "sonner": "^2.0.7", |
65 | 68 | "sql-formatter": "^15.6.10", |
66 | | - "streamdown": "^1.4.0", |
| 69 | + "streamdown": "^1.5.1", |
67 | 70 | "tailwind-merge": "^3.4.0", |
68 | 71 | "zod": "^4.1.12" |
69 | 72 | }, |
70 | 73 | "devDependencies": { |
71 | 74 | "@0no-co/graphqlsp": "^1.15.1", |
72 | 75 | "@eslint/eslintrc": "^3.3.1", |
73 | | - "@graphql-codegen/cli": "^6.0.1", |
| 76 | + "@graphql-codegen/cli": "^6.0.2", |
74 | 77 | "@graphql-codegen/schema-ast": "^5.0.0", |
75 | 78 | "@graphql-typed-document-node/core": "^3.2.0", |
76 | 79 | "@parcel/watcher": "^2.5.1", |
77 | 80 | "@tailwindcss/postcss": "^4.1.17", |
78 | 81 | "@types/node": "^24.10.1", |
79 | | - "@types/react": "^19.2.3", |
| 82 | + "@types/react": "^19.2.6", |
80 | 83 | "@types/react-dom": "^19.2.3", |
81 | | - "@typescript-eslint/parser": "^8.46.4", |
| 84 | + "@typescript-eslint/parser": "^8.47.0", |
82 | 85 | "dprint": "^0.50.2", |
83 | 86 | "eslint": "^9.39.1", |
84 | | - "eslint-config-next": "16.0.2-canary.16", |
| 87 | + "eslint-config-next": "16.0.3", |
85 | 88 | "eslint-plugin-better-tailwindcss": "^3.7.10", |
86 | 89 | "tailwindcss": "^4.1.17", |
87 | 90 | "tw-animate-css": "^1.4.0", |
|
0 commit comments