chore: bump dependencies

This commit is contained in:
zetaloop
2026-04-30 13:01:22 +08:00
parent 58dc001146
commit 0a1a4c877b
2 changed files with 187 additions and 187 deletions
+7 -7
View File
@@ -19,20 +19,20 @@
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@standard-schema/spec": "^1.1.0",
"@tanstack/react-query": "^5.100.1",
"@tanstack/react-query": "^5.100.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^1.11.0",
"lucide-react": "^1.14.0",
"next": "16.2.4",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-hook-form": "^7.73.1",
"react-hook-form": "^7.74.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"zod": "^4.3.6",
"zod": "^4.4.1",
"zustand": "^5.0.12"
},
"devDependencies": {
@@ -40,15 +40,15 @@
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.1.1",
"prettier": "^3.8.3",
"prettier-plugin-organize-imports": "^4.3.0",
"shadcn": "^4.4.0",
"shadcn": "^4.6.0",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",