@kong-ui-public/swagger-ui-web-component 0.10.21-pr.1209.9873c76b.0 → 0.11.1

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.
@@ -23,12 +23,6 @@ object-assign
23
23
  * MIT license
24
24
  */
25
25
 
26
- /*!
27
- * https://github.com/Starcounter-Jack/JSON-Patch
28
- * (c) 2017-2022 Joachim Wester
29
- * MIT licensed
30
- */
31
-
32
26
  /*!
33
27
  * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
34
28
  *
@@ -43,7 +37,7 @@ object-assign
43
37
  * Licensed under the MIT License.
44
38
  */
45
39
 
46
- /*! @license DOMPurify 3.0.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.0.2/LICENSE */
40
+ /*! @license DOMPurify 3.0.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.0.4/LICENSE */
47
41
 
48
42
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
49
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/swagger-ui-web-component",
3
- "version": "0.10.21-pr.1209.9873c76b.0",
3
+ "version": "0.11.1",
4
4
  "main": "dist/main.js",
5
5
  "files": [
6
6
  "dist"
@@ -13,7 +13,7 @@
13
13
  "react": "17.0.2",
14
14
  "react-dom": "17.0.2",
15
15
  "swagger-client": "^3.25.4",
16
- "swagger-ui": "^4.19.1"
16
+ "swagger-ui": "^5.1.3"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  "extends": "../../../package.json"
31
31
  },
32
32
  "distSizeChecker": {
33
- "errorLimit": "3MB"
33
+ "errorLimit": "3.5MB"
34
34
  },
35
35
  "devDependencies": {
36
36
  "css-loader": "^6.10.0",