wiki:DeveloperGuidelines/EdenMobile/Maintenance

Version 1 (modified by Fran Boon, 3 years ago) ( diff )

--

Maintenance

Dependabot is running on the GitHub Repo which shows us information on security issues in dependencies.

Merging dependency updates in Plugins is NOT recommended - we should instead update the plugins themselves using Cordova:

cordova plugin list
cordova plugin remove <plugin>
cordova plugin add <plugin>
Note: See TracWiki for help on using the wiki.