Skip to content

Commit fa476ac

Browse files
committed
chore: upgrade dependencies
1 parent a69b897 commit fa476ac

File tree

2 files changed

+1140
-886
lines changed

2 files changed

+1140
-886
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"format:check": "dprint check"
1515
},
1616
"dependencies": {
17-
"@ai-sdk/anthropic": "^2.0.44",
18-
"@ai-sdk/react": "^2.0.92",
17+
"@ai-sdk/anthropic": "^2.0.45",
18+
"@ai-sdk/react": "^2.0.95",
1919
"@apollo/client": "4.0.9",
2020
"@apollo/client-integration-nextjs": "^0.14.1",
2121
"@bprogress/next": "^3.2.12",
2222
"@codemirror/lang-sql": "^6.10.0",
23-
"@graphql-codegen/client-preset": "^5.1.1",
23+
"@graphql-codegen/client-preset": "^5.1.3",
2424
"@hookform/resolvers": "^5.2.2",
25-
"@posthog/ai": "^7.0.0",
25+
"@posthog/ai": "^7.1.0",
2626
"@radix-ui/react-alert-dialog": "^1.1.15",
2727
"@radix-ui/react-avatar": "^1.1.11",
2828
"@radix-ui/react-checkbox": "^1.3.3",
@@ -38,50 +38,50 @@
3838
"@radix-ui/react-toggle": "^1.1.10",
3939
"@radix-ui/react-toggle-group": "^1.1.11",
4040
"@radix-ui/react-tooltip": "^1.2.8",
41-
"@swc-contrib/plugin-graphql-codegen-client-preset": "~0.9",
41+
"@swc-contrib/plugin-graphql-codegen-client-preset": "~0.9.0",
4242
"@tailwindcss/typography": "^0.5.19",
4343
"@tanstack/react-table": "^8.21.3",
4444
"@uiw/react-codemirror": "^4.25.3",
45-
"ai": "^5.0.92",
45+
"ai": "^5.0.95",
4646
"babel-plugin-react-compiler": "19.1.0-rc.3",
4747
"class-variance-authority": "^0.7.1",
4848
"clsx": "^2.1.1",
4949
"foxact": "^0.2.49",
5050
"graphql": "^16.12.0",
51-
"lucide-react": "^0.553.0",
52-
"next": "16.0.2-canary.16",
51+
"lucide-react": "^0.554.0",
52+
"next": "16.0.3",
5353
"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",
54+
"posthog-js": "1.296.1",
55+
"posthog-node": "^5.12.0",
56+
"react": "19.3.0-canary-eb89912e-20251118",
5757
"react-codemirror-merge": "^4.25.3",
58-
"react-dom": "19.3.0-canary-100fc4a8-20251110",
59-
"react-hook-form": "^7.66.0",
58+
"react-dom": "19.3.0-canary-eb89912e-20251118",
59+
"react-hook-form": "^7.66.1",
6060
"react-remark": "^2.1.0",
6161
"remark": "^15.0.1",
6262
"remark-html": "^16.0.1",
6363
"shiki": "^3.15.0",
6464
"sonner": "^2.0.7",
6565
"sql-formatter": "^15.6.10",
66-
"streamdown": "^1.4.0",
66+
"streamdown": "^1.5.1",
6767
"tailwind-merge": "^3.4.0",
6868
"zod": "^4.1.12"
6969
},
7070
"devDependencies": {
7171
"@0no-co/graphqlsp": "^1.15.1",
7272
"@eslint/eslintrc": "^3.3.1",
73-
"@graphql-codegen/cli": "^6.0.1",
73+
"@graphql-codegen/cli": "^6.0.2",
7474
"@graphql-codegen/schema-ast": "^5.0.0",
7575
"@graphql-typed-document-node/core": "^3.2.0",
7676
"@parcel/watcher": "^2.5.1",
7777
"@tailwindcss/postcss": "^4.1.17",
7878
"@types/node": "^24.10.1",
79-
"@types/react": "^19.2.3",
79+
"@types/react": "^19.2.6",
8080
"@types/react-dom": "^19.2.3",
81-
"@typescript-eslint/parser": "^8.46.4",
81+
"@typescript-eslint/parser": "^8.47.0",
8282
"dprint": "^0.50.2",
8383
"eslint": "^9.39.1",
84-
"eslint-config-next": "16.0.2-canary.16",
84+
"eslint-config-next": "16.0.3",
8585
"eslint-plugin-better-tailwindcss": "^3.7.10",
8686
"tailwindcss": "^4.1.17",
8787
"tw-animate-css": "^1.4.0",

0 commit comments

Comments
 (0)