Skip to content

Commit

Permalink
chore(deps): revert react-native-quick-crypto upgrade (#6388)
Browse files Browse the repository at this point in the history
### Description

Dev android builds started breaking with
#6362, which upgraded quick
crypto to 0.7.10 (the PR says 0.7.9, but the version in the lock file
was upgraded to 0.7.10). This reverts it to 0.7.9 which works

### Test plan

Dev android build succeeds

### Related issues

N/A

### Backwards compatibility

N/A

### Network scalability

N/A

---------

Co-authored-by: Tom McGuire <[email protected]>
  • Loading branch information
satish-ravi and MuckT authored Dec 21, 2024
1 parent 43ac959 commit 4058c6e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ PODS:
- react-native-pager-view (6.4.1):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-quick-crypto (0.7.10):
- react-native-quick-crypto (0.7.7):
- OpenSSL-Universal
- RCT-Folly (= 2021.07.22.00)
- React
Expand Down Expand Up @@ -1275,7 +1275,7 @@ SPEC CHECKSUMS:
react-native-launch-arguments: d4759f7591e2766e6c5ec746b7032429edaf7058
react-native-netinfo: cec9c4e86083cb5b6aba0e0711f563e2fbbff187
react-native-pager-view: 13652f56368120d8126ac3535a0d7fb0e9673c20
react-native-quick-crypto: 6831a30c5ea409f8a42de84183edb64cd3c1931e
react-native-quick-crypto: 9077632c3ade02e3c121d7badbe45f7c414de91a
react-native-restart: 0bc732f4461709022a742bb29bcccf6bbc5b4863
react-native-safe-area-context: 758e894ca5a9bd1868d2a9cfbca7326a2b6bf9dc
react-native-shake: a426aa83eb1bd32b931153a2479f5fcfd909e29a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"react-native-picker-select": "^9.3.1",
"react-native-platform-touchable": "^1.1.1",
"react-native-qrcode-svg": "^6.3.12",
"react-native-quick-crypto": "^0.7.10",
"react-native-quick-crypto": "0.7.7",
"react-native-reanimated": "^3.15.1",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.14.1",
Expand Down
1 change: 1 addition & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@
'lottie-react-native', // TODO (act-1187): handle 6.x breaking changes and upgrade
'react-native-shake', // https://github.com/Doko-Demo-Doa/react-native-shake/issues/62
'react-native-adjust', // TODO: remove once this issue is resolved https://github.com/segmentio/analytics-react-native/issues/1036
'react-native-quick-crypto', // 0.7.10 breaks dev android builds
],
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12725,10 +12725,10 @@ react-native-quick-base64@^2.0.5:
dependencies:
base64-js "^1.5.1"

react-native-quick-crypto@^0.7.10:
version "0.7.10"
resolved "https://registry.yarnpkg.com/react-native-quick-crypto/-/react-native-quick-crypto-0.7.10.tgz#b65359348b4c1f2677c52ef54ab568f81627a4cf"
integrity sha512-ziupKopD1o58v+ywL8aTvJMXBpGf89xLQc3JKG5CRSdEUfTUu5e4ru43KIXrG6uleCX8pcgD6e6RsMqrdEy0zw==
[email protected].7:
version "0.7.7"
resolved "https://registry.yarnpkg.com/react-native-quick-crypto/-/react-native-quick-crypto-0.7.7.tgz#2126beff48da8f5c71210fc89b93a15ce8f5f126"
integrity sha512-+P7MWxo0KSCCyO6rwcW654l+GYV5tVkI7cusHSL/iCahnWCisuyBLzJENzdv6MqDM9pb59QJWbrLfOzpUHZpNw==
dependencies:
"@craftzdog/react-native-buffer" "^6.0.5"
events "^3.3.0"
Expand Down

0 comments on commit 4058c6e

Please sign in to comment.