chore: update package dependencies across applications

- Upgraded various package dependencies including:
  - `prettier` to version 3.7.4
  - `tsx` to version 4.21.0
  - `vite` to version 7.2.6
  - `react` and `react-dom` to version 19.2.1
  - `drizzle-orm` to version 0.45.0
  - `jotai` to version 2.15.2
  - `motion` to version 12.23.25
  - Updated several other packages to their latest versions for improved performance and compatibility.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-12-05 00:55:30 +08:00
parent b28b03c40b
commit b8f1a26ce2
18 changed files with 2352 additions and 2787 deletions

View File

@@ -20,10 +20,10 @@
"devDependencies": {
"@types/react": "19.2.7",
"nbump": "2.1.8",
"react": "19.2.0",
"tsdown": "0.16.7",
"react": "19.2.1",
"tsdown": "0.17.0",
"unplugin-dts": "1.0.0-beta.6",
"vite": "7.2.4"
"vite": "7.2.6"
},
"publishConfig": {
"access": "public",