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

- Updated the react dependency version to ^19.1.1 in both package.json and pnpm-lock.yaml 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-21 18:29:38 +08:00
parent d98049ded6
commit 5d7a103175
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,6 @@
"./*": "./src/*"
},
"peerDependencies": {
"react": "^19"
"react": "^19.1.1"
}
}