From 7583b5c1d0bca6aaeebef75337db281796c8e8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:40:38 +0000 Subject: [PATCH] Bump @react-native-community/datetimepicker from 8.2.0 to 8.4.4 Bumps [@react-native-community/datetimepicker](https://github.com/react-native-community/datetimepicker) from 8.2.0 to 8.4.4. - [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.4.4) --- updated-dependencies: - dependency-name: "@react-native-community/datetimepicker" dependency-version: 8.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7b679a..e7883c9 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.4.4", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native-stack": "^7.1.14", "@reduxjs/toolkit": "^2.5.0", @@ -3906,14 +3906,15 @@ } }, "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.4.4", + "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.4.4.tgz", + "integrity": "sha512-bc4ZixEHxZC9/qf5gbdYvIJiLZ5CLmEsC3j+Yhe1D1KC/3QhaIfGDVdUcid0PdlSoGOSEq4VlB93AWyetEyBSQ==", + "license": "MIT", "dependencies": { "invariant": "^2.2.4" }, "peerDependencies": { - "expo": ">=50.0.0", + "expo": ">=52.0.0", "react": "*", "react-native": "*", "react-native-windows": "*" diff --git a/package.json b/package.json index 7b758f3..225445b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@react-native-async-storage/async-storage": "^1.23.1", - "@react-native-community/datetimepicker": "^8.2.0", + "@react-native-community/datetimepicker": "^8.4.4", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native-stack": "^7.1.14", "@reduxjs/toolkit": "^2.5.0",