ui5-community / generator-ui5-app

Generator for UI5 applications which use the official UI5 tooling. This generator was built as a plug-in for the community project Easy UI5 by SAP.
Apache License 2.0
4 stars 4 forks source link

Change specVersion #2

Closed tobiashofmann closed 1 year ago

tobiashofmann commented 1 year ago

The app template has the dependency to ui5 cli 2.14.10 (package.json) "@ui5/cli": "^2.14.10",

From the ui5 cli doc (https://sap.github.io/ui5-tooling/pages/Configuration/#specification-versions) cli v2.14.0+ supports specVersion 2.6

New apps should benefit from the features latest ui5 cli releases offers, therefore why not increase the specVersion in the template?