Updated react-native-lightbox dependency

This commit is contained in:
Bruno Cascio
2017-07-27 10:41:56 -03:00
parent c9e0520017
commit ef6b5a85d9
2 changed files with 14 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
"prop-types": "15.5.10",
"react-native-communications": "2.2.1",
"react-native-invertible-scroll-view": "1.0.0",
"react-native-lightbox": "oblador/react-native-lightbox#c84a8543d4511fe6a44c3d7820747c9c1bddd875",
"react-native-lightbox": "git+https://github.com/brunocascio/react-native-lightbox.git",
"react-native-parsed-text": "git+https://github.com/brunocascio/react-native-parsed-text.git#08b864e10e5b65298c628cafd9231fb28f7e4064",
"shallowequal": "1.0.2",
"uuid": "3.1.0"

View File

@@ -190,6 +190,14 @@ core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
create-react-class@^15.6.0:
version "15.6.0"
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.0.tgz#ab448497c26566e1e29413e883207d57cfe7bed4"
dependencies:
fbjs "^0.8.9"
loose-envify "^1.3.1"
object-assign "^4.1.1"
crypt@~0.0.1:
version "0.0.2"
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
@@ -882,7 +890,7 @@ number-is-nan@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
object-assign@^4.0.1, object-assign@^4.1.0:
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
@@ -1023,10 +1031,12 @@ react-native-invertible-scroll-view@1.0.0:
react-clone-referenced-element "^1.0.1"
react-native-scrollable-mixin "^1.0.1"
react-native-lightbox@oblador/react-native-lightbox#c84a8543d4511fe6a44c3d7820747c9c1bddd875:
"react-native-lightbox@git+https://github.com/brunocascio/react-native-lightbox.git":
version "0.6.0"
resolved "https://codeload.github.com/oblador/react-native-lightbox/tar.gz/c84a8543d4511fe6a44c3d7820747c9c1bddd875"
resolved "git+https://github.com/brunocascio/react-native-lightbox.git#878db6896d6e09f703e44b27e3eb25b21573963c"
dependencies:
create-react-class "^15.6.0"
prop-types "^15.5.10"
react-timer-mixin "^0.13.3"
"react-native-parsed-text@git+https://github.com/brunocascio/react-native-parsed-text.git#08b864e10e5b65298c628cafd9231fb28f7e4064":