@walletconnect/react-native-compat 2.9.2-canary-1ef842bf → 2.9.2-canary-9b9f6ce
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@walletconnect/react-native-compat",
|
3
3
|
"description": "Shims for WalletConnect Protocol in React Native Projects",
|
4
|
-
"version": "2.9.2-canary-
|
4
|
+
"version": "2.9.2-canary-9b9f6ce",
|
5
5
|
"author": "WalletConnect, Inc. <walletconnect.com>",
|
6
6
|
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
|
7
7
|
"license": "Apache-2.0",
|
@@ -21,12 +21,12 @@
|
|
21
21
|
"prettier": "prettier --check './**/*.{js,ts,jsx,tsx}'"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@react-native-community/netinfo": "^9.4.1",
|
25
24
|
"events": "3.3.0",
|
26
25
|
"fast-text-encoding": "^1.0.6"
|
27
26
|
},
|
28
27
|
"peerDependencies": {
|
29
28
|
"@react-native-async-storage/async-storage": "*",
|
29
|
+
"@react-native-community/netinfo": "*",
|
30
30
|
"react-native-get-random-values": "*"
|
31
31
|
}
|
32
32
|
}
|