chore: update package dependencies and versions

- Upgraded various dependencies including es-toolkit, lint-staged, vite, and zod to their latest versions.
- Updated tailwind-variants and tailwindcss-safe-area to newer versions.
- Adjusted types for React and other related packages to ensure compatibility.
- Removed obsolete patch for @creem_io/better-auth.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-27 00:57:14 +08:00
parent 41ad6d73b3
commit 9b929a1694
21 changed files with 2099 additions and 2357 deletions

View File

@@ -19,9 +19,9 @@
"drizzle-orm": "^0.44.7",
"nodejs-snowflake": "^2.0.1",
"pg": "^8.16.3",
"zod": "^4.1.11"
"zod": "^4.1.13"
},
"devDependencies": {
"drizzle-kit": "0.31.6"
"drizzle-kit": "0.31.7"
}
}