swagger-ui 4.18.2 → 4.19.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-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.js +1 -1
- package/dist/swagger-ui.js.map +1 -1
- package/package.json +38 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swagger-ui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.19.0",
|
|
4
4
|
"main": "./dist/swagger-ui.js",
|
|
5
5
|
"module": "./dist/swagger-ui-es-bundle-core.js",
|
|
6
6
|
"exports": {
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"build:es:bundle": "webpack --color --config webpack/es-bundle.babel.js",
|
|
35
35
|
"build:es:bundle:core": "webpack --color --config webpack/es-bundle-core.babel.js",
|
|
36
36
|
"clean": "rimraf ./dist",
|
|
37
|
-
"predev": "npm install",
|
|
38
37
|
"postinstall": "patch-package",
|
|
39
38
|
"dev": "webpack serve --config webpack/dev.babel.js",
|
|
40
39
|
"deps-license": "license-checker --production --csv --out $npm_package_config_deps_check_dir/licenses.csv && license-checker --development --csv --out $npm_package_config_deps_check_dir/licenses-dev.csv",
|
|
@@ -63,13 +62,13 @@
|
|
|
63
62
|
"start": "npm-run-all --parallel serve-static open-static"
|
|
64
63
|
},
|
|
65
64
|
"dependencies": {
|
|
66
|
-
"@babel/runtime-corejs3": "^7.
|
|
65
|
+
"@babel/runtime-corejs3": "^7.21.5",
|
|
67
66
|
"@braintree/sanitize-url": "=6.0.2",
|
|
68
67
|
"base64-js": "^1.5.1",
|
|
69
68
|
"classnames": "^2.3.1",
|
|
70
69
|
"css.escape": "1.5.1",
|
|
71
70
|
"deep-extend": "0.6.0",
|
|
72
|
-
"dompurify": "=3.0.
|
|
71
|
+
"dompurify": "=3.0.2",
|
|
73
72
|
"ieee754": "^1.2.1",
|
|
74
73
|
"immutable": "^3.x.x",
|
|
75
74
|
"js-file-download": "^0.4.12",
|
|
@@ -91,31 +90,31 @@
|
|
|
91
90
|
"redux": "^4.1.2",
|
|
92
91
|
"redux-immutable": "^4.0.0",
|
|
93
92
|
"remarkable": "^2.0.1",
|
|
94
|
-
"reselect": "^4.1.
|
|
93
|
+
"reselect": "^4.1.8",
|
|
95
94
|
"serialize-error": "^8.1.0",
|
|
96
95
|
"sha.js": "^2.4.11",
|
|
97
|
-
"swagger-client": "^3.19.
|
|
96
|
+
"swagger-client": "^3.19.8",
|
|
98
97
|
"url-parse": "^1.5.8",
|
|
99
98
|
"xml": "=1.0.1",
|
|
100
99
|
"xml-but-prettier": "^1.0.1",
|
|
101
100
|
"zenscroll": "^4.0.2"
|
|
102
101
|
},
|
|
103
102
|
"devDependencies": {
|
|
104
|
-
"@babel/cli": "=7.21.
|
|
103
|
+
"@babel/cli": "=7.21.5",
|
|
105
104
|
"@babel/core": "=7.21.0",
|
|
106
|
-
"@babel/eslint-parser": "=7.
|
|
105
|
+
"@babel/eslint-parser": "=7.21.3",
|
|
107
106
|
"@babel/plugin-proposal-class-properties": "=7.16.7",
|
|
108
107
|
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6",
|
|
109
|
-
"@babel/plugin-proposal-object-rest-spread": "=7.
|
|
108
|
+
"@babel/plugin-proposal-object-rest-spread": "=7.20.7",
|
|
110
109
|
"@babel/plugin-proposal-optional-chaining": "=7.21.0",
|
|
111
|
-
"@babel/plugin-transform-modules-commonjs": "=7.
|
|
110
|
+
"@babel/plugin-transform-modules-commonjs": "=7.21.5",
|
|
112
111
|
"@babel/plugin-transform-runtime": "=7.21.0",
|
|
113
|
-
"@babel/preset-env": "=7.
|
|
114
|
-
"@babel/preset-react": "=7.
|
|
112
|
+
"@babel/preset-env": "=7.21.5",
|
|
113
|
+
"@babel/preset-react": "=7.18.6",
|
|
115
114
|
"@babel/register": "=7.21.0",
|
|
116
|
-
"@commitlint/cli": "^17.
|
|
117
|
-
"@commitlint/config-conventional": "^17.
|
|
118
|
-
"@jest/globals": "=29.
|
|
115
|
+
"@commitlint/cli": "^17.6.1",
|
|
116
|
+
"@commitlint/config-conventional": "^17.6.3",
|
|
117
|
+
"@jest/globals": "=29.5.0",
|
|
119
118
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
120
119
|
"@release-it/conventional-changelog": "=5.1.0",
|
|
121
120
|
"@wojtekmaj/enzyme-adapter-react-17": "=0.6.6",
|
|
@@ -128,59 +127,59 @@
|
|
|
128
127
|
"buffer": "^6.0.3",
|
|
129
128
|
"cors": "^2.8.5",
|
|
130
129
|
"cross-env": "=7.0.3",
|
|
131
|
-
"css-loader": "=6.7.
|
|
132
|
-
"cssnano": "=6.0.
|
|
130
|
+
"css-loader": "=6.7.4",
|
|
131
|
+
"cssnano": "=6.0.1",
|
|
133
132
|
"cypress": "=9.5.1",
|
|
134
133
|
"dedent": "^0.7.0",
|
|
135
|
-
"deepmerge": "^4.
|
|
134
|
+
"deepmerge": "^4.3.1",
|
|
136
135
|
"enzyme": "=3.11.0",
|
|
137
|
-
"eslint": "^8.
|
|
136
|
+
"eslint": "^8.37.0",
|
|
138
137
|
"eslint-plugin-import": "^2.25.4",
|
|
139
138
|
"eslint-plugin-jest": "^26.1.1",
|
|
140
|
-
"eslint-plugin-mocha": "^
|
|
139
|
+
"eslint-plugin-mocha": "^10.1.0",
|
|
141
140
|
"eslint-plugin-react": "^7.27.1",
|
|
142
141
|
"esm": "=3.2.25",
|
|
143
142
|
"expect": "=29.5.0",
|
|
144
143
|
"express": "^4.18.2",
|
|
145
144
|
"git-describe": "^4.1.0",
|
|
146
|
-
"html-webpack-plugin": "^5.5.
|
|
145
|
+
"html-webpack-plugin": "^5.5.1",
|
|
147
146
|
"html-webpack-skip-assets-plugin": "^1.0.3",
|
|
148
|
-
"husky": "=
|
|
147
|
+
"husky": "=8.0.3",
|
|
149
148
|
"inspectpack": "=4.7.1",
|
|
150
|
-
"jest": "=29.
|
|
151
|
-
"jest-environment-jsdom": "=29.
|
|
152
|
-
"jsdom": "=21.1.
|
|
149
|
+
"jest": "=29.5.0",
|
|
150
|
+
"jest-environment-jsdom": "=29.5.0",
|
|
151
|
+
"jsdom": "=21.1.1",
|
|
153
152
|
"json-loader": "^0.5.7",
|
|
154
153
|
"json-merger": "^1.1.9",
|
|
155
154
|
"json-server": "=0.17.3",
|
|
156
155
|
"less": "^4.1.2",
|
|
157
156
|
"license-checker": "^25.0.0",
|
|
158
|
-
"lint-staged": "^13.2.
|
|
157
|
+
"lint-staged": "^13.2.2",
|
|
159
158
|
"local-web-server": "^5.3.0",
|
|
160
|
-
"mini-css-extract-plugin": "^2.6
|
|
159
|
+
"mini-css-extract-plugin": "^2.7.6",
|
|
161
160
|
"mocha": "=8.4.0",
|
|
162
161
|
"npm-audit-ci-wrapper": "^3.0.2",
|
|
163
162
|
"npm-run-all": "^4.1.5",
|
|
164
163
|
"oauth2-server": "^2.4.1",
|
|
165
|
-
"open": "^
|
|
166
|
-
"postcss": "^8.4.
|
|
167
|
-
"postcss-loader": "^7.
|
|
168
|
-
"postcss-preset-env": "^8.
|
|
169
|
-
"prettier": "^2.8.
|
|
164
|
+
"open": "^9.1.0",
|
|
165
|
+
"postcss": "^8.4.23",
|
|
166
|
+
"postcss-loader": "^7.3.0",
|
|
167
|
+
"postcss-preset-env": "^8.3.0",
|
|
168
|
+
"prettier": "^2.8.8",
|
|
170
169
|
"process": "^0.11.10",
|
|
171
170
|
"react-refresh": "^0.14.0",
|
|
172
171
|
"react-test-renderer": "=17.0.2",
|
|
173
172
|
"release-it": "=15.4.2",
|
|
174
|
-
"rimraf": "^
|
|
175
|
-
"sass": "^1.
|
|
176
|
-
"sass-loader": "^
|
|
177
|
-
"sinon": "=15.0.
|
|
173
|
+
"rimraf": "^5.0.0",
|
|
174
|
+
"sass": "^1.62.1",
|
|
175
|
+
"sass-loader": "^13.3.0",
|
|
176
|
+
"sinon": "=15.0.4",
|
|
178
177
|
"source-map-support": "^0.5.21",
|
|
179
|
-
"start-server-and-test": "^
|
|
178
|
+
"start-server-and-test": "^2.0.0",
|
|
180
179
|
"stream-browserify": "^3.0.0",
|
|
181
180
|
"tachyons-sass": "^4.9.5",
|
|
182
|
-
"terser-webpack-plugin": "^5.3.
|
|
183
|
-
"webpack": "^5.
|
|
181
|
+
"terser-webpack-plugin": "^5.3.8",
|
|
182
|
+
"webpack": "^5.82.1",
|
|
184
183
|
"webpack-bundle-size-analyzer": "^3.1.0",
|
|
185
184
|
"webpack-cli": "^4.10.0",
|
|
186
185
|
"webpack-dev-server": "^4.7.4",
|