-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi,
This package currently relies on @expo/plist 0.0.x, which is quite outdated, as the latest version is 0.4.8.
The problem is that @expo/plist 0.0.x depends on @xmldom/xmldom 0.7.x, which is no longer officially supported. When I install my package that depends on @bacons/xcode using npm install -g, I receive the following warning:
npm WARN deprecated @xmldom/[email protected]: this version is no longer supported, please update to at least 0.8.*
Would it be possible to update @expo/plist to the latest version, which uses xmldom 0.8.x? I quickly updated it and ran yarn test on my end, and no test cases failed, so the update might be straightforward.
Lastly, thanks for maintaining this awesome project. I really appreciate your work.
Metadata
Metadata
Assignees
Labels
No labels