align-deps: remove stale dependencies when upgrading react-native #1299
Labels
enhancement
New feature or request
feature: align-deps
This is related to align-deps
Help Wanted
Issues ideal for external contributors.
align-deps
should remove stale dependencies when upgrading react-native.For instance,
@react-native-community/async-storage
was renamed to@react-native-async-storage/async-storage
some time ago. When people are upgrading from 0.63 to 0.64, we resolve thestorage
capability to@react-native-async-storage/async-storage
, but do not remove@react-native-community/async-storage
.The text was updated successfully, but these errors were encountered: