Skip to content

Commit 05eca5a

Browse files
committed
chore: upgrade dependencies
1 parent c8d84d9 commit 05eca5a

File tree

2 files changed

+1079
-1138
lines changed

2 files changed

+1079
-1138
lines changed

package.json

Lines changed: 22 additions & 22 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.45",
21-
"@ai-sdk/react": "^2.0.95",
20+
"@ai-sdk/anthropic": "^2.0.50",
21+
"@ai-sdk/react": "^2.0.104",
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",
26-
"@graphql-codegen/client-preset": "^5.1.3",
26+
"@graphql-codegen/client-preset": "^5.2.1",
2727
"@hookform/resolvers": "^5.2.2",
28-
"@posthog/ai": "^7.1.0",
28+
"@posthog/ai": "^7.2.0",
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",
@@ -41,51 +41,51 @@
4141
"@radix-ui/react-toggle": "^1.1.10",
4242
"@radix-ui/react-toggle-group": "^1.1.11",
4343
"@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",
4545
"@tailwindcss/typography": "^0.5.19",
4646
"@tanstack/react-table": "^8.21.3",
4747
"@uiw/react-codemirror": "^4.25.3",
48-
"ai": "^5.0.95",
48+
"ai": "^5.0.104",
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.554.0",
55-
"next": "16.0.3",
54+
"lucide-react": "^0.555.0",
55+
"next": "16.1.0-canary.4",
5656
"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",
6060
"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",
6363
"react-remark": "^2.1.0",
6464
"remark": "^15.0.1",
6565
"remark-html": "^16.0.1",
66-
"shiki": "^3.15.0",
66+
"shiki": "^3.17.0",
6767
"sonner": "^2.0.7",
6868
"sql-formatter": "^15.6.10",
69-
"streamdown": "^1.5.1",
69+
"streamdown": "^1.6.9",
7070
"tailwind-merge": "^3.4.0",
71-
"zod": "^4.1.12"
71+
"zod": "^4.1.13"
7272
},
7373
"devDependencies": {
7474
"@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",
7777
"@graphql-codegen/schema-ast": "^5.0.0",
7878
"@graphql-typed-document-node/core": "^3.2.0",
7979
"@parcel/watcher": "^2.5.1",
8080
"@tailwindcss/postcss": "^4.1.17",
8181
"@types/node": "^24.10.1",
82-
"@types/react": "^19.2.6",
82+
"@types/react": "^19.2.7",
8383
"@types/react-dom": "^19.2.3",
84-
"@typescript-eslint/parser": "^8.47.0",
84+
"@typescript-eslint/parser": "^8.48.0",
8585
"dprint": "^0.50.2",
8686
"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",
8989
"tailwindcss": "^4.1.17",
9090
"tw-animate-css": "^1.4.0",
9191
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)