diff --git a/package-lock.json b/package-lock.json index f7b679a..bef19eb 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.5.0", "@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.5.0", + "resolved": "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.5.0.tgz", + "integrity": "sha512-RMWll1aPppMtzdJz4we4poNzVj9WUw5URHID7D2ICjGZq3KjrwwexvBnzp75EIYE/ihHXCn/OvYKe73fws9Y/g==", + "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..43c7a26 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.5.0", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native-stack": "^7.1.14", "@reduxjs/toolkit": "^2.5.0",