From 116a11f74a4ec7ef96274f03067488953d19253f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Feb 2019 12:54:22 +0000 Subject: [PATCH] Bump react-native-modal-datetime-picker from 5.1.0 to 6.0.0 Bumps [react-native-modal-datetime-picker](https://github.com/mmazzarolo/react-native-modal-datetime-picker) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/mmazzarolo/react-native-modal-datetime-picker/releases) - [Commits](https://github.com/mmazzarolo/react-native-modal-datetime-picker/compare/v5.1.0...v6.0.0) Signed-off-by: dependabot[bot] --- addons/ondevice-knobs/package.json | 2 +- yarn.lock | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/addons/ondevice-knobs/package.json b/addons/ondevice-knobs/package.json index f447f176a4f6..d286869a25bc 100644 --- a/addons/ondevice-knobs/package.json +++ b/addons/ondevice-knobs/package.json @@ -25,7 +25,7 @@ "deep-equal": "^1.0.1", "prop-types": "^15.6.2", "react-native-color-picker": "^0.4.0", - "react-native-modal-datetime-picker": "^5.1.0", + "react-native-modal-datetime-picker": "^6.0.0", "react-native-modal-selector": "^0.0.29", "react-native-switch": "^1.5.0" }, diff --git a/yarn.lock b/yarn.lock index 6a33a6d6435f..2ae8e73ba0db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17064,12 +17064,13 @@ react-native-color-picker@^0.4.0: prop-types "^15.5.10" tinycolor2 "^1.4.1" -react-native-modal-datetime-picker@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/react-native-modal-datetime-picker/-/react-native-modal-datetime-picker-5.1.0.tgz#6e183531170881c2ff5b0742d132060f828e2b77" +react-native-modal-datetime-picker@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/react-native-modal-datetime-picker/-/react-native-modal-datetime-picker-6.0.0.tgz#8018994524122ad48fd6bc66f26f623c75a49fb3" + integrity sha512-O8brvSXgvRtfHzAyCNSrPcylE05cyK30D8/7rM0kjXLnlDcoiXtEl62qDQw8wnJOAL6kQFGn/iQ8H4mGXptiHw== dependencies: prop-types "^15.6.1" - react-native-modal "^5.4.0" + react-native-modal "^6.2.0" react-native-modal-selector@^0.0.29: version "0.0.29" @@ -17077,9 +17078,10 @@ react-native-modal-selector@^0.0.29: dependencies: prop-types "^15.5.10" -react-native-modal@^5.4.0: - version "5.4.0" - resolved "https://registry.yarnpkg.com/react-native-modal/-/react-native-modal-5.4.0.tgz#95f70b5d68e08824951cd11038b9db2d6fdb9962" +react-native-modal@^6.2.0: + version "6.5.0" + resolved "https://registry.yarnpkg.com/react-native-modal/-/react-native-modal-6.5.0.tgz#46220b2289a41597d344c1db17454611b426a758" + integrity sha512-ewchdETAGd32xLGLK93NETEGkRcePtN7ZwjmLSQnNW1Zd0SRUYE8NqftjamPyfKvK0i2DZjX4YAghGZTqaRUbA== dependencies: prop-types "^15.6.1" react-native-animatable "^1.2.4"