From bd0cea9ac92dd5d2e85c4b231d853413bb40a32f Mon Sep 17 00:00:00 2001 From: Farhoud Shapouran Date: Mon, 16 Sep 2024 00:06:25 +0300 Subject: [PATCH] chore: update dependencies bumped version to 2.0.4 --- example/src/App.tsx | 2 +- package.json | 7 +++---- yarn.lock | 12 ++++++------ 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/example/src/App.tsx b/example/src/App.tsx index 274fd6b..0e078bb 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -225,7 +225,7 @@ export default function App() { : '...'} setDate(dayjs())} + onPress={() => setDate(new Date())} accessibilityRole="button" accessibilityLabel="Today" > diff --git a/package.json b/package.json index 1164857..f6a700e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ui-datepicker", - "version": "2.0.3", + "version": "2.0.4", "description": "Customizable date picker for React Native", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -172,9 +172,8 @@ ] }, "dependencies": { - "dayjs": "^1.11.10", + "dayjs": "^1.11.13", "lodash": "^4.17.21", - "react-native-wheely": "^0.6.0", - "uninstall": "^0.0.0" + "react-native-wheely": "^0.6.0" } } diff --git a/yarn.lock b/yarn.lock index 3fca88e..0edf430 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3790,7 +3790,12 @@ dateformat@^3.0.0: resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== -dayjs@^1.11.10, dayjs@^1.8.15: +dayjs@^1.11.13: + version "1.11.13" + resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c" + integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg== + +dayjs@^1.8.15: version "1.11.10" resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0" integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ== @@ -9395,11 +9400,6 @@ unicode-property-aliases-ecmascript@^2.0.0: resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd" integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== -uninstall@^0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/uninstall/-/uninstall-0.0.0.tgz#103e6e37e9c52ec857542cd259023d71c7a3fb2b" - integrity sha512-pjP/0+A4gsbDVa8XH/S2GZdT9NPJW8NFMy3GI7HnsWG+NAmFSSj3QidNosXBI9cPtxxNExEDdhKFO6sli8K3mA== - unique-string@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-3.0.0.tgz#84a1c377aff5fd7a8bc6b55d8244b2bd90d75b9a"