deps: update react-native-watch-connectivity
It's back in active development and fixes a warning in iOS.
This commit is contained in:
parent
a113151563
commit
fbb6486b5f
|
@ -365,7 +365,7 @@ PODS:
|
||||||
- React
|
- React
|
||||||
- RNSVG (9.7.1):
|
- RNSVG (9.7.1):
|
||||||
- React
|
- React
|
||||||
- RNWatch (0.2.0):
|
- RNWatch (0.4.3):
|
||||||
- React
|
- React
|
||||||
- Yoga (1.14.0)
|
- Yoga (1.14.0)
|
||||||
|
|
||||||
|
@ -586,7 +586,7 @@ SPEC CHECKSUMS:
|
||||||
RNGoogleSignin: 39336070b35fc4cea6a98cf111e00480317be0ae
|
RNGoogleSignin: 39336070b35fc4cea6a98cf111e00480317be0ae
|
||||||
RNSound: c980916b596cc15c8dcd2f6ecd3b13c4881dbe20
|
RNSound: c980916b596cc15c8dcd2f6ecd3b13c4881dbe20
|
||||||
RNSVG: aac12785382e8fd4f28d072fe640612e34914631
|
RNSVG: aac12785382e8fd4f28d072fe640612e34914631
|
||||||
RNWatch: 09738b339eceb66e4d80a2371633ca5fb380fa42
|
RNWatch: a5320c959c75e72845c07985f3e935e58998f1d3
|
||||||
Yoga: 7b4209fda2441f99d54dd6cf4c82b094409bb68f
|
Yoga: 7b4209fda2441f99d54dd6cf4c82b094409bb68f
|
||||||
|
|
||||||
PODFILE CHECKSUM: 082858daebbe170e7a490de433e7f2a99e0c3701
|
PODFILE CHECKSUM: 082858daebbe170e7a490de433e7f2a99e0c3701
|
||||||
|
|
|
@ -15034,9 +15034,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-native-watch-connectivity": {
|
"react-native-watch-connectivity": {
|
||||||
"version": "0.2.0",
|
"version": "0.4.3",
|
||||||
"resolved": "https://registry.npmjs.org/react-native-watch-connectivity/-/react-native-watch-connectivity-0.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/react-native-watch-connectivity/-/react-native-watch-connectivity-0.4.3.tgz",
|
||||||
"integrity": "sha512-l3Quzbb+qa4in2U5RSt/lT0/pHrIpEChT1NnqrVAAXNrjkXjVOsxduaaEDdDhTzNJQEm/PcAcoyrFmgvGOohxw=="
|
"integrity": "sha512-iqdJ1KpZbR4XGahgVmaeibB7kDhyMT7wrylINgJaYBY38IAiI0LF32VX1umO4pko6n21YF5I/kSeNQ+OXGqqow=="
|
||||||
},
|
},
|
||||||
"react-native-webrtc": {
|
"react-native-webrtc": {
|
||||||
"version": "1.75.3",
|
"version": "1.75.3",
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
"react-native-svg": "9.7.1",
|
"react-native-svg": "9.7.1",
|
||||||
"react-native-svg-transformer": "0.13.0",
|
"react-native-svg-transformer": "0.13.0",
|
||||||
"react-native-swipeout": "2.3.6",
|
"react-native-swipeout": "2.3.6",
|
||||||
"react-native-watch-connectivity": "0.2.0",
|
"react-native-watch-connectivity": "0.4.3",
|
||||||
"react-native-webrtc": "1.75.3",
|
"react-native-webrtc": "1.75.3",
|
||||||
"react-native-webview": "7.4.1",
|
"react-native-webview": "7.4.1",
|
||||||
"react-redux": "7.1.0",
|
"react-redux": "7.1.0",
|
||||||
|
|
Loading…
Reference in New Issue