From e07be7b9ac4f94ffc5b0f7c59c59327845434fdc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 13:29:16 +0000 Subject: [PATCH] Bump @react-native-community/datetimepicker from 2.4.0 to 3.5.0 Bumps [@react-native-community/datetimepicker](https://github.com/react-native-community/datetimepicker) from 2.4.0 to 3.5.0. - [Release notes](https://github.com/react-native-community/datetimepicker/releases) - [Changelog](https://github.com/react-native-datetimepicker/datetimepicker/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-native-community/datetimepicker/compare/v2.4.0...v3.5.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58ee223..d62895e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1572,9 +1572,9 @@ "integrity": "sha512-ael2f1onoPF3vF7YqHGWy7NnafzGu+yp88BbFbP0ydoCP2xGSUzmZVw0zakPTC040Id+JQ9WeFczujMkDy6jYQ==" }, "@react-native-community/datetimepicker": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-2.4.0.tgz", - "integrity": "sha512-ZXPwNAQt4T66PTL20l2nSEbtsn6vtsvFqdYWBfx8aaNKBoCPDygR6SsYzWcIoexKH5wmX0zctSzIsryl+Gtngg==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-3.5.0.tgz", + "integrity": "sha512-d+qI4iQYnB5ekA6hhMzoWjNGLWju+zG/T5kXZrfx+XtSeU0HB8flGNJwWOZc8pDAdKatrDHkfwtGb4wZ0aNjKg==", "requires": { "invariant": "^2.2.4" } diff --git a/package.json b/package.json index 5000805..f37166e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "eject": "expo eject" }, "dependencies": { - "@react-native-community/datetimepicker": "2.4.0", + "@react-native-community/datetimepicker": "3.5.0", "@react-native-community/masked-view": "0.1.10", "@react-navigation/bottom-tabs": "^5.7.1", "@react-navigation/native": "^5.7.0",