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

walletconnect: bump deps #5400

Merged
merged 8 commits into from
Mar 6, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/macstadium-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
- name: Lint
run: yarn lint:ci

- name: Unit tests
run: yarn test

- name: Install Pods
run: cd ios && bundle install && pod install --repo-update && cd ..

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
7 changes: 7 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,9 @@ PODS:
- React-Core
- react-native-cloud-fs (2.6.1):
- React
- react-native-compat (2.11.2):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- react-native-get-random-values (1.5.0):
- React
- react-native-ios-context-menu (1.15.3):
Expand Down Expand Up @@ -941,6 +944,7 @@ DEPENDENCIES:
- "react-native-cameraroll (from `../node_modules/@react-native-camera-roll/camera-roll`)"
- react-native-change-icon (from `../node_modules/react-native-change-icon`)
- react-native-cloud-fs (from `../node_modules/react-native-cloud-fs`)
- "react-native-compat (from `../node_modules/@walletconnect/react-native-compat`)"
- react-native-get-random-values (from `../node_modules/react-native-get-random-values`)
- react-native-ios-context-menu (from `../node_modules/react-native-ios-context-menu`)
- react-native-mail (from `../node_modules/react-native-mail`)
Expand Down Expand Up @@ -1145,6 +1149,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-change-icon"
react-native-cloud-fs:
:path: "../node_modules/react-native-cloud-fs"
react-native-compat:
:path: "../node_modules/@walletconnect/react-native-compat"
react-native-get-random-values:
:path: "../node_modules/react-native-get-random-values"
react-native-ios-context-menu:
Expand Down Expand Up @@ -1381,6 +1387,7 @@ SPEC CHECKSUMS:
react-native-cameraroll: aff50ec1df9d054626dceca9336e6644e153d32f
react-native-change-icon: ea9bb7255b09e89f41cbf282df16eade91ab1833
react-native-cloud-fs: e7103d1f693c57b481f820fa5e6b6b0522a5a31e
react-native-compat: e31d4e4ba7db54f2649c4b34b9b594029b51b5e2
react-native-get-random-values: 1404bd5cc0ab0e287f75ee1c489555688fc65f89
react-native-ios-context-menu: e529171ba760a1af7f2ef0729f5a7f4d226171c5
react-native-mail: a864fb211feaa5845c6c478a3266de725afdce89
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@
"@unstoppabledomains/resolution": "7.1.4",
"@wagmi/chains": "1.6.0",
"@walletconnect/client": "1.8.0",
"@walletconnect/core": "2.9.2",
"@walletconnect/core": "2.11.2",
"@walletconnect/legacy-utils": "2.0.0",
"@walletconnect/react-native-compat": "2.9.2",
"@walletconnect/types": "2.9.2",
"@walletconnect/utils": "2.9.2",
"@walletconnect/web3wallet": "1.8.8",
"@walletconnect/react-native-compat": "2.11.2",
"@walletconnect/types": "2.11.2",
"@walletconnect/utils": "2.11.2",
"@walletconnect/web3wallet": "1.10.2",
"assert": "1.5.0",
"async-mutex": "0.3.2",
"asyncstorage-down": "4.2.0",
Expand Down