Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit dc55e5d

Browse files
committed
fix: upgrade react-native-date-picker lib
1 parent 00a6e2f commit dc55e5d

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"postinstall-postinstall": "^2.1.0",
53-
"react-native-date-picker": "^4.1.3",
53+
"react-native-date-picker": "^5.0.13",
5454
"react-native-paper": "^5.14.5",
5555
"react-native-reanimated": "^3.17.5",
5656
"react-native-vector-icons": "^10.2.0"

yarn.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9735,12 +9735,10 @@ react-native-codegen@^0.0.7:
97359735
jscodeshift "^0.11.0"
97369736
nullthrows "^1.1.1"
97379737

9738-
react-native-date-picker@^4.1.3:
9739-
version "4.2.14"
9740-
resolved "https://registry.yarnpkg.com/react-native-date-picker/-/react-native-date-picker-4.2.14.tgz#ebeb3bf8d682268a4e405decde1e72ab95ecffb7"
9741-
integrity sha512-rP0ycj3I+8x4pIUGjeh7pL+cMPntKccLGX/OXx790bsIM0Hcyg0ZL86kGnnZu9fEUhXlgdr3OK/jhQue5L6kSQ==
9742-
dependencies:
9743-
prop-types "^15.8.1"
9738+
react-native-date-picker@^5.0.13:
9739+
version "5.0.13"
9740+
resolved "https://registry.npmjs.org/react-native-date-picker/-/react-native-date-picker-5.0.13.tgz#fe05f58652aaeee9e67f73cf7436c32a623ff3a4"
9741+
integrity sha512-qCLUODZVsJetO5zuoXjw1D39K527XWqBG8sOfhWdHyPzf13h8RXR1/RSKd1N0fdRDi5GdyizYmB0lPAK12/hbw==
97449742

97459743
react-native-gesture-handler@^2.4.2:
97469744
version "2.12.1"

0 commit comments

Comments
 (0)