chore: update react version in pnpm-lock.yaml and package.json

- Updated the react dependency version to 19.1.1 in both pnpm-lock.yaml and package.json for consistency and to ensure compatibility with the latest features and fixes.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-09-22 00:18:13 +08:00
parent 29caf0f553
commit 6fafb5710e
2 changed files with 4 additions and 10 deletions

View File

@@ -20,6 +20,7 @@
"devDependencies": {
"@types/react": "19.1.13",
"nbump": "2.1.7",
"react": "19.1.1",
"tsdown": "0.15.4",
"unplugin-dts": "1.0.0-beta.6",
"vite": "7.1.6"