Skip to content

Commit e3e650f

Browse files
committed
chore: upgrade dependencies
1 parent 389ce0d commit e3e650f

File tree

2 files changed

+704
-712
lines changed

2 files changed

+704
-712
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"format:check": "dprint check"
1818
},
1919
"dependencies": {
20-
"@ai-sdk/anthropic": "^2.0.50",
21-
"@ai-sdk/react": "^2.0.104",
20+
"@ai-sdk/anthropic": "^2.0.53",
21+
"@ai-sdk/react": "^2.0.107",
2222
"@apollo/client": "4.0.9",
2323
"@apollo/client-integration-nextjs": "^0.14.1",
2424
"@bprogress/next": "^3.2.12",
2525
"@codemirror/lang-sql": "^6.10.0",
2626
"@graphql-codegen/client-preset": "^5.2.1",
2727
"@hookform/resolvers": "^5.2.2",
28-
"@posthog/ai": "^7.2.0",
28+
"@posthog/ai": "^7.2.1",
2929
"@radix-ui/react-alert-dialog": "^1.1.15",
3030
"@radix-ui/react-avatar": "^1.1.11",
3131
"@radix-ui/react-checkbox": "^1.3.3",
@@ -45,28 +45,28 @@
4545
"@tailwindcss/typography": "^0.5.19",
4646
"@tanstack/react-table": "^8.21.3",
4747
"@uiw/react-codemirror": "^4.25.3",
48-
"ai": "^5.0.104",
48+
"ai": "^5.0.107",
4949
"babel-plugin-react-compiler": "19.1.0-rc.3",
5050
"class-variance-authority": "^0.7.1",
5151
"clsx": "^2.1.1",
5252
"foxact": "^0.2.49",
5353
"graphql": "^16.12.0",
54-
"lucide-react": "^0.555.0",
55-
"next": "16.1.0-canary.4",
54+
"lucide-react": "^0.556.0",
55+
"next": "16.1.0-canary.15",
5656
"next-themes": "^0.4.6",
57-
"posthog-js": "1.298.1",
58-
"posthog-node": "^5.14.1",
59-
"react": "19.3.0-canary-fd524fe0-20251121",
57+
"posthog-js": "1.302.2",
58+
"posthog-node": "^5.17.2",
59+
"react": "19.3.0-canary-378973b3-20251205",
6060
"react-codemirror-merge": "^4.25.3",
61-
"react-dom": "19.3.0-canary-fd524fe0-20251121",
62-
"react-hook-form": "^7.67.0",
61+
"react-dom": "19.3.0-canary-378973b3-20251205",
62+
"react-hook-form": "^7.68.0",
6363
"react-remark": "^2.1.0",
6464
"remark": "^15.0.1",
6565
"remark-html": "^16.0.1",
66-
"shiki": "^3.17.0",
66+
"shiki": "^3.19.0",
6767
"sonner": "^2.0.7",
6868
"sql-formatter": "^15.6.10",
69-
"streamdown": "^1.6.9",
69+
"streamdown": "^1.6.10",
7070
"tailwind-merge": "^3.4.0",
7171
"zod": "^4.1.13"
7272
},
@@ -81,10 +81,10 @@
8181
"@types/node": "^24.10.1",
8282
"@types/react": "^19.2.7",
8383
"@types/react-dom": "^19.2.3",
84-
"@typescript-eslint/parser": "^8.48.0",
84+
"@typescript-eslint/parser": "^8.48.1",
8585
"dprint": "^0.50.2",
8686
"eslint": "^9.39.1",
87-
"eslint-config-next": "16.1.0-canary.7",
87+
"eslint-config-next": "16.1.0-canary.15",
8888
"eslint-plugin-better-tailwindcss": "^3.7.11",
8989
"tailwindcss": "^4.1.17",
9090
"tw-animate-css": "^1.4.0",

0 commit comments

Comments
 (0)