Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @walletconnect/react-native-compat to ^2.16.2 #6064

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ PODS:
- React-Core
- react-native-camera/RN (4.2.1):
- React-Core
- react-native-compat (2.16.1):
- react-native-compat (2.16.2):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-config (1.5.3):
Expand Down Expand Up @@ -1264,7 +1264,7 @@ SPEC CHECKSUMS:
React-logger: ed7c9e01e58529065e7da6bf8318baf15024283e
react-native-adjust: 83114d391a4a7a438e2c4d8e8137bc7810e7076f
react-native-camera: 3eae183c1d111103963f3dd913b65d01aef8110f
react-native-compat: 4c9ab93f93b5ab6dcc1176a1cd0a09708ff52a3a
react-native-compat: 24dedfbd7faba258560048606bc0fe9e73f7d2a3
react-native-config: 8f7283449bbb048902f4e764affbbf24504454af
react-native-contacts: fd1614c74777089ebb6b0a0e3847dd78130ef9f4
react-native-cookies: 672b2431ca44da2e2942af086d0c83aae42b989a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@toruslabs/constants": "^14.0.0",
"@toruslabs/fetch-node-details": "^14.0.1",
"@toruslabs/torus.js": "^15.0.4",
"@walletconnect/react-native-compat": "^2.16.1",
"@walletconnect/react-native-compat": "^2.16.2",
"@walletconnect/utils": "^2.16.1",
"@walletconnect/web3wallet": "^1.15.1",
"bignumber.js": "^9.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5004,10 +5004,10 @@
"@walletconnect/safe-json" "^1.0.2"
pino "7.11.0"

"@walletconnect/react-native-compat@^2.16.1":
version "2.16.1"
resolved "https://registry.yarnpkg.com/@walletconnect/react-native-compat/-/react-native-compat-2.16.1.tgz#7202cfec115993fdc0abd77b72201fa8a89501eb"
integrity sha512-MoVZAzKOQhnze8fLpS8XiVDRZRDb38AOasBA16jTssX3779HeYQkn0xieLU47OBz3WOMuGv0++6CivoXhwaBEg==
"@walletconnect/react-native-compat@^2.16.2":
version "2.16.2"
resolved "https://registry.yarnpkg.com/@walletconnect/react-native-compat/-/react-native-compat-2.16.2.tgz#49fc06ae0fdd42276ab86586c0406b0278b23897"
integrity sha512-eiuDVOFVcl248nuXT3rAEBF0rs2L3OuaE1zQvxcl0P/g5oj/84+yj1+ml1v209eiDIDbrTVENCa5evGAFExCRw==
dependencies:
events "3.3.0"
fast-text-encoding "1.0.6"
Expand Down
Loading