Skip to content

Commit

Permalink
Delete unused file & package DatePicker.tsx (#467)
Browse files Browse the repository at this point in the history
* fix: delete unused file & package DatePicker.tsx

* Updated Yarn.lock

* Reverted files

* Updated Yarn.lock

* Reverted files
  • Loading branch information
Aditys018 authored Oct 24, 2024
1 parent 467121c commit bfd515a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"react-native-collapsible": "^1.6.1",
"react-native-collapsible-tab-view": "^6.2.1",
"react-native-date-picker": "^4.2.13",
"react-native-datepicker": "^1.7.2",
"react-native-device-info": "^10.8.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-element-dropdown": "^2.10.0",
Expand Down
58 changes: 0 additions & 58 deletions src/components/CreateGoalForm/DatePicker.tsx

This file was deleted.

9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6499,7 +6499,7 @@ mkdirp@^1.0.4:
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

moment@>=2.14.0, moment@^2.22.0, moment@^2.29.4:
moment@>=2.14.0, moment@^2.29.4:
version "2.30.1"
resolved "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz"
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==
Expand Down Expand Up @@ -7222,13 +7222,6 @@ react-native-date-picker@^4.2.13:
dependencies:
prop-types "^15.8.1"

react-native-datepicker@^1.7.2:
version "1.7.2"
resolved "https://registry.npmjs.org/react-native-datepicker/-/react-native-datepicker-1.7.2.tgz"
integrity sha512-ses0N1y44fYBmlejYwR2i+dGnQQ8v5/gacX2CrbFJiWxbcQaRuxexsZPB9YQuQkAy+uKz5Gti3Lrp3dh9BfkzA==
dependencies:
moment "^2.22.0"

react-native-device-info@^10.8.0:
version "10.8.0"
resolved "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-10.8.0.tgz"
Expand Down

0 comments on commit bfd515a

Please sign in to comment.