achorein / expo-share-intent

šŸš€ Simple share intent in an Expo Native Module
MIT License
119 stars 10 forks source link

chore: Update versions of `expo-linking` and `expo-constants` #69

Closed davidcarboni closed 1 month ago

davidcarboni commented 1 month ago

Summary

I'm seeing a warning when I run npx expo-doctor: Expected package @expo/config-plugins@~8.0.0 (found 7.9.2) The version of @expo/config-plugins was updated to 8.0.0 in 2.0.1 but I'm still seeing the 7.9.2 warning so I've been looking into where that version is coming from.

I think it could be expo-linking and expo-constants:

''' => Found "expo-share-intent#@expo/config#@expo/config-plugins@7.9.2" info This module exists because "expo-share-intent#expo-constants#@expo#config" depends on it. => Found "expo-linking#@expo/config-plugins@7.9.2" info Reasons this module exists

Looking at npm it seems like expo-linking and expo-constants have newer versions so this might be why the @expo/config-plugins version is being held back.

In this commit I've tried updating these dependency versions and it looks like they're compatible based on running yarn lint, yarn prepare and yarn prepublishOnly without errors on my machine. I got an error from yarn test but I don't think it's related to this change: Error: Cannot find module 'jest/package.json

achorein commented 1 month ago

Looks great, thanks for the update šŸ‘

achorein commented 1 month ago

available in v2.1.0