From 53f0aef8ab1745645bd8c9645072da0148da06d0 Mon Sep 17 00:00:00 2001 From: 7riumph <58965520+7riumph@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:34:36 -0700 Subject: [PATCH] Revert "Bump @react-native-community/datetimepicker from 8.2.0 to 8.3.0" --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 704aba7..6127010 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.3.0", + "@react-native-community/datetimepicker": "^8.2.0", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native-stack": "^7.1.14", "@reduxjs/toolkit": "^2.5.0", @@ -3574,10 +3574,9 @@ } }, "node_modules/@react-native-community/datetimepicker": { - "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", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.2.0.tgz", + "integrity": "sha512-qrUPhiBvKGuG9Y+vOqsc56RPFcHa1SU2qbAMT0hfGkoFIj3FodE0VuPVrEa8fgy7kcD5NQmkZIKgHOBLV0+hWg==", "dependencies": { "invariant": "^2.2.4" }, diff --git a/package.json b/package.json index bf47d11..a0a9d3c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@react-native-async-storage/async-storage": "^1.23.1", - "@react-native-community/datetimepicker": "^8.3.0", + "@react-native-community/datetimepicker": "^8.2.0", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native-stack": "^7.1.14", "@reduxjs/toolkit": "^2.5.0",