Skip to content

Commit 1516770

Browse files
committed
chore: upgrade dependencies
1 parent 02a58b4 commit 1516770

File tree

2 files changed

+898
-892
lines changed

2 files changed

+898
-892
lines changed

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"format:check": "dprint check"
1515
},
1616
"dependencies": {
17-
"@apollo/client": "4.0.6",
17+
"@apollo/client": "4.0.7",
1818
"@apollo/client-integration-nextjs": "^0.13.2",
1919
"@bprogress/next": "^3.2.12",
20-
"@graphql-codegen/client-preset": "^5.0.1",
20+
"@graphql-codegen/client-preset": "^5.0.2",
2121
"@hookform/resolvers": "^5.2.2",
2222
"@radix-ui/react-alert-dialog": "^1.1.15",
2323
"@radix-ui/react-avatar": "^1.1.10",
@@ -30,19 +30,19 @@
3030
"@radix-ui/react-separator": "^1.1.7",
3131
"@radix-ui/react-slot": "^1.2.3",
3232
"@radix-ui/react-tooltip": "^1.2.8",
33-
"@swc-contrib/plugin-graphql-codegen-client-preset": "^0.7.0",
33+
"@swc-contrib/plugin-graphql-codegen-client-preset": "^0.8.0",
3434
"@tailwindcss/typography": "^0.5.19",
3535
"@tanstack/react-table": "^8.21.3",
3636
"babel-plugin-react-compiler": "19.1.0-rc.3",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"graphql": "^16.11.0",
4040
"lucide-react": "^0.544.0",
41-
"next": "15.6.0-canary.34",
41+
"next": "15.6.0-canary.42",
4242
"next-themes": "^0.4.6",
43-
"react": "19.2.0-canary-df38ac9a-20250926",
44-
"react-dom": "19.2.0-canary-df38ac9a-20250926",
45-
"react-hook-form": "^7.63.0",
43+
"react": "19.3.0-canary-4fdf7cf2-20251003",
44+
"react-dom": "19.3.0-canary-4fdf7cf2-20251003",
45+
"react-hook-form": "^7.64.0",
4646
"react-remark": "^2.1.0",
4747
"remark": "^15.0.1",
4848
"remark-html": "^16.0.1",
@@ -57,18 +57,17 @@
5757
"@graphql-codegen/schema-ast": "^5.0.0",
5858
"@graphql-typed-document-node/core": "^3.2.0",
5959
"@parcel/watcher": "^2.5.1",
60-
"@tailwindcss/postcss": "^4.1.13",
61-
"@types/node": "^24.5.2",
62-
"@types/react": "^19.1.15",
63-
"@types/react-dom": "^19.1.9",
64-
"@typescript-eslint/parser": "^8.44.1",
60+
"@tailwindcss/postcss": "^4.1.14",
61+
"@types/node": "^24.6.2",
62+
"@types/react": "^19.2.0",
63+
"@types/react-dom": "^19.2.0",
64+
"@typescript-eslint/parser": "^8.45.0",
6565
"dprint": "^0.50.2",
66-
"eslint": "^9.36.0",
67-
"eslint-config-next": "15.5.4",
66+
"eslint": "^9.37.0",
67+
"eslint-config-next": "15.6.0-canary.42",
6868
"eslint-plugin-better-tailwindcss": "^3.7.9",
69-
"eslint-plugin-react-hooks": "^5.2.0",
70-
"tailwindcss": "^4.1.13",
69+
"tailwindcss": "^4.1.14",
7170
"tw-animate-css": "^1.4.0",
72-
"typescript": "^5.9.2"
71+
"typescript": "^5.9.3"
7372
}
7473
}

0 commit comments

Comments
 (0)