Skip to content

Commit d22e59c

Browse files
committed
fixup! feat(suite-native): add walletconnect
1 parent db34bb3 commit d22e59c

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

suite-native/app/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"dependencies": {
2424
"@gorhom/bottom-sheet": "5.0.5",
2525
"@mobily/ts-belt": "^3.13.1",
26-
"@react-native-async-storage/async-storage": "^2.1.1",
2726
"@react-native-community/netinfo": "^11.4.1",
2827
"@react-native/metro-config": "^0.76.1",
2928
"@react-navigation/bottom-tabs": "6.6.1",
@@ -87,7 +86,6 @@
8786
"@trezor/styles": "workspace:*",
8887
"@trezor/theme": "workspace:*",
8988
"@trezor/trezor-user-env-link": "workspace:*",
90-
"@walletconnect/react-native-compat": "^2.18.1",
9189
"@whatwg-node/events": "0.1.2",
9290
"abortcontroller-polyfill": "1.7.6",
9391
"buffer": "^6.0.3",
@@ -109,7 +107,6 @@
109107
"expo-system-ui": "^4.0.2",
110108
"expo-updates": "0.26.6",
111109
"expo-video": "^2.0.1",
112-
"fast-text-encoding": "^1.0.6",
113110
"jotai": "1.9.1",
114111
"lottie-react-native": "^7.1.0",
115112
"node-libs-browser": "^2.2.1",
@@ -139,7 +136,6 @@
139136
"@react-native/babel-preset": "^0.75.2",
140137
"@suite-common/test-utils": "workspace:^",
141138
"@trezor/connect-mobile": "workspace:^",
142-
"@types/fast-text-encoding": "^1",
143139
"@types/jest": "^29.5.12",
144140
"@types/node": "22.10.1",
145141
"babel-plugin-transform-inline-environment-variables": "^0.4.4",

suite-native/module-connect-popup/package.json

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"type-check": "yarn g:tsc --build"
1111
},
1212
"dependencies": {
13+
"@react-native-async-storage/async-storage": "^2.1.1",
1314
"@react-navigation/native": "6.1.18",
1415
"@reduxjs/toolkit": "2.6.0",
1516
"@suite-common/suite-types": "workspace:*",
@@ -23,9 +24,14 @@
2324
"@suite-native/intl": "workspace:^",
2425
"@suite-native/navigation": "workspace:*",
2526
"@trezor/connect-mobile": "workspace:*",
27+
"@walletconnect/react-native-compat": "^2.18.1",
2628
"expo-linking": "^7.0.5",
29+
"fast-text-encoding": "^1.0.6",
2730
"react": "18.2.0",
2831
"react-native": "0.76.1",
2932
"react-redux": "9.2.0"
33+
},
34+
"devDependencies": {
35+
"@types/fast-text-encoding": "^1"
3036
}
3137
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9797,7 +9797,6 @@ __metadata:
97979797
"@gorhom/bottom-sheet": "npm:5.0.5"
97989798
"@jest/globals": "npm:^29.7.0"
97999799
"@mobily/ts-belt": "npm:^3.13.1"
9800-
"@react-native-async-storage/async-storage": "npm:^2.1.1"
98019800
"@react-native-community/cli": "npm:^15.1.2"
98029801
"@react-native-community/netinfo": "npm:^11.4.1"
98039802
"@react-native/babel-preset": "npm:^0.75.2"
@@ -9865,10 +9864,8 @@ __metadata:
98659864
"@trezor/styles": "workspace:*"
98669865
"@trezor/theme": "workspace:*"
98679866
"@trezor/trezor-user-env-link": "workspace:*"
9868-
"@types/fast-text-encoding": "npm:^1"
98699867
"@types/jest": "npm:^29.5.12"
98709868
"@types/node": "npm:22.10.1"
9871-
"@walletconnect/react-native-compat": "npm:^2.18.1"
98729869
"@whatwg-node/events": "npm:0.1.2"
98739870
abortcontroller-polyfill: "npm:1.7.6"
98749871
babel-plugin-transform-inline-environment-variables: "npm:^0.4.4"
@@ -9894,7 +9891,6 @@ __metadata:
98949891
expo-system-ui: "npm:^4.0.2"
98959892
expo-updates: "npm:0.26.6"
98969893
expo-video: "npm:^2.0.1"
9897-
fast-text-encoding: "npm:^1.0.6"
98989894
jest: "npm:^29.7.0"
98999895
jest-junit: "npm:^16.0.0"
99009896
jotai: "npm:1.9.1"
@@ -10553,6 +10549,7 @@ __metadata:
1055310549
version: 0.0.0-use.local
1055410550
resolution: "@suite-native/module-connect-popup@workspace:suite-native/module-connect-popup"
1055510551
dependencies:
10552+
"@react-native-async-storage/async-storage": "npm:^2.1.1"
1055610553
"@react-navigation/native": "npm:6.1.18"
1055710554
"@reduxjs/toolkit": "npm:2.6.0"
1055810555
"@suite-common/suite-types": "workspace:*"
@@ -10566,7 +10563,10 @@ __metadata:
1056610563
"@suite-native/intl": "workspace:^"
1056710564
"@suite-native/navigation": "workspace:*"
1056810565
"@trezor/connect-mobile": "workspace:*"
10566+
"@types/fast-text-encoding": "npm:^1"
10567+
"@walletconnect/react-native-compat": "npm:^2.18.1"
1056910568
expo-linking: "npm:^7.0.5"
10569+
fast-text-encoding: "npm:^1.0.6"
1057010570
react: "npm:18.2.0"
1057110571
react-native: "npm:0.76.1"
1057210572
react-redux: "npm:9.2.0"

0 commit comments

Comments
 (0)