Skip to content

Commit bcc9b96

Browse files
committed
chore: upgrade dependencies
1 parent 7d9a0f1 commit bcc9b96

File tree

2 files changed

+1025
-993
lines changed

2 files changed

+1025
-993
lines changed

package.json

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"format:check": "dprint check"
1515
},
1616
"dependencies": {
17-
"@ai-sdk/anthropic": "^2.0.22",
18-
"@ai-sdk/react": "^2.0.59",
19-
"@apollo/client": "4.0.6",
17+
"@ai-sdk/anthropic": "^2.0.23",
18+
"@ai-sdk/react": "^2.0.60",
19+
"@apollo/client": "4.0.7",
2020
"@apollo/client-integration-nextjs": "^0.13.2",
2121
"@bprogress/next": "^3.2.12",
2222
"@codemirror/lang-sql": "^6.10.0",
23-
"@graphql-codegen/client-preset": "^5.0.1",
23+
"@graphql-codegen/client-preset": "^5.0.2",
2424
"@hookform/resolvers": "^5.2.2",
2525
"@radix-ui/react-alert-dialog": "^1.1.15",
2626
"@radix-ui/react-avatar": "^1.1.10",
@@ -37,29 +37,29 @@
3737
"@radix-ui/react-toggle": "^1.1.10",
3838
"@radix-ui/react-toggle-group": "^1.1.11",
3939
"@radix-ui/react-tooltip": "^1.2.8",
40-
"@swc-contrib/plugin-graphql-codegen-client-preset": "^0.7.0",
40+
"@swc-contrib/plugin-graphql-codegen-client-preset": "^0.8.0",
4141
"@tailwindcss/typography": "^0.5.19",
4242
"@tanstack/react-table": "^8.21.3",
4343
"@uiw/react-codemirror": "^4.25.2",
44-
"ai": "^5.0.59",
44+
"ai": "^5.0.60",
4545
"babel-plugin-react-compiler": "19.1.0-rc.3",
4646
"class-variance-authority": "^0.7.1",
4747
"clsx": "^2.1.1",
4848
"foxact": "^0.2.49",
4949
"graphql": "^16.11.0",
5050
"lucide-react": "^0.544.0",
51-
"next": "15.6.0-canary.34",
51+
"next": "15.6.0-canary.42",
5252
"next-themes": "^0.4.6",
53-
"react": "19.2.0-canary-df38ac9a-20250926",
53+
"react": "19.3.0-canary-4fdf7cf2-20251003",
5454
"react-codemirror-merge": "^4.25.2",
55-
"react-dom": "19.2.0-canary-df38ac9a-20250926",
56-
"react-hook-form": "^7.63.0",
55+
"react-dom": "19.3.0-canary-4fdf7cf2-20251003",
56+
"react-hook-form": "^7.64.0",
5757
"react-remark": "^2.1.0",
5858
"remark": "^15.0.1",
5959
"remark-html": "^16.0.1",
6060
"shiki": "^3.13.0",
6161
"sonner": "^2.0.7",
62-
"sql-formatter": "^15.6.9",
62+
"sql-formatter": "^15.6.10",
6363
"streamdown": "^1.3.0",
6464
"tailwind-merge": "^3.3.1",
6565
"zod": "^4.1.11"
@@ -71,18 +71,17 @@
7171
"@graphql-codegen/schema-ast": "^5.0.0",
7272
"@graphql-typed-document-node/core": "^3.2.0",
7373
"@parcel/watcher": "^2.5.1",
74-
"@tailwindcss/postcss": "^4.1.13",
75-
"@types/node": "^24.5.2",
76-
"@types/react": "^19.1.15",
77-
"@types/react-dom": "^19.1.9",
78-
"@typescript-eslint/parser": "^8.44.1",
74+
"@tailwindcss/postcss": "^4.1.14",
75+
"@types/node": "^24.6.2",
76+
"@types/react": "^19.2.0",
77+
"@types/react-dom": "^19.2.0",
78+
"@typescript-eslint/parser": "^8.45.0",
7979
"dprint": "^0.50.2",
80-
"eslint": "^9.36.0",
81-
"eslint-config-next": "15.5.4",
80+
"eslint": "^9.37.0",
81+
"eslint-config-next": "15.6.0-canary.42",
8282
"eslint-plugin-better-tailwindcss": "^3.7.9",
83-
"eslint-plugin-react-hooks": "^5.2.0",
84-
"tailwindcss": "^4.1.13",
83+
"tailwindcss": "^4.1.14",
8584
"tw-animate-css": "^1.4.0",
86-
"typescript": "^5.9.2"
85+
"typescript": "^5.9.3"
8786
}
8887
}

0 commit comments

Comments
 (0)