mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
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:
@@ -6,6 +6,6 @@
|
||||
"./*": "./src/*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^19"
|
||||
"react": "^19.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user