@openui5/sap.ui.documentation 1.84.53 → 1.84.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.txt CHANGED
@@ -484,12 +484,12 @@ License: MIT License
484
484
  <year> = unspecified
485
485
  <copyright holders> = jQuery Foundation and other contributors
486
486
 
487
- Component: requirejs 2.1.8
488
- Licensor: The Dojo Foundation
489
- Website: http://github.com/jrburke/requirejs/
487
+ Component: requirejs 2.3.7
488
+ Copyright: jQuery Foundation and other contributors
489
+ Website: https://github.com/requirejs/requirejs
490
490
  License: MIT License
491
- <year> = 2010-2011
492
- <copyright holders> = The Dojo Foundation
491
+ <year> = 2010-2024
492
+ <copyright holders> = jQuery Foundation and other contributors
493
493
 
494
494
  Component: sinon-qunit 2.0.0
495
495
  Licensor: Christian Johansen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.documentation",
3
- "version": "1.84.53",
3
+ "version": "1.84.54",
4
4
  "description": "OpenUI5 UI Library sap.ui.documentation",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,10 +14,10 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.84.53",
18
- "@openui5/sap.ui.core": "1.84.53",
19
- "@openui5/sap.ui.layout": "1.84.53",
20
- "@openui5/themelib_sap_belize": "1.84.53",
21
- "@openui5/themelib_sap_fiori_3": "1.84.53"
17
+ "@openui5/sap.m": "1.84.54",
18
+ "@openui5/sap.ui.core": "1.84.54",
19
+ "@openui5/sap.ui.layout": "1.84.54",
20
+ "@openui5/themelib_sap_belize": "1.84.54",
21
+ "@openui5/themelib_sap_fiori_3": "1.84.54"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.84.53</version>
9
+ <version>1.84.54</version>
10
10
 
11
11
  <documentation>SAPUI5 library for the Demokit 2.0.</documentation>
12
12
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  // delegate further initialization of this library to the Core
22
22
  sap.ui.getCore().initLibrary({
23
23
  name : 'sap.ui.documentation',
24
- version: '1.84.53',
24
+ version: '1.84.54',
25
25
  dependencies : ['sap.ui.core','sap.m'],
26
26
  types: [],
27
27
  interfaces: [],
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @namespace
48
48
  * @name sap.ui.documentation
49
49
  * @author SAP SE
50
- * @version 1.84.53
50
+ * @version 1.84.54
51
51
  * @public
52
52
  */
53
53
  var thisLibrary = sap.ui.documentation;
@@ -477,12 +477,12 @@ License: MIT License
477
477
  <year> = unspecified
478
478
  <copyright holders> = jQuery Foundation and other contributors
479
479
 
480
- Component: requirejs 2.1.8
481
- Licensor: The Dojo Foundation
482
- Website: http://github.com/jrburke/requirejs/
480
+ Component: requirejs 2.3.7
481
+ Copyright: jQuery Foundation and other contributors
482
+ Website: https://github.com/requirejs/requirejs
483
483
  License: MIT License
484
- <year> = 2010-2011
485
- <copyright holders> = The Dojo Foundation
484
+ <year> = 2010-2024
485
+ <copyright holders> = jQuery Foundation and other contributors
486
486
 
487
487
  Component: sinon-qunit 2.0.0
488
488
  Licensor: Christian Johansen