Skip to content

Commit c8d84d9

Browse files
authored
Merge pull request #37 from database-playground/upgrade-dependencies
chore: upgrade dependencies
2 parents a69b897 + dad5904 commit c8d84d9

File tree

2 files changed

+1143
-886
lines changed

2 files changed

+1143
-886
lines changed

package.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"type": "module",
6+
"engines": {
7+
"node": ">=20.9.0"
8+
},
69
"scripts": {
710
"dev": "next dev --experimental-https",
811
"build": "next build",
@@ -14,15 +17,15 @@
1417
"format:check": "dprint check"
1518
},
1619
"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",
1922
"@apollo/client": "4.0.9",
2023
"@apollo/client-integration-nextjs": "^0.14.1",
2124
"@bprogress/next": "^3.2.12",
2225
"@codemirror/lang-sql": "^6.10.0",
23-
"@graphql-codegen/client-preset": "^5.1.1",
26+
"@graphql-codegen/client-preset": "^5.1.3",
2427
"@hookform/resolvers": "^5.2.2",
25-
"@posthog/ai": "^7.0.0",
28+
"@posthog/ai": "^7.1.0",
2629
"@radix-ui/react-alert-dialog": "^1.1.15",
2730
"@radix-ui/react-avatar": "^1.1.11",
2831
"@radix-ui/react-checkbox": "^1.3.3",
@@ -38,50 +41,50 @@
3841
"@radix-ui/react-toggle": "^1.1.10",
3942
"@radix-ui/react-toggle-group": "^1.1.11",
4043
"@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",
4245
"@tailwindcss/typography": "^0.5.19",
4346
"@tanstack/react-table": "^8.21.3",
4447
"@uiw/react-codemirror": "^4.25.3",
45-
"ai": "^5.0.92",
48+
"ai": "^5.0.95",
4649
"babel-plugin-react-compiler": "19.1.0-rc.3",
4750
"class-variance-authority": "^0.7.1",
4851
"clsx": "^2.1.1",
4952
"foxact": "^0.2.49",
5053
"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",
5356
"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",
5760
"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",
6063
"react-remark": "^2.1.0",
6164
"remark": "^15.0.1",
6265
"remark-html": "^16.0.1",
6366
"shiki": "^3.15.0",
6467
"sonner": "^2.0.7",
6568
"sql-formatter": "^15.6.10",
66-
"streamdown": "^1.4.0",
69+
"streamdown": "^1.5.1",
6770
"tailwind-merge": "^3.4.0",
6871
"zod": "^4.1.12"
6972
},
7073
"devDependencies": {
7174
"@0no-co/graphqlsp": "^1.15.1",
7275
"@eslint/eslintrc": "^3.3.1",
73-
"@graphql-codegen/cli": "^6.0.1",
76+
"@graphql-codegen/cli": "^6.0.2",
7477
"@graphql-codegen/schema-ast": "^5.0.0",
7578
"@graphql-typed-document-node/core": "^3.2.0",
7679
"@parcel/watcher": "^2.5.1",
7780
"@tailwindcss/postcss": "^4.1.17",
7881
"@types/node": "^24.10.1",
79-
"@types/react": "^19.2.3",
82+
"@types/react": "^19.2.6",
8083
"@types/react-dom": "^19.2.3",
81-
"@typescript-eslint/parser": "^8.46.4",
84+
"@typescript-eslint/parser": "^8.47.0",
8285
"dprint": "^0.50.2",
8386
"eslint": "^9.39.1",
84-
"eslint-config-next": "16.0.2-canary.16",
87+
"eslint-config-next": "16.0.3",
8588
"eslint-plugin-better-tailwindcss": "^3.7.10",
8689
"tailwindcss": "^4.1.17",
8790
"tw-animate-css": "^1.4.0",

0 commit comments

Comments
 (0)