Skip to content

Commit 258b0ad

Browse files
committed
chore: upgrade dependencies
1 parent dd46dca commit 258b0ad

File tree

2 files changed

+522
-503
lines changed

2 files changed

+522
-503
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@apollo/client": "4.0.7",
18-
"@apollo/client-integration-nextjs": "^0.13.2",
18+
"@apollo/client-integration-nextjs": "^0.14.0",
1919
"@bprogress/next": "^3.2.12",
2020
"@graphql-codegen/client-preset": "^5.1.0",
2121
"@hookform/resolvers": "^5.2.2",
@@ -38,10 +38,10 @@
3838
"clsx": "^2.1.1",
3939
"graphql": "^16.11.0",
4040
"lucide-react": "^0.545.0",
41-
"next": "16.0.0-canary.2",
41+
"next": "16.0.0-canary.6",
4242
"next-themes": "^0.4.6",
43-
"react": "19.3.0-canary-ead92181-20251010",
44-
"react-dom": "19.3.0-canary-ead92181-20251010",
43+
"react": "19.3.0-canary-1873ad79-20251015",
44+
"react-dom": "19.3.0-canary-1873ad79-20251015",
4545
"react-hook-form": "^7.65.0",
4646
"react-remark": "^2.1.0",
4747
"remark": "^15.0.1",
@@ -60,12 +60,12 @@
6060
"@tailwindcss/postcss": "^4.1.14",
6161
"@types/node": "^24.7.2",
6262
"@types/react": "^19.2.2",
63-
"@types/react-dom": "^19.2.1",
64-
"@typescript-eslint/parser": "^8.46.0",
63+
"@types/react-dom": "^19.2.2",
64+
"@typescript-eslint/parser": "^8.46.1",
6565
"dprint": "^0.50.2",
6666
"eslint": "^9.37.0",
67-
"eslint-config-next": "16.0.0-canary.2",
68-
"eslint-plugin-better-tailwindcss": "^3.7.9",
67+
"eslint-config-next": "16.0.0-canary.6",
68+
"eslint-plugin-better-tailwindcss": "^3.7.10",
6969
"tailwindcss": "^4.1.14",
7070
"tw-animate-css": "^1.4.0",
7171
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)