Skip to content

Commit 46068f8

Browse files
committed
chore: upgrade dependencies
1 parent ebb478a commit 46068f8

File tree

2 files changed

+617
-509
lines changed

2 files changed

+617
-509
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
},
1616
"dependencies": {
1717
"@apollo/client": "4.0.7",
18-
"@apollo/client-integration-nextjs": "^0.14.0",
18+
"@apollo/client-integration-nextjs": "^0.14.1",
1919
"@bprogress/next": "^3.2.12",
2020
"@codemirror/lang-sql": "^6.10.0",
21-
"@graphql-codegen/client-preset": "^5.1.0",
21+
"@graphql-codegen/client-preset": "^5.1.1",
2222
"@hookform/resolvers": "^5.2.2",
2323
"@radix-ui/react-alert-dialog": "^1.1.15",
2424
"@radix-ui/react-avatar": "^1.1.10",
@@ -42,11 +42,11 @@
4242
"dayjs": "^1.11.18",
4343
"foxact": "^0.2.49",
4444
"graphql": "^16.11.0",
45-
"lucide-react": "^0.546.0",
46-
"next": "16.0.0",
45+
"lucide-react": "^0.548.0",
46+
"next": "16.0.1-canary.2",
4747
"next-themes": "^0.4.6",
48-
"react": "19.3.0-canary-71b3a03c-20251021",
49-
"react-dom": "19.3.0-canary-71b3a03c-20251021",
48+
"react": "19.3.0-canary-408b38ef-20251023",
49+
"react-dom": "19.3.0-canary-408b38ef-20251023",
5050
"react-hook-form": "^7.65.0",
5151
"react-remark": "^2.1.0",
5252
"remark": "^15.0.1",
@@ -63,16 +63,16 @@
6363
"@graphql-codegen/schema-ast": "^5.0.0",
6464
"@graphql-typed-document-node/core": "^3.2.0",
6565
"@parcel/watcher": "^2.5.1",
66-
"@tailwindcss/postcss": "^4.1.15",
66+
"@tailwindcss/postcss": "^4.1.16",
6767
"@types/node": "^24.9.1",
6868
"@types/react": "^19.2.2",
6969
"@types/react-dom": "^19.2.2",
7070
"@typescript-eslint/parser": "^8.46.2",
7171
"dprint": "^0.50.2",
7272
"eslint": "^9.38.0",
73-
"eslint-config-next": "16.0.0",
73+
"eslint-config-next": "16.0.1-canary.2",
7474
"eslint-plugin-better-tailwindcss": "^3.7.10",
75-
"tailwindcss": "^4.1.15",
75+
"tailwindcss": "^4.1.16",
7676
"tw-animate-css": "^1.4.0",
7777
"typescript": "^5.9.3"
7878
}

0 commit comments

Comments
 (0)