@kong-ui-public/swagger-ui-web-component 0.12.1-pr.1393.314c7f94.0 → 0.12.1-pr.1400.866256c4.0

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.
@@ -1,9 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
1
  /*!
8
2
  Copyright (c) 2018 Jed Watson.
9
3
  Licensed under the MIT License (MIT), see
@@ -37,7 +31,7 @@ object-assign
37
31
  * Licensed under the MIT License.
38
32
  */
39
33
 
40
- /*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
34
+ /*! @license DOMPurify 3.1.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.2/LICENSE */
41
35
 
42
36
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
43
37
 
@@ -45,7 +39,7 @@ object-assign
45
39
 
46
40
  /**
47
41
  * @license React
48
- * react-is.production.min.js
42
+ * react-dom.production.min.js
49
43
  *
50
44
  * Copyright (c) Facebook, Inc. and its affiliates.
51
45
  *
@@ -55,7 +49,7 @@ object-assign
55
49
 
56
50
  /**
57
51
  * @license React
58
- * use-sync-external-store-shim.production.min.js
52
+ * react.production.min.js
59
53
  *
60
54
  * Copyright (c) Facebook, Inc. and its affiliates.
61
55
  *
@@ -65,15 +59,6 @@ object-assign
65
59
 
66
60
  /**
67
61
  * @license React
68
- * use-sync-external-store-shim/with-selector.production.min.js
69
- *
70
- * Copyright (c) Facebook, Inc. and its affiliates.
71
- *
72
- * This source code is licensed under the MIT license found in the
73
- * LICENSE file in the root directory of this source tree.
74
- */
75
-
76
- /** @license React v0.20.2
77
62
  * scheduler.production.min.js
78
63
  *
79
64
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -82,26 +67,9 @@ object-assign
82
67
  * LICENSE file in the root directory of this source tree.
83
68
  */
84
69
 
85
- /** @license React v16.13.1
86
- * react-is.production.min.js
87
- *
88
- * Copyright (c) Facebook, Inc. and its affiliates.
89
- *
90
- * This source code is licensed under the MIT license found in the
91
- * LICENSE file in the root directory of this source tree.
92
- */
93
-
94
- /** @license React v17.0.2
95
- * react-dom.production.min.js
96
- *
97
- * Copyright (c) Facebook, Inc. and its affiliates.
98
- *
99
- * This source code is licensed under the MIT license found in the
100
- * LICENSE file in the root directory of this source tree.
101
- */
102
-
103
- /** @license React v17.0.2
104
- * react.production.min.js
70
+ /**
71
+ * @license React
72
+ * use-sync-external-store-with-selector.production.min.js
105
73
  *
106
74
  * Copyright (c) Facebook, Inc. and its affiliates.
107
75
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/swagger-ui-web-component",
3
- "version": "0.12.1-pr.1393.314c7f94.0",
3
+ "version": "0.12.1-pr.1400.866256c4.0",
4
4
  "main": "dist/main.js",
5
5
  "files": [
6
6
  "dist"
@@ -10,8 +10,8 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@kong/swagger-ui-kong-theme-universal": "^4.3.3",
13
- "react": "17.0.2",
14
- "react-dom": "17.0.2",
13
+ "react": "18.3.1",
14
+ "react-dom": "18.3.1",
15
15
  "swagger-client": "^3.26.8",
16
16
  "swagger-ui": "^5.7.2"
17
17
  },