Compare commits

...

3 Commits

Author SHA1 Message Date
Marcos Rodriguez
6ab93a8dac FIX: Gemfile version mismatch 2026-05-21 15:36:48 -05:00
Marcos Rodriguez
5a70d9681b Merge branch 'master' into renovate/react-monorepo 2026-05-21 15:34:54 -05:00
renovate[bot]
ed60c25850
fix(deps): update react monorepo to v19.2.6 2026-05-17 23:53:52 +00:00
5 changed files with 18 additions and 16 deletions

View File

@ -1 +1 @@
3.4.9
3.4.8

View File

@ -1,7 +1,7 @@
source "https://rubygems.org"
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby "3.4.9"
ruby "3.4.8"
gem "fastlane", "~> 2.232.0"
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'

View File

@ -487,7 +487,7 @@ CHECKSUMS
xml-simple (1.1.9) sha256=d21131e519c86f1a5bc2b6d2d57d46e6998e47f18ed249b25cad86433dbd695d
RUBY VERSION
ruby 3.4.9
ruby 3.4.8
BUNDLED WITH
4.0.7

24
package-lock.json generated
View File

@ -69,7 +69,7 @@
"payjoin-client": "1.0.1",
"prop-types": "15.8.1",
"qr": "0.5.5",
"react": "19.2.3",
"react": "19.2.6",
"react-localization": "github:BlueWallet/react-localization#ae7969a",
"react-native": "0.85.3",
"react-native-biometrics": "3.0.1",
@ -104,7 +104,7 @@
"react-native-tcp-socket": "6.4.1",
"react-native-watch-connectivity": "1.1.0",
"react-native-worklets": "0.8.1",
"react-test-renderer": "19.2.3",
"react-test-renderer": "19.2.6",
"readable-stream": "3.6.2",
"realm": "20.2.0",
"silent-payments": "github:BlueWallet/SilentPayments#59a037",
@ -15812,9 +15812,9 @@
}
},
"node_modules/react": {
"version": "19.2.3",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",
"integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==",
"version": "19.2.6",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz",
"integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@ -16420,20 +16420,22 @@
}
},
"node_modules/react-test-renderer": {
"version": "19.2.3",
"resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-19.2.3.tgz",
"integrity": "sha512-TMR1LnSFiWZMJkCgNf5ATSvAheTT2NvKIwiVwdBPHxjBI7n/JbWd4gaZ16DVd9foAXdvDz+sB5yxZTwMjPRxpw==",
"version": "19.2.6",
"resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-19.2.6.tgz",
"integrity": "sha512-GbS6V23YduFTPiWJ5xICbKEjRcqx1Z90js/V5miqhz7qp/d6xSe9Dd6NjSQODFRdzdsqRMPW82E/sFpPRbY5Mw==",
"license": "MIT",
"dependencies": {
"react-is": "^19.2.3",
"react-is": "^19.2.6",
"scheduler": "^0.27.0"
},
"peerDependencies": {
"react": "^19.2.3"
"react": "^19.2.6"
}
},
"node_modules/react-test-renderer/node_modules/react-is": {
"version": "19.2.4",
"version": "19.2.6",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.6.tgz",
"integrity": "sha512-XjBR15BhXuylgWGuslhDKqlSayuqvqBX91BP8pauG8kd1zY8kotkNWbXksTCNRarse4kuGbe2kIY05ARtwNIvw==",
"license": "MIT"
},
"node_modules/read-pkg": {

View File

@ -152,7 +152,7 @@
"payjoin-client": "1.0.1",
"prop-types": "15.8.1",
"qr": "0.5.5",
"react": "19.2.3",
"react": "19.2.6",
"react-localization": "github:BlueWallet/react-localization#ae7969a",
"react-native": "0.85.3",
"react-native-biometrics": "3.0.1",
@ -187,7 +187,7 @@
"react-native-tcp-socket": "6.4.1",
"react-native-watch-connectivity": "1.1.0",
"react-native-worklets": "0.8.1",
"react-test-renderer": "19.2.3",
"react-test-renderer": "19.2.6",
"readable-stream": "3.6.2",
"realm": "20.2.0",
"silent-payments": "github:BlueWallet/SilentPayments#59a037",