react-native-nfc-manager icon indicating copy to clipboard operation
react-native-nfc-manager copied to clipboard

Update dependency version for @expo/config-plugins

Open lawnguyen opened this issue 1 year ago • 9 comments

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

lawnguyen avatar Jan 22 '24 07:01 lawnguyen

+1

Screenshot 2024-01-26 at 2 42 49 PM

RonakDoshiTMI avatar Jan 26 '24 09:01 RonakDoshiTMI

+1

image

hezzze avatar Feb 27 '24 12:02 hezzze

any solutions for this

nfuenmamelt avatar Mar 12 '24 18:03 nfuenmamelt

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.

skiqh avatar Apr 03 '24 10:04 skiqh

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

mwiedemeyer avatar Jun 10 '24 11:06 mwiedemeyer

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 avatar Jul 09 '24 13:07 fredlemieux

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 avatar Jul 09 '24 13:07 fredlemieux

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...

fredlemieux avatar Jul 09 '24 15:07 fredlemieux