From 81dd0f970c0cd12928944dfb8f8526a2b70e88a4 Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Sat, 6 Aug 2022 09:05:57 +0000 Subject: [PATCH] Bump @react-native-community/datetimepicker from 6.3.0 to 6.3.1 Bumps [@react-native-community/datetimepicker](https://github.com/react-native-community/datetimepicker) from 6.3.0 to 6.3.1. - [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/v6.3.0...v6.3.1) --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3420df..b7a68ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1194,9 +1194,9 @@ "integrity": "sha512-ng6Tm537E/M42GjE4TRUxQyL8sRfClcL7bQWblOCoxPZzJ2J3bdALsjeG3vDnVCIfI/R0AeFalN9KjMt0+Z/Zg==" }, "@react-native-community/datetimepicker": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-6.3.0.tgz", - "integrity": "sha512-X646oaloVFpDVrdGMcxtcLIL6k6p0cpZ2w2CvYFX9imjtk/gwIjJaxdRyjqM7F8o5FWSqK9X6z8HPRKWsbfelQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-6.3.1.tgz", + "integrity": "sha512-WdSc34CwKTK7ied9En9yxs6WHN5bBdw2hGgWr4rqJcfC7qAOQCV+JA7iFxN7Ob1wxE/7gsTX2hZG8tmd62PH1g==", "requires": { "invariant": "^2.2.4" } @@ -1243,9 +1243,9 @@ "dev": true }, "@types/node": { - "version": "18.6.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.6.3.tgz", - "integrity": "sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg==", + "version": "18.6.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.6.4.tgz", + "integrity": "sha512-I4BD3L+6AWiUobfxZ49DlU43gtI+FTHSv9pE2Zekg6KjMpre4ByusaljW3vYSLJrvQ1ck1hUaeVu8HVlY3vzHg==", "dev": true }, "@types/stack-utils": { diff --git a/package.json b/package.json index cf2bc7a..c46128c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@js-joda/core": "^5.2.0", "@ptomasroos/react-native-multi-slider": "^2.2.0", - "@react-native-community/datetimepicker": "^6.3.0", + "@react-native-community/datetimepicker": "^6.3.1", "@react-native-community/push-notification-ios": "^1.8.0", "csvtojson": "^2.0.8", "i18next": "^21.8.16",