|
3 | 3 | "version": "0.0.1",
|
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
6 |
| - "android": "react-native run-android --appId com.walletconnect.w3i.rnexample", |
| 6 | + "android": "react-native run-android --appId=com.w3idapp", |
7 | 7 | "android:build": "cd android && ./gradlew clean && ./gradlew assembleRelease",
|
8 | 8 | "ios": "react-native run-ios",
|
9 | 9 | "lint": "eslint .",
|
10 | 10 | "start": "react-native start",
|
11 | 11 | "test": "jest"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "@craftzdog/react-native-buffer": "6.0.5", |
| 14 | + "@craftzdog/react-native-buffer": "^6.0.5", |
15 | 15 | "@json-rpc-tools/utils": "1.7.6",
|
16 | 16 | "@react-native-async-storage/async-storage": "1.19.1",
|
| 17 | + "@react-native-community/netinfo": "^9.4.1", |
17 | 18 | "@react-navigation/native": "6.1.6",
|
18 | 19 | "@react-navigation/native-stack": "6.9.12",
|
19 |
| - "@walletconnect/chat-client": "0.7.2", |
20 |
| - "@walletconnect/core": "2.9.2", |
| 20 | + "@walletconnect/core": "^2.10.0", |
21 | 21 | "@walletconnect/modal-react-native": "1.0.0-rc.9",
|
22 |
| - "@walletconnect/push-client": "0.10.7", |
23 |
| - "@walletconnect/react-native-compat": "2.9.2", |
24 |
| - "@walletconnect/sync-client": "0.3.7", |
25 |
| - "@walletconnect/types": "2.9.2", |
26 |
| - "@walletconnect/web3inbox-webview": "0.0.6", |
| 22 | + "@walletconnect/react-native-compat": "^2.10.0", |
| 23 | + "@walletconnect/types": "^2.10.0", |
| 24 | + "@walletconnect/web3inbox-webview": "^0.0.7", |
27 | 25 | "babel-plugin-module-resolver": "5.0.0",
|
28 | 26 | "ethers": "5.7.2",
|
29 | 27 | "react": "18.2.0",
|
30 |
| - "react-native": "0.72.3", |
| 28 | + "react-native": "^0.72.4", |
31 | 29 | "react-native-get-random-values": "1.9.0",
|
32 | 30 | "react-native-modal": "13.0.1",
|
33 |
| - "react-native-quick-base64": "2.0.7", |
34 |
| - "react-native-quick-crypto": "0.6.1", |
| 31 | + "react-native-quick-base64": "^2.0.7", |
| 32 | + "react-native-quick-crypto": "^0.6.1", |
35 | 33 | "react-native-safe-area-context": "4.5.3",
|
36 | 34 | "react-native-screens": "3.20.0",
|
37 | 35 | "react-native-svg": "13.9.0",
|
38 | 36 | "react-native-webview": "13.3.1",
|
39 |
| - "stream-browserify": "3.0.0", |
| 37 | + "stream-browserify": "^3.0.0", |
40 | 38 | "text-encoding": "0.7.0"
|
41 | 39 | },
|
42 | 40 | "devDependencies": {
|
|
0 commit comments