Skip to content

Update deps and UI5 version #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28,706 changes: 17,138 additions & 11,568 deletions app/lectures/package-lock.json

Large diffs are not rendered by default.

13 changes: 2 additions & 11 deletions app/lectures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@sap/ui5-builder-webide-extension": "^1.1.9",
"@sap/ux-ui5-tooling": "1.8.5",
"@sap/ux-ui5-tooling": "^1.12.4",
"@types/jquery": "^3.5.16",
"@types/openui5": "^1.110.0",
"@types/qunit": "^2.19.4",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@ui5/cli": "^2.14.17",
"@ui5/cli": "^3.9.1",
"@ui5/fs": "^2.0.6",
"@ui5/logger": "^2.0.1",
"babel-preset-transform-ui5": "^7.0.5",
Expand All @@ -45,14 +45,5 @@
"ui5-middleware-livereload": "^0.7.2",
"ui5-middleware-simpleproxy": "^0.9.3",
"ui5-task-zipper": "^0.7.2"
},
"ui5": {
"dependencies": [
"ui5-middleware-simpleproxy",
"ui5-middleware-livereload",
"@sap/ui5-builder-webide-extension",
"ui5-task-zipper",
"mbt"
]
}
}
2 changes: 1 addition & 1 deletion app/lectures/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Full Stack TypeScript App</title>
<script
id="sap-ui-bootstrap"
src="https://sapui5.hana.ondemand.com/1.96.0/resources/sap-ui-core.js"
src="resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-resourceroots='{"lectures": "./"}'
data-sap-ui-compatVersion="edge"
Expand Down
2 changes: 1 addition & 1 deletion app/lectures/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"id": "MainView"
},
"dependencies": {
"minUI5Version": "1.96.0",
"minUI5Version": "1.120.8",
"libs": {
"sap.ui.core": {},
"sap.m": {},
Expand Down
2 changes: 1 addition & 1 deletion app/lectures/ui5-dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resources:
webapp: dist
framework:
name: OpenUI5
version: "1.96.0"
version: "1.121.0"
libraries:
- name: sap.m
- name: sap.f
Expand Down
2 changes: 1 addition & 1 deletion app/lectures/ui5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
type: application
framework:
name: OpenUI5
version: "1.96.0"
version: "1.120.8"
libraries:
- name: sap.m
- name: sap.f
Expand Down
Loading