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

@@ -18,12 +18,12 @@
"react": ">=19.0.0"
},
"devDependencies": {
"@types/react": "19.2.3",
"@types/react": "19.2.7",
"nbump": "2.1.8",
"react": "19.2.0",
"tsdown": "0.16.3",
"tsdown": "0.16.7",
"unplugin-dts": "1.0.0-beta.6",
"vite": "7.2.2"
"vite": "7.2.4"
},
"publishConfig": {
"access": "public",