Merge pull request #15 from brunobar79/master

Bump react-native-gesture-handler to latest version
This commit is contained in:
Brent Vatne
2019-03-15 16:17:07 -07:00
parent f997d0c34b
commit b3a62c1079
2 changed files with 14 additions and 14 deletions

View File

@@ -55,7 +55,7 @@
"jest": "^23.6.0",
"prettier": "^1.8.2",
"react": "16.6.3",
"react-dom": "16.3.1",
"react-dom": "16.3.2",
"react-native": "^0.57.7",
"react-navigation": "^2.11.2",
"react-test-renderer": "16.6.3",
@@ -88,7 +88,7 @@
},
"dependencies": {
"hoist-non-react-statics": "^3.0.1",
"react-native-gesture-handler": "~1.0.14",
"react-native-gesture-handler": "~1.1.0",
"react-native-safe-area-view": "^0.13.0",
"react-native-screens": "^1.0.0 || ^1.0.0-alpha"
}

View File

@@ -7009,10 +7009,10 @@ react-devtools-core@^3.4.2:
shell-quote "^1.6.1"
ws "^3.3.1"
react-dom@16.3.1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.1.tgz#6a3c90a4fb62f915bdbcf6204422d93a7d4ca573"
integrity sha512-2Infg89vzahq8nfVi1GkjPqq0vrBvf0f3T0+dTtyjq4f6HKOqKixAK25Vr593O3QTx4kw/vmUtAJwerlevNWOA==
react-dom@16.3.2:
version "16.3.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.2.tgz#cb90f107e09536d683d84ed5d4888e9640e0e4df"
integrity sha512-MMPko3zYncNrz/7gG17wJWUREZDvskZHXOwbttzl0F0L3wDmToyuETuo/r8Y5yvDejwYcRyWI1lvVBjLJWFwKA==
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
@@ -7048,10 +7048,10 @@ react-native-drawer-layout@1.3.2:
dependencies:
react-native-dismiss-keyboard "1.0.0"
react-native-gesture-handler@~1.0.14:
version "1.0.15"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.0.15.tgz#7e0d0a457820a3c9325a3d492daaed14400508a6"
integrity sha512-BePn+YOKcspHb1xPkUdJs+H6jiaECrT2c98txADBYWHwuUeundE+uUJG0r3FQLFvM2MoGeiJeD96sePzk+WSvQ==
react-native-gesture-handler@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.1.0.tgz#2a7d545ad2e0ca23adce22b2af441ad360ecccee"
integrity sha512-E9IKHpmL+sz/iCYkUriTUjBaQBORWV+oheYPQleADkxjo2sYsQfnlyTz4EQYFONkUwJ6WmfTNkYt2/yc5U4Ziw==
dependencies:
hoist-non-react-statics "^2.3.1"
invariant "^2.2.2"
@@ -7064,10 +7064,10 @@ react-native-safe-area-view@0.11.0:
dependencies:
hoist-non-react-statics "^2.3.1"
react-native-safe-area-view@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.12.0.tgz#5c312f087300ecf82e8541c3eac25d560e147f22"
integrity sha512-UrAXmBC4KNR5K2eczIDZgqceWyKsgG9gmWFerHCvoyApfei8ceBB9u/c//PWCpS5Gt8MRLTmX5jPtzdXo2yNqg==
react-native-safe-area-view@^0.13.0:
version "0.13.1"
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.13.1.tgz#834bbb6d22f76a7ff07de56725ee5667ba1386b0"
integrity sha512-d/pu2866jApSwLtK/xWAvMXZkNTIQcFrjjbcTATBrmIfFNnu8TNFUcMRFpfJ+eOn5nmx7uGmDvs9B53Ft7JGpQ==
dependencies:
hoist-non-react-statics "^2.3.1"