@kong-ui-public/swagger-ui-web-component 0.12.1-pr.1400.866256c4.0 → 0.12.1-pr.1422.af70dbc4.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,3 +1,9 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
1
7
  /*!
2
8
  Copyright (c) 2018 Jed Watson.
3
9
  Licensed under the MIT License (MIT), see
@@ -31,7 +37,7 @@
31
37
  * Licensed under the MIT License.
32
38
  */
33
39
 
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 */
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 */
35
41
 
36
42
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
37
43
 
@@ -39,7 +45,7 @@
39
45
 
40
46
  /**
41
47
  * @license React
42
- * react-dom.production.min.js
48
+ * react-is.production.min.js
43
49
  *
44
50
  * Copyright (c) Facebook, Inc. and its affiliates.
45
51
  *
@@ -49,7 +55,7 @@
49
55
 
50
56
  /**
51
57
  * @license React
52
- * react.production.min.js
58
+ * use-sync-external-store-shim.production.min.js
53
59
  *
54
60
  * Copyright (c) Facebook, Inc. and its affiliates.
55
61
  *
@@ -59,6 +65,15 @@
59
65
 
60
66
  /**
61
67
  * @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
62
77
  * scheduler.production.min.js
63
78
  *
64
79
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -67,9 +82,26 @@
67
82
  * LICENSE file in the root directory of this source tree.
68
83
  */
69
84
 
70
- /**
71
- * @license React
72
- * use-sync-external-store-with-selector.production.min.js
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
73
105
  *
74
106
  * Copyright (c) Facebook, Inc. and its affiliates.
75
107
  *
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.1400.866256c4.0",
3
+ "version": "0.12.1-pr.1422.af70dbc4.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": "18.3.1",
14
- "react-dom": "18.3.1",
13
+ "react": "17.0.2",
14
+ "react-dom": "17.0.2",
15
15
  "swagger-client": "^3.26.8",
16
16
  "swagger-ui": "^5.7.2"
17
17
  },