Skip to content

Commit d40cc1c

Browse files
authored
build: upgrade dependencies and ShadcnUI components (#177)
* build(deps): upgrade Tanstack packages * chore: update date picker component * chore: update command & dialog components * chore: update separator component * chore: update sonner toast * chore: update table component * build(deps): upgrade dependencies
1 parent 120cb5b commit d40cc1c

10 files changed

Lines changed: 907 additions & 543 deletions

File tree

package.json

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"knip": "knip"
1414
},
1515
"dependencies": {
16-
"@clerk/clerk-react": "^5.32.1",
16+
"@clerk/clerk-react": "^5.35.3",
1717
"@hookform/resolvers": "^5.1.1",
1818
"@radix-ui/react-alert-dialog": "^1.1.14",
1919
"@radix-ui/react-avatar": "^1.1.10",
@@ -32,10 +32,10 @@
3232
"@radix-ui/react-switch": "^1.2.5",
3333
"@radix-ui/react-tabs": "^1.1.12",
3434
"@radix-ui/react-tooltip": "^1.2.7",
35-
"@tabler/icons-react": "^3.34.0",
36-
"@tailwindcss/vite": "^4.1.10",
37-
"@tanstack/react-query": "^5.81.2",
38-
"@tanstack/react-router": "^1.121.34",
35+
"@tabler/icons-react": "^3.34.1",
36+
"@tailwindcss/vite": "^4.1.11",
37+
"@tanstack/react-query": "^5.83.0",
38+
"@tanstack/react-router": "^1.129.0",
3939
"@tanstack/react-table": "^8.21.3",
4040
"axios": "^1.10.0",
4141
"class-variance-authority": "^0.7.1",
@@ -44,42 +44,43 @@
4444
"date-fns": "^4.1.0",
4545
"input-otp": "^1.4.2",
4646
"js-cookie": "^3.0.5",
47-
"lucide-react": "^0.523.0",
47+
"lucide-react": "^0.525.0",
48+
"next-themes": "^0.4.6",
4849
"react": "^19.1.0",
49-
"react-day-picker": "9.7.0",
50+
"react-day-picker": "9.8.0",
5051
"react-dom": "^19.1.0",
51-
"react-hook-form": "^7.58.1",
52+
"react-hook-form": "^7.60.0",
5253
"react-top-loading-bar": "^3.0.2",
53-
"recharts": "^3.0.0",
54-
"sonner": "^2.0.5",
54+
"recharts": "^3.1.0",
55+
"sonner": "^2.0.6",
5556
"tailwind-merge": "^3.3.1",
56-
"tailwindcss": "^4.1.10",
57-
"tw-animate-css": "^1.3.4",
57+
"tailwindcss": "^4.1.11",
58+
"tw-animate-css": "^1.3.5",
5859
"zod": "^3.25.67",
59-
"zustand": "^5.0.5"
60+
"zustand": "^5.0.6"
6061
},
6162
"devDependencies": {
62-
"@eslint/js": "^9.29.0",
63-
"@faker-js/faker": "^9.8.0",
63+
"@eslint/js": "^9.31.0",
64+
"@faker-js/faker": "^9.9.0",
6465
"@tanstack/eslint-plugin-query": "^5.81.2",
65-
"@tanstack/react-query-devtools": "^5.81.2",
66-
"@tanstack/react-router-devtools": "^1.121.34",
67-
"@tanstack/router-plugin": "^1.121.34",
66+
"@tanstack/react-query-devtools": "^5.83.0",
67+
"@tanstack/react-router-devtools": "^1.129.0",
68+
"@tanstack/router-plugin": "^1.129.0",
6869
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
6970
"@types/js-cookie": "^3.0.6",
70-
"@types/node": "^24.0.4",
71+
"@types/node": "^24.0.15",
7172
"@types/react": "^19.1.8",
7273
"@types/react-dom": "^19.1.6",
73-
"@vitejs/plugin-react-swc": "^3.10.2",
74-
"eslint": "^9.29.0",
74+
"@vitejs/plugin-react-swc": "^3.11.0",
75+
"eslint": "^9.31.0",
7576
"eslint-plugin-react-hooks": "^5.2.0",
7677
"eslint-plugin-react-refresh": "^0.4.20",
77-
"globals": "^16.2.0",
78-
"knip": "^5.61.2",
79-
"prettier": "^3.6.0",
80-
"prettier-plugin-tailwindcss": "^0.6.13",
78+
"globals": "^16.3.0",
79+
"knip": "^5.62.0",
80+
"prettier": "^3.6.2",
81+
"prettier-plugin-tailwindcss": "^0.6.14",
8182
"typescript": "~5.8.3",
82-
"typescript-eslint": "^8.35.0",
83-
"vite": "^7.0.0"
83+
"typescript-eslint": "^8.37.0",
84+
"vite": "^7.0.5"
8485
}
8586
}

0 commit comments

Comments
 (0)