Changes between Initial Version and Version 1 of DeveloperGuidelines/EdenMobile/Maintenance


Ignore:
Timestamp:
08/12/21 11:08:05 (4 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Maintenance

    v1 v1  
     1= Maintenance =
     2
     3Dependabot is running on the !GitHub Repo which shows us information on security issues in dependencies.
     4
     5Merging dependency updates in Plugins is NOT recommended - we should instead update the plugins themselves using Cordova:
     6{{{
     7cordova plugin list
     8cordova plugin remove <plugin>
     9cordova plugin add <plugin>
     10}}}