File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ export default function App() {
225225 : '...' }
226226 </ Text >
227227 < Pressable
228- onPress = { ( ) => setDate ( dayjs ( ) ) }
228+ onPress = { ( ) => setDate ( new Date ( ) ) }
229229 accessibilityRole = "button"
230230 accessibilityLabel = "Today"
231231 >
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-ui-datepicker" ,
3- "version" : " 2.0.3 " ,
3+ "version" : " 2.0.4 " ,
44 "description" : " Customizable date picker for React Native" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
172172 ]
173173 },
174174 "dependencies" : {
175- "dayjs" : " ^1.11.10 " ,
175+ "dayjs" : " ^1.11.13 " ,
176176 "lodash" : " ^4.17.21" ,
177- "react-native-wheely" : " ^0.6.0" ,
178- "uninstall" : " ^0.0.0"
177+ "react-native-wheely" : " ^0.6.0"
179178 }
180179}
Original file line number Diff line number Diff line change @@ -3790,7 +3790,12 @@ dateformat@^3.0.0:
37903790 resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
37913791 integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
37923792
3793- dayjs@^1.11.10, dayjs@^1.8.15 :
3793+ dayjs@^1.11.13 :
3794+ version "1.11.13"
3795+ resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c"
3796+ integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==
3797+
3798+ dayjs@^1.8.15 :
37943799 version "1.11.10"
37953800 resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0"
37963801 integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==
@@ -9395,11 +9400,6 @@ unicode-property-aliases-ecmascript@^2.0.0:
93959400 resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
93969401 integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
93979402
9398- uninstall@^0.0.0 :
9399- version "0.0.0"
9400- resolved "https://registry.yarnpkg.com/uninstall/-/uninstall-0.0.0.tgz#103e6e37e9c52ec857542cd259023d71c7a3fb2b"
9401- integrity sha512-pjP/0+A4gsbDVa8XH/S2GZdT9NPJW8NFMy3GI7HnsWG+NAmFSSj3QidNosXBI9cPtxxNExEDdhKFO6sli8K3mA==
9402-
94039403unique-string@^3.0.0 :
94049404 version "3.0.0"
94059405 resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-3.0.0.tgz#84a1c377aff5fd7a8bc6b55d8244b2bd90d75b9a"
You can’t perform that action at this time.
0 commit comments