Skip to content

Commit a07985e

Browse files
committed
fix: Migrate manifest.json to best practices
- Starting with UI5 1.136 manifest.json v2 should be used - Therefore property "sap.ui5/dependencies/minUI5Version" has to be set to "1.136.0"
1 parent bead576 commit a07985e

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

package-lock.json

Lines changed: 5 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"_version": "1.61.0",
2+
"_version": "2.0.0",
33
"sap.app": {
44
"id": "sap.ui.demo.todo",
55
"type": "application"
66
},
77
"sap.ui5": {
88
"dependencies": {
9-
"minUI5Version": "1.121.0",
9+
"minUI5Version": "1.136.0",
1010
"libs": {
1111
"sap.ui.core": {},
1212
"sap.m": {},

0 commit comments

Comments
 (0)