Skip to content

Commit ba0aa4a

Browse files
committed
chore: fix UI5 version in typed-json-model demo app
1 parent ebba7a4 commit ba0aa4a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

test-packages/typed-json-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ci": "npm run lint && npm run ui5lint && npm run ts-typecheck && npm run test"
1717
},
1818
"devDependencies": {
19-
"@types/openui5": "1.141.0",
19+
"@types/openui5": "1.136.0",
2020
"@ui5/cli": "^4.0.30",
2121
"@ui5/linter": "^1.20.2",
2222
"eslint": "^9.37.0",

test-packages/typed-json-model/ui5-dist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resources:
88
webapp: dist
99
framework:
1010
name: OpenUI5
11-
version: "1.135.0"
11+
version: "1.136.0"
1212
libraries:
1313
- name: sap.m
1414
- name: sap.ui.core

test-packages/typed-json-model/ui5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
type: application
55
framework:
66
name: OpenUI5
7-
version: "1.135.0"
7+
version: "1.136.0"
88
libraries:
99
- name: sap.m
1010
- name: sap.ui.core

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,10 +2825,10 @@
28252825
"@types/jquery" "~3.5.13"
28262826
"@types/qunit" "^2.5.4"
28272827

2828-
"@types/openui5@1.141.0":
2829-
version "1.141.0"
2830-
resolved "https://registry.yarnpkg.com/@types/openui5/-/openui5-1.141.0.tgz#dc9e95d89525316dd4ebb08dfbba2b5be0097510"
2831-
integrity sha512-rNHg/8natPE8aLFs+N+aivzjws+bB4VfS67apKBCzd7LJJze59qTPxrPjdST+skQ0jBwKYvwVAB4Td7lWJoXUA==
2828+
"@types/openui5@1.136.0":
2829+
version "1.136.0"
2830+
resolved "https://registry.yarnpkg.com/@types/openui5/-/openui5-1.136.0.tgz#9cada8f12d5d03d03f4975553cb763da2e7fa104"
2831+
integrity sha512-gdjK8/bYKsdZUiinARbYW+B6sbAVo0B4KLbHMs/noBzx2wfUoHOb9DiS+lpBpjtfD28NyiluReCp2R4kp7fceA==
28322832
dependencies:
28332833
"@types/jquery" "~3.5.13"
28342834
"@types/qunit" "^2.5.4"

0 commit comments

Comments
 (0)