From 5570a09d28a8befa58dc2de577cfb17d7dbbe845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:07:24 +0000 Subject: [PATCH] Bump @react-native-community/datetimepicker from 8.2.0 to 8.3.0 Bumps [@react-native-community/datetimepicker](https://github.com/react-native-community/datetimepicker) from 8.2.0 to 8.3.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/v8.2.0...v8.3.0) --- updated-dependencies: - dependency-name: "@react-native-community/datetimepicker" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e37f2b..5fd79b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@react-native-async-storage/async-storage": "^1.23.1", - "@react-native-community/datetimepicker": "^8.2.0", + "@react-native-community/datetimepicker": "^8.3.0", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native-stack": "^7.1.14", "@reduxjs/toolkit": "^2.5.0", @@ -3906,9 +3906,10 @@ } }, "node_modules/@react-native-community/datetimepicker": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.2.0.tgz", - "integrity": "sha512-qrUPhiBvKGuG9Y+vOqsc56RPFcHa1SU2qbAMT0hfGkoFIj3FodE0VuPVrEa8fgy7kcD5NQmkZIKgHOBLV0+hWg==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.3.0.tgz", + "integrity": "sha512-K/KgaJbLtjMpx4PaG4efrVIcSe6+DbLufeX1lwPB5YY8i3sq9dOh6WcAcMTLbaRTUpurebQTkl7puHPFm9GalA==", + "license": "MIT", "dependencies": { "invariant": "^2.2.4" }, diff --git a/package.json b/package.json index 93024b0..6e24290 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@react-native-async-storage/async-storage": "^1.23.1", - "@react-native-community/datetimepicker": "^8.2.0", + "@react-native-community/datetimepicker": "^8.3.0", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native-stack": "^7.1.14", "@reduxjs/toolkit": "^2.5.0",