Skip to content

Commit

Permalink
fix(deps): update dependency react-native-video to ^6.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent aa2660c commit 42c5e92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"react-native-svg": "^13.14.0",
"react-native-tab-view": "^2.16.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-video": "^6.0.0-alpha.7",
"react-native-video": "^6.0.0-alpha.10",
"react-native-webview": "^13.6.2",
"react-redux": "^7.2.9",
"redux": "^4.2.1",
Expand Down
26 changes: 4 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7914,15 +7914,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==

deprecated-react-native-prop-types@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.3.0.tgz#c10c6ee75ff2b6de94bb127f142b814e6e08d9ab"
integrity sha512-pWD0voFtNYxrVqvBMYf5gq3NA2GCpfodS1yNynTPc93AYA/KEMGeWDqqeUB6R2Z9ZofVhks2aeJXiuQqKNpesA==
dependencies:
"@react-native/normalize-color" "*"
invariant "*"
prop-types "*"

deprecated-react-native-prop-types@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-3.0.1.tgz#a275f84cd8519cd1665e8df3c99e9067d57a23ec"
Expand Down Expand Up @@ -11966,11 +11957,6 @@ keccak@^3.0.0, keccak@^3.0.2, keccak@^3.0.3:
node-gyp-build "^4.2.0"
readable-stream "^3.6.0"

keymirror@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/keymirror/-/keymirror-0.1.1.tgz#918889ea13f8d0a42e7c557250eee713adc95c35"
integrity sha512-vIkZAFWoDijgQT/Nvl2AHCMmnegN2ehgTPYuyy2hWQkQSntI0S7ESYqdLkoSe1HyEBFHHkCgSIvVdSEiWwKvCg==

keyv@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz#ecc228486f69991e49e9476485a5be1e8fc5c4d9"
Expand Down Expand Up @@ -15171,14 +15157,10 @@ react-native-version@^3.1.0:
resolve-from "^5.0.0"
semver "^6.0.0"

react-native-video@^6.0.0-alpha.7:
version "6.0.0-alpha.7"
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.0.0-alpha.7.tgz#3bb4dd1860d269ac4fd912b2a526a666a681d2c7"
integrity sha512-X/siSaJf0V//IbnozjDm1jAjNaXlFy6Hbr6X8GNFl/ztLvN+Z8R/Quq9Q8o22XVwlPacPQ9VS/G0Stdktn0FEw==
dependencies:
deprecated-react-native-prop-types "^2.2.0"
keymirror "^0.1.1"
prop-types "^15.7.2"
react-native-video@^6.0.0-alpha.10:
version "6.0.0-beta.0"
resolved "https://registry.yarnpkg.com/react-native-video/-/react-native-video-6.0.0-beta.0.tgz#c6c3c21f3d46e66dfc942f61dc65dc89ca6b5ff5"
integrity sha512-PZrwrbVKvIyDdRImV76T75/Cmilx5TC1H78D5/rPOsiE/LKabWWXUDNZeNx8hdwcmdPxtGHK77BdLq8S1qYAmQ==

react-native-webview@^13.6.2:
version "13.6.2"
Expand Down

0 comments on commit 42c5e92

Please sign in to comment.