revtel / react-native-nfc-manager

React Native NFC module for Android & iOS
MIT License
1.32k stars 312 forks source link

Update dependency version for @expo/config-plugins #695

Open lawnguyen opened 5 months ago

lawnguyen commented 5 months ago

Need to update to support @expo/config-plugins:"~7.8.0".

RonakDoshiTMI commented 5 months ago

+1

Screenshot 2024-01-26 at 2 42 49 PM
hezzze commented 4 months ago

+1

image

nfuenmamelt commented 4 months ago

any solutions for this

skiqh commented 3 months ago

any solutions for this

Until the respective PR is merged or another solution is integrated, add this to your package.json (source):

{
  "name": "your-package",
  ...
  "resolutions": {
    "@expo/config-plugins": "~7.8.0"
  },
}

You probably need to uninstall and install react-native-nfc-manager again.

mwiedemeyer commented 1 month ago

Can someone please update the @expo/config-plugins dependency to 8.0.0? Its required for Expo SDK51 image

See: https://github.com/revtel/react-native-nfc-manager/blob/9301ab3f8d13115614d11ea6f1f9da22697835f1/package.json#L65

fredlemieux commented 5 days ago

Please see PR #732, tests pass, please let me know if there is anything else I need to do? Do I need to bump the version number? I looks like this is done automatically using "release-it"

fredlemieux commented 5 days ago

There are loads of outdated packages and vulnerabilities, I am happy to raise another PR fixing these once this is merged, which is a priority...

fredlemieux commented 5 days ago

There are loads of outdated packages and vulnerabilities, I am happy to raise another PR fixing these once this is merged, which is a priority...

733 <- Here it is...