swagger-ui 5.7.1 → 5.8.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 +1 -1
- package/dist/swagger-ui-bundle.js.map +1 -1
- 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.js +1 -1
- package/dist/swagger-ui.js.map +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swagger-ui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"main": "./dist/swagger-ui.js",
|
|
5
5
|
"module": "./dist/swagger-ui-es-bundle-core.js",
|
|
6
6
|
"exports": {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"start": "npm-run-all --parallel serve-static open-static"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@babel/runtime-corejs3": "^7.
|
|
77
|
+
"@babel/runtime-corejs3": "^7.23.1",
|
|
78
78
|
"@braintree/sanitize-url": "=6.0.4",
|
|
79
79
|
"base64-js": "^1.5.1",
|
|
80
80
|
"classnames": "^2.3.1",
|
|
@@ -105,28 +105,28 @@
|
|
|
105
105
|
"reselect": "^4.1.8",
|
|
106
106
|
"serialize-error": "^8.1.0",
|
|
107
107
|
"sha.js": "^2.4.11",
|
|
108
|
-
"swagger-client": "^3.22.
|
|
108
|
+
"swagger-client": "^3.22.3",
|
|
109
109
|
"url-parse": "^1.5.10",
|
|
110
110
|
"xml": "=1.0.1",
|
|
111
111
|
"xml-but-prettier": "^1.0.1",
|
|
112
112
|
"zenscroll": "^4.0.2"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
|
-
"@babel/cli": "=7.
|
|
116
|
-
"@babel/core": "=7.
|
|
117
|
-
"@babel/eslint-parser": "=7.22.
|
|
118
|
-
"@babel/plugin-transform-runtime": "=7.22.
|
|
119
|
-
"@babel/preset-env": "=7.22.
|
|
120
|
-
"@babel/preset-react": "=7.22.
|
|
121
|
-
"@babel/register": "=7.22.
|
|
115
|
+
"@babel/cli": "=7.23.0",
|
|
116
|
+
"@babel/core": "=7.23.0",
|
|
117
|
+
"@babel/eslint-parser": "=7.22.15",
|
|
118
|
+
"@babel/plugin-transform-runtime": "=7.22.15",
|
|
119
|
+
"@babel/preset-env": "=7.22.20",
|
|
120
|
+
"@babel/preset-react": "=7.22.15",
|
|
121
|
+
"@babel/register": "=7.22.15",
|
|
122
122
|
"@commitlint/cli": "^17.7.1",
|
|
123
123
|
"@commitlint/config-conventional": "^17.7.0",
|
|
124
|
-
"@jest/globals": "=29.
|
|
124
|
+
"@jest/globals": "=29.7.0",
|
|
125
125
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
126
126
|
"@release-it/conventional-changelog": "=5.1.0",
|
|
127
127
|
"@svgr/webpack": "=8.1.0",
|
|
128
128
|
"@wojtekmaj/enzyme-adapter-react-17": "=0.8.0",
|
|
129
|
-
"autoprefixer": "^10.4.
|
|
129
|
+
"autoprefixer": "^10.4.16",
|
|
130
130
|
"babel-loader": "^9.1.3",
|
|
131
131
|
"babel-plugin-lodash": "=3.3.4",
|
|
132
132
|
"babel-plugin-module-resolver": "=5.0.0",
|
|
@@ -137,17 +137,17 @@
|
|
|
137
137
|
"cross-env": "=7.0.3",
|
|
138
138
|
"css-loader": "=6.8.1",
|
|
139
139
|
"cssnano": "=6.0.1",
|
|
140
|
-
"cypress": "=13.
|
|
140
|
+
"cypress": "=13.3.0",
|
|
141
141
|
"dedent": "^1.5.1",
|
|
142
142
|
"deepmerge": "^4.3.1",
|
|
143
143
|
"enzyme": "=3.11.0",
|
|
144
|
-
"eslint": "^8.
|
|
144
|
+
"eslint": "^8.50.0",
|
|
145
145
|
"eslint-plugin-import": "^2.28.1",
|
|
146
|
-
"eslint-plugin-jest": "^27.
|
|
147
|
-
"eslint-plugin-mocha": "^10.
|
|
146
|
+
"eslint-plugin-jest": "^27.4.0",
|
|
147
|
+
"eslint-plugin-mocha": "^10.2.0",
|
|
148
148
|
"eslint-plugin-react": "^7.33.2",
|
|
149
149
|
"esm": "=3.2.25",
|
|
150
|
-
"expect": "=29.
|
|
150
|
+
"expect": "=29.7.0",
|
|
151
151
|
"express": "^4.18.2",
|
|
152
152
|
"git-describe": "^4.1.0",
|
|
153
153
|
"html-webpack-plugin": "^5.5.1",
|
|
@@ -171,20 +171,20 @@
|
|
|
171
171
|
"npm-run-all": "^4.1.5",
|
|
172
172
|
"oauth2-server": "^2.4.1",
|
|
173
173
|
"open": "^9.1.0",
|
|
174
|
-
"postcss": "^8.4.
|
|
174
|
+
"postcss": "^8.4.30",
|
|
175
175
|
"postcss-loader": "^7.3.0",
|
|
176
|
-
"postcss-preset-env": "^9.1.
|
|
176
|
+
"postcss-preset-env": "^9.1.4",
|
|
177
177
|
"prettier": "^3.0.3",
|
|
178
178
|
"process": "^0.11.10",
|
|
179
179
|
"react-refresh": "^0.14.0",
|
|
180
180
|
"react-test-renderer": "=17.0.2",
|
|
181
181
|
"release-it": "=15.4.2",
|
|
182
|
-
"rimraf": "^5.0.
|
|
183
|
-
"sass": "^1.
|
|
182
|
+
"rimraf": "^5.0.5",
|
|
183
|
+
"sass": "^1.68.0",
|
|
184
184
|
"sass-loader": "^13.3.0",
|
|
185
|
-
"sinon": "=
|
|
185
|
+
"sinon": "=16.0.0",
|
|
186
186
|
"source-map-support": "^0.5.21",
|
|
187
|
-
"start-server-and-test": "^2.0.
|
|
187
|
+
"start-server-and-test": "^2.0.1",
|
|
188
188
|
"stream-browserify": "^3.0.0",
|
|
189
189
|
"tachyons-sass": "^4.9.5",
|
|
190
190
|
"terser-webpack-plugin": "^5.3.8",
|