@kong-ui-public/swagger-ui-web-component 0.12.7-pr.1660.f7b54845b.0 → 0.12.7-pr.1699.db9f957b8.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
@@ -17,6 +23,13 @@
17
23
  * MIT license
18
24
  */
19
25
 
26
+ /*!
27
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
28
+ *
29
+ * Copyright (c) 2014-2017, Jon Schlinkert.
30
+ * Released under the MIT License.
31
+ */
32
+
20
33
  /*!
21
34
  * repeat-string <https://github.com/jonschlinkert/repeat-string>
22
35
  *
@@ -24,7 +37,7 @@
24
37
  * Licensed under the MIT License.
25
38
  */
26
39
 
27
- /*! @license DOMPurify 3.1.4 | (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.4/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 */
28
41
 
29
42
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
30
43
 
@@ -32,7 +45,7 @@
32
45
 
33
46
  /**
34
47
  * @license React
35
- * react-dom.production.min.js
48
+ * react-is.production.min.js
36
49
  *
37
50
  * Copyright (c) Facebook, Inc. and its affiliates.
38
51
  *
@@ -52,7 +65,7 @@
52
65
 
53
66
  /**
54
67
  * @license React
55
- * scheduler.production.min.js
68
+ * use-sync-external-store-shim.production.min.js
56
69
  *
57
70
  * Copyright (c) Facebook, Inc. and its affiliates.
58
71
  *
@@ -62,7 +75,43 @@
62
75
 
63
76
  /**
64
77
  * @license React
65
- * use-sync-external-store-with-selector.production.min.js
78
+ * use-sync-external-store-shim/with-selector.production.min.js
79
+ *
80
+ * Copyright (c) Facebook, Inc. and its affiliates.
81
+ *
82
+ * This source code is licensed under the MIT license found in the
83
+ * LICENSE file in the root directory of this source tree.
84
+ */
85
+
86
+ /** @license React v0.20.2
87
+ * scheduler.production.min.js
88
+ *
89
+ * Copyright (c) Facebook, Inc. and its affiliates.
90
+ *
91
+ * This source code is licensed under the MIT license found in the
92
+ * LICENSE file in the root directory of this source tree.
93
+ */
94
+
95
+ /** @license React v16.13.1
96
+ * react-is.production.min.js
97
+ *
98
+ * Copyright (c) Facebook, Inc. and its affiliates.
99
+ *
100
+ * This source code is licensed under the MIT license found in the
101
+ * LICENSE file in the root directory of this source tree.
102
+ */
103
+
104
+ /** @license React v17.0.2
105
+ * react-dom.production.min.js
106
+ *
107
+ * Copyright (c) Facebook, Inc. and its affiliates.
108
+ *
109
+ * This source code is licensed under the MIT license found in the
110
+ * LICENSE file in the root directory of this source tree.
111
+ */
112
+
113
+ /** @license React v17.0.2
114
+ * react.production.min.js
66
115
  *
67
116
  * Copyright (c) Facebook, Inc. and its affiliates.
68
117
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/swagger-ui-web-component",
3
- "version": "0.12.7-pr.1660.f7b54845b.0",
3
+ "version": "0.12.7-pr.1699.db9f957b8.0",
4
4
  "main": "dist/main.js",
5
5
  "files": [
6
6
  "dist"
@@ -12,8 +12,8 @@
12
12
  "@kong/swagger-ui-kong-theme-universal": "^4.3.3",
13
13
  "react": "18.3.1",
14
14
  "react-dom": "18.3.1",
15
- "swagger-client": "^3.29.3",
16
- "swagger-ui": "^5.17.14"
15
+ "swagger-client": "3.26.7",
16
+ "swagger-ui": "5.7.2"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",