revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.33k stars 317 forks source link

bump @expo/config-plugins #649

Closed dylanclements closed 1 year ago

dylanclements commented 1 year ago

Update @expo/config-plugins dependency to ~7.2.2 to support Expo SDK 49.

Resolution for npx expo-doctor error that specifies version ~7.2.2 is required:

Expected package @expo/config-plugins@~7.2.2
Found invalid:
  @expo/config-plugins@6.0.2
  @expo/config-plugins@6.0.2
  @expo/config-plugins@6.0.2
filipesousa commented 1 year ago

This would also fix a moderate severity issue being reported by npm where a xml2js package version <0.5.0 is being used.

whitedogg13 commented 1 year ago

@dylanclements thanks for the contribution!