Changes between Initial Version and Version 1 of DeveloperGuidelines/EdenMobile/Maintenance
- Timestamp:
- 08/12/21 11:08:05 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Maintenance
v1 v1 1 = Maintenance = 2 3 Dependabot is running on the !GitHub Repo which shows us information on security issues in dependencies. 4 5 Merging dependency updates in Plugins is NOT recommended - we should instead update the plugins themselves using Cordova: 6 {{{ 7 cordova plugin list 8 cordova plugin remove <plugin> 9 cordova plugin add <plugin> 10 }}}