Skip to content
Merged
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
3,484 changes: 2,069 additions & 1,415 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion steps/02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Next, we have to configure the tooling extension we installed from npm to our U
```yaml
framework:
name: OpenUI5
version: "1.129.0"
version: "1.132.1"
libraries:
- name: sap.ui.core
- name: themelib_sap_horizon
Expand Down
2 changes: 1 addition & 1 deletion steps/02/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.129.0"
version: "1.132.1"
libraries:
- name: sap.ui.core
- name: themelib_sap_horizon
Expand Down
2 changes: 1 addition & 1 deletion steps/02/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/03/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/03/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/03/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/04/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/04/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/04/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/05/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/05/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/05/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/06/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/06/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/06/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/07/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/07/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/07/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/08/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/08/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/08/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/09/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/09/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/09/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
2 changes: 1 addition & 1 deletion steps/10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In our current scenario, we only have one model called `i18n`, which is a resour
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120",
"minUI5Version": "1.132",
"libs": {
"sap.ui.core": {},
"sap.m": {}
Expand Down
2 changes: 1 addition & 1 deletion steps/10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/10/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/10/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
4 changes: 2 additions & 2 deletions steps/10/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120",
"minUI5Version": "1.132",
"libs": {
"sap.ui.core": {},
"sap.m": {}
Expand All @@ -50,4 +50,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion steps/11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/11/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/11/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
4 changes: 2 additions & 2 deletions steps/11/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120",
"minUI5Version": "1.132",
"libs": {
"sap.ui.core": {},
"sap.m": {}
Expand All @@ -50,4 +50,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion steps/12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/12/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/12/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
4 changes: 2 additions & 2 deletions steps/12/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120",
"minUI5Version": "1.132",
"libs": {
"sap.ui.core": {},
"sap.m": {}
Expand All @@ -50,4 +50,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion steps/13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ui5 serve -o index.html"
},
"devDependencies": {
"@types/openui5": "^1.120.0",
"@types/openui5": "^1.132.0",
"@ui5/cli": "^4.0.13",
"typescript": "^5.7.3",
"ui5-middleware-livereload": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion steps/13/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.129.0"
version: "1.132.1"
libraries:
- name: sap.m
- name: sap.ui.core
Expand Down
2 changes: 1 addition & 1 deletion steps/13/webapp/index-cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>UI5 TypeScript Walkthrough</title>
<script
id="sap-ui-bootstrap"
src="https://sdk.openui5.org/1.129.0/resources/sap-ui-core.js"
src="https://sdk.openui5.org/1.132.1/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-compat-version="edge"
data-sap-ui-async="true"
Expand Down
4 changes: 2 additions & 2 deletions steps/13/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120",
"minUI5Version": "1.132",
"libs": {
"sap.ui.core": {},
"sap.m": {}
Expand All @@ -50,4 +50,4 @@
}
}
}
}
}
Loading