swagger-ui 5.3.1 → 5.4.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.
- package/dist/swagger-ui-bundle.js +3 -0
- package/dist/swagger-ui-bundle.js.map +1 -0
- package/dist/swagger-ui-es-bundle-core.js +1 -1
- package/dist/swagger-ui-es-bundle-core.js.map +1 -1
- package/dist/swagger-ui-es-bundle.js +1 -1
- package/dist/swagger-ui-es-bundle.js.map +1 -1
- package/dist/swagger-ui-standalone-preset.js +1 -1
- package/dist/swagger-ui-standalone-preset.js.map +1 -1
- package/dist/swagger-ui.css +1 -1
- package/dist/swagger-ui.css.map +1 -1
- package/dist/swagger-ui.js +1 -1
- package/dist/swagger-ui.js.map +1 -1
- package/package.json +24 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swagger-ui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"main": "./dist/swagger-ui.js",
|
|
5
5
|
"module": "./dist/swagger-ui-es-bundle-core.js",
|
|
6
6
|
"exports": {
|
|
@@ -8,8 +8,18 @@
|
|
|
8
8
|
"./dist/oauth2-redirect.html": "./dist/oauth2-redirect.html",
|
|
9
9
|
"./dist/swagger-ui-standalone-preset": "./dist/swagger-ui-standalone-preset.js",
|
|
10
10
|
".": {
|
|
11
|
-
"
|
|
12
|
-
|
|
11
|
+
"browser": {
|
|
12
|
+
"import": "./dist/swagger-ui-es-bundle-core.js",
|
|
13
|
+
"require": "./dist/swagger-ui.js"
|
|
14
|
+
},
|
|
15
|
+
"node": {
|
|
16
|
+
"import": "./dist/swagger-ui-bundle.js",
|
|
17
|
+
"require": "./dist/swagger-ui-es-bundle.js"
|
|
18
|
+
},
|
|
19
|
+
"default": {
|
|
20
|
+
"import": "./dist/swagger-ui-bundle.js",
|
|
21
|
+
"require": "./dist/swagger-ui-es-bundle.js"
|
|
22
|
+
}
|
|
13
23
|
}
|
|
14
24
|
},
|
|
15
25
|
"homepage": "https://github.com/swagger-api/swagger-ui",
|
|
@@ -64,8 +74,8 @@
|
|
|
64
74
|
"start": "npm-run-all --parallel serve-static open-static"
|
|
65
75
|
},
|
|
66
76
|
"dependencies": {
|
|
67
|
-
"@babel/runtime-corejs3": "^7.22.
|
|
68
|
-
"@braintree/sanitize-url": "=6.0.
|
|
77
|
+
"@babel/runtime-corejs3": "^7.22.10",
|
|
78
|
+
"@braintree/sanitize-url": "=6.0.4",
|
|
69
79
|
"base64-js": "^1.5.1",
|
|
70
80
|
"classnames": "^2.3.1",
|
|
71
81
|
"css.escape": "1.5.1",
|
|
@@ -76,7 +86,7 @@
|
|
|
76
86
|
"js-file-download": "^0.4.12",
|
|
77
87
|
"js-yaml": "=4.1.0",
|
|
78
88
|
"lodash": "^4.17.21",
|
|
79
|
-
"patch-package": "^
|
|
89
|
+
"patch-package": "^8.0.0",
|
|
80
90
|
"prop-types": "^15.8.1",
|
|
81
91
|
"randexp": "^0.5.3",
|
|
82
92
|
"randombytes": "^2.1.0",
|
|
@@ -102,16 +112,16 @@
|
|
|
102
112
|
"zenscroll": "^4.0.2"
|
|
103
113
|
},
|
|
104
114
|
"devDependencies": {
|
|
105
|
-
"@babel/cli": "=7.22.
|
|
106
|
-
"@babel/core": "=7.22.
|
|
115
|
+
"@babel/cli": "=7.22.10",
|
|
116
|
+
"@babel/core": "=7.22.10",
|
|
107
117
|
"@babel/eslint-parser": "=7.22.9",
|
|
108
118
|
"@babel/plugin-proposal-class-properties": "=7.18.6",
|
|
109
119
|
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6",
|
|
110
120
|
"@babel/plugin-proposal-object-rest-spread": "=7.20.7",
|
|
111
121
|
"@babel/plugin-proposal-optional-chaining": "=7.21.0",
|
|
112
122
|
"@babel/plugin-transform-modules-commonjs": "=7.22.5",
|
|
113
|
-
"@babel/plugin-transform-runtime": "=7.22.
|
|
114
|
-
"@babel/preset-env": "=7.22.
|
|
123
|
+
"@babel/plugin-transform-runtime": "=7.22.10",
|
|
124
|
+
"@babel/preset-env": "=7.22.10",
|
|
115
125
|
"@babel/preset-react": "=7.22.5",
|
|
116
126
|
"@babel/register": "=7.22.5",
|
|
117
127
|
"@commitlint/cli": "^17.6.7",
|
|
@@ -132,10 +142,10 @@
|
|
|
132
142
|
"css-loader": "=6.8.1",
|
|
133
143
|
"cssnano": "=6.0.1",
|
|
134
144
|
"cypress": "=12.17.3",
|
|
135
|
-
"dedent": "^1.5.
|
|
145
|
+
"dedent": "^1.5.1",
|
|
136
146
|
"deepmerge": "^4.3.1",
|
|
137
147
|
"enzyme": "=3.11.0",
|
|
138
|
-
"eslint": "^8.
|
|
148
|
+
"eslint": "^8.47.0",
|
|
139
149
|
"eslint-plugin-import": "^2.28.0",
|
|
140
150
|
"eslint-plugin-jest": "^27.2.2",
|
|
141
151
|
"eslint-plugin-mocha": "^10.1.0",
|
|
@@ -166,8 +176,8 @@
|
|
|
166
176
|
"open": "^9.1.0",
|
|
167
177
|
"postcss": "^8.4.26",
|
|
168
178
|
"postcss-loader": "^7.3.0",
|
|
169
|
-
"postcss-preset-env": "^9.1.
|
|
170
|
-
"prettier": "^3.0.
|
|
179
|
+
"postcss-preset-env": "^9.1.1",
|
|
180
|
+
"prettier": "^3.0.1",
|
|
171
181
|
"process": "^0.11.10",
|
|
172
182
|
"react-refresh": "^0.14.0",
|
|
173
183
|
"react-test-renderer": "=17.0.2",
|