mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-25 07:15:36 +00:00
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:
@@ -20,6 +20,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "19.1.13",
|
"@types/react": "19.1.13",
|
||||||
"nbump": "2.1.7",
|
"nbump": "2.1.7",
|
||||||
|
"react": "19.1.1",
|
||||||
"tsdown": "0.15.4",
|
"tsdown": "0.15.4",
|
||||||
"unplugin-dts": "1.0.0-beta.6",
|
"unplugin-dts": "1.0.0-beta.6",
|
||||||
"vite": "7.1.6"
|
"vite": "7.1.6"
|
||||||
|
|||||||
13
pnpm-lock.yaml
generated
13
pnpm-lock.yaml
generated
@@ -741,10 +741,6 @@ importers:
|
|||||||
version: 7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.44.0)(tsx@4.20.5)(yaml@2.8.1)
|
version: 7.1.6(@types/node@24.5.2)(jiti@2.5.1)(lightningcss@1.30.1)(terser@5.44.0)(tsx@4.20.5)(yaml@2.8.1)
|
||||||
|
|
||||||
packages/webgl-viewer:
|
packages/webgl-viewer:
|
||||||
dependencies:
|
|
||||||
react:
|
|
||||||
specifier: '>=19.0.0'
|
|
||||||
version: 19.1.0
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/react':
|
'@types/react':
|
||||||
specifier: 19.1.13
|
specifier: 19.1.13
|
||||||
@@ -752,6 +748,9 @@ importers:
|
|||||||
nbump:
|
nbump:
|
||||||
specifier: 2.1.7
|
specifier: 2.1.7
|
||||||
version: 2.1.7(conventional-commits-filter@5.0.0)
|
version: 2.1.7(conventional-commits-filter@5.0.0)
|
||||||
|
react:
|
||||||
|
specifier: 19.1.1
|
||||||
|
version: 19.1.1
|
||||||
tsdown:
|
tsdown:
|
||||||
specifier: 0.15.4
|
specifier: 0.15.4
|
||||||
version: 0.15.4(typescript@5.9.2)
|
version: 0.15.4(typescript@5.9.2)
|
||||||
@@ -8474,10 +8473,6 @@ packages:
|
|||||||
react: '*'
|
react: '*'
|
||||||
react-dom: '*'
|
react-dom: '*'
|
||||||
|
|
||||||
react@19.1.0:
|
|
||||||
resolution: {integrity: sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==}
|
|
||||||
engines: {node: '>=0.10.0'}
|
|
||||||
|
|
||||||
react@19.1.1:
|
react@19.1.1:
|
||||||
resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==}
|
resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
@@ -19341,8 +19336,6 @@ snapshots:
|
|||||||
react: 19.1.1
|
react: 19.1.1
|
||||||
react-dom: 19.1.1(react@19.1.1)
|
react-dom: 19.1.1(react@19.1.1)
|
||||||
|
|
||||||
react@19.1.0: {}
|
|
||||||
|
|
||||||
react@19.1.1: {}
|
react@19.1.1: {}
|
||||||
|
|
||||||
read-cache@1.0.0:
|
read-cache@1.0.0:
|
||||||
|
|||||||
Reference in New Issue
Block a user