And any other updated dependencies required to use these (ex. Node build version, etc.) and any required updates to the sample code generated by the archetype to be compatible w/ the new versions of the modules.
Actual Behavior
The actual behavior is the Adobe' npm dependencies are old (aem-react-editable-components is on 1.1.6 for example).
May be a better / safer practice doing that manually using npm outdated or npx npm-check-updates -u.
Checking for breaking changes and backwards compatibility etc...
Expected Behaviour
When generating a project using:
The ui.frontend/src/package.json should automatically be set to use the latest AEM SPA-related npm modules - for example:
And any other updated dependencies required to use these (ex. Node build version, etc.) and any required updates to the sample code generated by the archetype to be compatible w/ the new versions of the modules.
Actual Behavior
The actual behavior is the Adobe' npm dependencies are old (aem-react-editable-components is on 1.1.6 for example).
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem