fix(mobile): align react and react-dom versions

This commit is contained in:
2026-02-13 17:39:13 +01:00
parent f6c836e705
commit 1ee47a6940
2 changed files with 16 additions and 5 deletions

View File

@@ -17,8 +17,8 @@
"@capacitor/android": "^7.4.3",
"@capacitor/browser": "^7.0.2",
"@capacitor/core": "^7.4.3",
"react": "^19.2.0",
"react-dom": "^19.2.0"
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@capacitor/cli": "^7.4.3",

17
pnpm-lock.yaml generated
View File

@@ -158,11 +158,11 @@ importers:
specifier: ^7.4.3
version: 7.5.0
react:
specifier: ^19.2.0
specifier: 19.2.3
version: 19.2.3
react-dom:
specifier: ^19.2.0
version: 19.2.4(react@19.2.3)
specifier: 19.2.3
version: 19.2.3(react@19.2.3)
devDependencies:
'@capacitor/cli':
specifier: ^7.4.3
@@ -5374,6 +5374,11 @@ packages:
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
hasBin: true
react-dom@19.2.3:
resolution: {integrity: sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==}
peerDependencies:
react: ^19.2.3
react-dom@19.2.4:
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
peerDependencies:
@@ -12229,10 +12234,16 @@ snapshots:
strip-json-comments: 2.0.1
optional: true
react-dom@19.2.3(react@19.2.3):
dependencies:
react: 19.2.3
scheduler: 0.27.0
react-dom@19.2.4(react@19.2.3):
dependencies:
react: 19.2.3
scheduler: 0.27.0
optional: true
react-refresh@0.18.0: {}