mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 13:19:33 +08:00
chore(deps): update React and React DOM to version 19.2.0
- Added resolutions for React and React DOM to ensure consistent usage of version 19.2.0 across the project. - Removed outdated version entries from yarn.lock to streamline dependency management.
This commit is contained in:
parent
05c26fbff2
commit
ba107b2f6f
@ -389,6 +389,8 @@
|
|||||||
"zod": "^4.1.5"
|
"zod": "^4.1.5"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
"react": "^19.2.0",
|
||||||
|
"react-dom": "^19.2.0",
|
||||||
"@smithy/types": "4.7.1",
|
"@smithy/types": "4.7.1",
|
||||||
"@codemirror/language": "6.11.3",
|
"@codemirror/language": "6.11.3",
|
||||||
"@codemirror/lint": "6.8.5",
|
"@codemirror/lint": "6.8.5",
|
||||||
|
|||||||
18
yarn.lock
18
yarn.lock
@ -26685,17 +26685,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0, react-dom@npm:^19.0.0":
|
|
||||||
version: 19.2.3
|
|
||||||
resolution: "react-dom@npm:19.2.3"
|
|
||||||
dependencies:
|
|
||||||
scheduler: "npm:^0.27.0"
|
|
||||||
peerDependencies:
|
|
||||||
react: ^19.2.3
|
|
||||||
checksum: 10c0/dc43f7ede06f46f3acc16ee83107c925530de9b91d1d0b3824583814746ff4c498ea64fd65cd83aba363205268adff52e2827c582634ae7b15069deaeabc4892
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"react-dom@npm:^19.2.0":
|
"react-dom@npm:^19.2.0":
|
||||||
version: 19.2.0
|
version: 19.2.0
|
||||||
resolution: "react-dom@npm:19.2.0"
|
resolution: "react-dom@npm:19.2.0"
|
||||||
@ -26989,13 +26978,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0, react@npm:^19.0.0":
|
|
||||||
version: 19.2.3
|
|
||||||
resolution: "react@npm:19.2.3"
|
|
||||||
checksum: 10c0/094220b3ba3a76c1b668f972ace1dd15509b157aead1b40391d1c8e657e720c201d9719537375eff08f5e0514748c0319063392a6f000e31303aafc4471f1436
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"react@npm:^19.2.0":
|
"react@npm:^19.2.0":
|
||||||
version: 19.2.0
|
version: 19.2.0
|
||||||
resolution: "react@npm:19.2.0"
|
resolution: "react@npm:19.2.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user