Skip to content

Commit 2851163

Browse files
committed
chore: upgrade dependencies
1 parent faf7ba5 commit 2851163

File tree

3 files changed

+1434
-839
lines changed

3 files changed

+1434
-839
lines changed

package.json

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,54 +13,56 @@
1313
"format:check": "dprint check"
1414
},
1515
"dependencies": {
16-
"@apollo/client": "3.13.8",
16+
"@apollo/client": "3.13.9",
1717
"@graphql-codegen/client-preset": "^4.8.3",
18-
"@hookform/resolvers": "^5.1.1",
19-
"@radix-ui/react-alert-dialog": "^1.1.14",
18+
"@hookform/resolvers": "^5.2.1",
19+
"@radix-ui/react-alert-dialog": "^1.1.15",
2020
"@radix-ui/react-avatar": "^1.1.10",
21-
"@radix-ui/react-checkbox": "^1.3.2",
22-
"@radix-ui/react-collapsible": "^1.1.11",
23-
"@radix-ui/react-dialog": "^1.1.14",
24-
"@radix-ui/react-dropdown-menu": "^2.1.15",
21+
"@radix-ui/react-checkbox": "^1.3.3",
22+
"@radix-ui/react-collapsible": "^1.1.12",
23+
"@radix-ui/react-dialog": "^1.1.15",
24+
"@radix-ui/react-dropdown-menu": "^2.1.16",
2525
"@radix-ui/react-label": "^2.1.7",
26-
"@radix-ui/react-select": "^2.2.5",
26+
"@radix-ui/react-select": "^2.2.6",
2727
"@radix-ui/react-separator": "^1.1.7",
2828
"@radix-ui/react-slot": "^1.2.3",
29-
"@radix-ui/react-tooltip": "^1.2.7",
29+
"@radix-ui/react-tooltip": "^1.2.8",
3030
"@tanstack/react-table": "^8.21.3",
3131
"babel-plugin-react-compiler": "19.1.0-rc.2",
3232
"class-variance-authority": "^0.7.1",
3333
"clsx": "^2.1.1",
3434
"graphql": "^16.11.0",
35-
"lucide-react": "^0.525.0",
36-
"next": "15.4.2",
35+
"lucide-react": "^0.539.0",
36+
"next": "15.4.6",
3737
"next-themes": "^0.4.6",
38-
"react": "^19.0.0",
39-
"react-dom": "^19.0.0",
40-
"react-hook-form": "^7.60.0",
41-
"sonner": "^2.0.6",
38+
"react": "^19.1.1",
39+
"react-dom": "^19.1.1",
40+
"react-hook-form": "^7.62.0",
41+
"remark": "^15.0.1",
42+
"remark-html": "^16.0.1",
43+
"sonner": "^2.0.7",
4244
"tailwind-merge": "^3.3.1",
43-
"zod": "^4.0.5"
45+
"zod": "^4.0.17"
4446
},
4547
"devDependencies": {
46-
"@0no-co/graphqlsp": "^1.14.0",
48+
"@0no-co/graphqlsp": "^1.15.0",
4749
"@eslint/eslintrc": "^3",
4850
"@graphql-codegen/cli": "^5.0.7",
4951
"@graphql-codegen/schema-ast": "^4.1.0",
5052
"@graphql-typed-document-node/core": "^3.2.0",
5153
"@parcel/watcher": "^2.5.1",
52-
"@tailwindcss/postcss": "^4",
53-
"@types/node": "^24.1.0",
54-
"@types/react": "^19",
55-
"@types/react-dom": "^19",
56-
"@typescript-eslint/parser": "^8.38.0",
54+
"@tailwindcss/postcss": "^4.1.12",
55+
"@types/node": "^24.3.0",
56+
"@types/react": "^19.1.10",
57+
"@types/react-dom": "^19.1.7",
58+
"@typescript-eslint/parser": "^8.39.1",
5759
"dprint": "^0.50.1",
58-
"eslint": "^9.31.0",
59-
"eslint-config-next": "15.4.2",
60-
"eslint-plugin-better-tailwindcss": "^3.7.1",
60+
"eslint": "^9.33.0",
61+
"eslint-config-next": "15.4.6",
62+
"eslint-plugin-better-tailwindcss": "^3.7.4",
6163
"eslint-plugin-react-hooks": "^5.2.0",
62-
"tailwindcss": "^4",
63-
"tw-animate-css": "^1.3.5",
64-
"typescript": "^5"
64+
"tailwindcss": "^4.1.12",
65+
"tw-animate-css": "^1.3.7",
66+
"typescript": "^5.9.2"
6567
}
6668
}

0 commit comments

Comments
 (0)