chore(deps) react-native-sound @ 0.11.1
This commit is contained in:
parent
50eb6563e3
commit
656e0ba1e9
|
@ -380,11 +380,11 @@ PODS:
|
|||
- React-Core
|
||||
- RNScreens (2.18.1):
|
||||
- React-Core
|
||||
- RNSound (0.11.0):
|
||||
- React
|
||||
- RNSound/Core (= 0.11.0)
|
||||
- RNSound/Core (0.11.0):
|
||||
- React
|
||||
- RNSound (0.11.1):
|
||||
- React-Core
|
||||
- RNSound/Core (= 0.11.1)
|
||||
- RNSound/Core (0.11.1):
|
||||
- React-Core
|
||||
- RNSVG (12.1.0):
|
||||
- React
|
||||
- RNWatch (0.4.3):
|
||||
|
@ -642,7 +642,7 @@ SPEC CHECKSUMS:
|
|||
RNGoogleSignin: c4381751eefd73c552b923ba347a9bfc6f18771c
|
||||
RNReanimated: 514a11da3a2bcc6c3dfd9de32b38e2b9bf101926
|
||||
RNScreens: f7ad633b2e0190b77b6a7aab7f914fad6f198d8d
|
||||
RNSound: da030221e6ac7e8290c6b43f2b5f2133a8e225b0
|
||||
RNSound: 27e8268bdb0a1f191f219a33267f7e0445e8d62f
|
||||
RNSVG: ce9d996113475209013317e48b05c21ee988d42e
|
||||
RNWatch: a5320c959c75e72845c07985f3e935e58998f1d3
|
||||
Yoga: 96b469c5e81ff51b917b92e8c3390642d4ded30c
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
"react-native-reanimated": "1.13.3",
|
||||
"react-native-safe-area-context": "3.3.2",
|
||||
"react-native-screens": "2.18.1",
|
||||
"react-native-sound": "github:jitsi/react-native-sound#3fe5480fce935e888d5089d94a191c7c7e3aa190",
|
||||
"react-native-sound": "0.11.1",
|
||||
"react-native-splash-screen": "3.2.0",
|
||||
"react-native-svg": "12.1.0",
|
||||
"react-native-svg-transformer": "0.14.3",
|
||||
|
@ -15957,10 +15957,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-native-sound": {
|
||||
"version": "0.11.0",
|
||||
"resolved": "git+ssh://git@github.com/jitsi/react-native-sound.git#3fe5480fce935e888d5089d94a191c7c7e3aa190",
|
||||
"integrity": "sha512-364A1CvMgh5MnzI4iJgg+AqpePO63Jmf1ESvkTlW+VK3S513fM3092+5mupmGO8KIP77PuYpuNjTYpjZukbgkw==",
|
||||
"license": "MIT",
|
||||
"version": "0.11.1",
|
||||
"resolved": "https://registry.npmjs.org/react-native-sound/-/react-native-sound-0.11.1.tgz",
|
||||
"integrity": "sha512-6cVmCSOvSjCBmIoc+9FFINpT1nW53KlvF/hIyD1uj+HI4NUOma08zI+8pGIpY9cExPmsOh+OoFX3EOODpY78yw==",
|
||||
"peerDependencies": {
|
||||
"react-native": ">=0.8.0"
|
||||
}
|
||||
|
@ -32775,9 +32774,9 @@
|
|||
"integrity": "sha512-r5WZLpmx2hHjC1RgMdPq5YpSU9tEhBpUaZ5M1SUtNIONyiLqQVxabhRCINdebIk4depJiIl7yw2Q85zJyeX6fw=="
|
||||
},
|
||||
"react-native-sound": {
|
||||
"version": "git+ssh://git@github.com/jitsi/react-native-sound.git#3fe5480fce935e888d5089d94a191c7c7e3aa190",
|
||||
"integrity": "sha512-364A1CvMgh5MnzI4iJgg+AqpePO63Jmf1ESvkTlW+VK3S513fM3092+5mupmGO8KIP77PuYpuNjTYpjZukbgkw==",
|
||||
"from": "react-native-sound@github:jitsi/react-native-sound#3fe5480fce935e888d5089d94a191c7c7e3aa190"
|
||||
"version": "0.11.1",
|
||||
"resolved": "https://registry.npmjs.org/react-native-sound/-/react-native-sound-0.11.1.tgz",
|
||||
"integrity": "sha512-6cVmCSOvSjCBmIoc+9FFINpT1nW53KlvF/hIyD1uj+HI4NUOma08zI+8pGIpY9cExPmsOh+OoFX3EOODpY78yw=="
|
||||
},
|
||||
"react-native-splash-screen": {
|
||||
"version": "3.2.0",
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
"react-native-reanimated": "1.13.3",
|
||||
"react-native-safe-area-context": "3.3.2",
|
||||
"react-native-screens": "2.18.1",
|
||||
"react-native-sound": "github:jitsi/react-native-sound#3fe5480fce935e888d5089d94a191c7c7e3aa190",
|
||||
"react-native-sound": "0.11.1",
|
||||
"react-native-splash-screen": "3.2.0",
|
||||
"react-native-svg": "12.1.0",
|
||||
"react-native-svg-transformer": "0.14.3",
|
||||
|
|
Loading…
Reference in New Issue