Skip to content

Commit

Permalink
Update UI5 core library version to 1.130.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-kobo committed Nov 28, 2024
1 parent c091a69 commit e689aa1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/travel_analytics/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</style>
<script
id="sap-ui-bootstrap"
src="https://ui5.sap.com/1.128.0/resources/sap-ui-core.js"
src="https://ui5.sap.com/1.130.2/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-oninit="module:sap/ui/core/ComponentSupport"
data-sap-ui-resourceroots='{ "sap.fe.cap.travel_analytics": "./" }'
Expand Down
2 changes: 1 addition & 1 deletion app/travel_analytics/webapp/test/flpSandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<!-- Bootstrap the UI5 core library -->
<script
id="sap-ui-bootstrap"
src="https://ui5.sap.com/1.128.0/resources/sap-ui-core.js"
src="https://ui5.sap.com/1.130.2/resources/sap-ui-core.js"
data-sap-ui-libs=""
data-sap-ui-async="true"
data-sap-ui-preload="async"
Expand Down
8 changes: 4 additions & 4 deletions app/travel_analytics/webapp/test/integration/Opa.qunit.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<script
id="sap-ui-bootstrap"
src="https://ui5.sap.com/1.128.0/resources/sap-ui-core.js"
src="https://ui5.sap.com/1.130.2/resources/sap-ui-core.js"
data-sap-ui-animation="false"
data-sap-ui-compatVersion="edge"
data-sap-ui-resourceroots='{
Expand All @@ -21,11 +21,11 @@
<link
rel="stylesheet"
type="text/css"
href="https://ui5.sap.com/1.128.0/resources/sap/ui/thirdparty/qunit-2.css"
href="https://ui5.sap.com/1.130.2/resources/sap/ui/thirdparty/qunit-2.css"
/>

<script src="https://ui5.sap.com/1.128.0/resources/sap/ui/thirdparty/qunit-2.js"></script>
<script src="https://ui5.sap.com/1.128.0/resources/sap/ui/qunit/qunit-junit.js"></script>
<script src="https://ui5.sap.com/1.130.2/resources/sap/ui/thirdparty/qunit-2.js"></script>
<script src="https://ui5.sap.com/1.130.2/resources/sap/ui/qunit/qunit-junit.js"></script>

<script src="Opa.qunit.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion app/travel_processor/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</style>
<script
id="sap-ui-bootstrap"
src="https://ui5.sap.com/1.128.0/resources/sap-ui-core.js"
src="https://ui5.sap.com/1.130.2/resources/sap-ui-core.js"
data-sap-ui-theme="sap_horizon"
data-sap-ui-oninit="module:sap/ui/core/ComponentSupport"
data-sap-ui-resourceroots='{ "sap.fe.cap.travel": "." }'
Expand Down
8 changes: 4 additions & 4 deletions app/travel_processor/webapp/test/integration/Opa.qunit.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<script
id="sap-ui-bootstrap"
src="https://ui5.sap.com/1.128.0/resources/sap-ui-core.js"
src="https://ui5.sap.com/1.130.2/resources/sap-ui-core.js"
data-sap-ui-animation="false"
data-sap-ui-compatVersion="edge"
data-sap-ui-resourceroots='{
Expand All @@ -21,11 +21,11 @@
<link
rel="stylesheet"
type="text/css"
href="https://ui5.sap.com/1.128.0/resources/sap/ui/thirdparty/qunit-2.css"
href="https://ui5.sap.com/1.130.2/resources/sap/ui/thirdparty/qunit-2.css"
/>

<script src="https://ui5.sap.com/1.128.0/resources/sap/ui/thirdparty/qunit-2.js"></script>
<script src="https://ui5.sap.com/1.128.0/resources/sap/ui/qunit/qunit-junit.js"></script>
<script src="https://ui5.sap.com/1.130.2/resources/sap/ui/thirdparty/qunit-2.js"></script>
<script src="https://ui5.sap.com/1.130.2/resources/sap/ui/qunit/qunit-junit.js"></script>

<script src="Opa.qunit.js"></script>
</head>
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e689aa1

Please sign in to comment.