swagger-ui 5.19.0 → 5.20.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-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-standalone-preset.js +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 +39 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swagger-ui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.20.0",
|
|
4
4
|
"main": "./dist/swagger-ui.js",
|
|
5
5
|
"module": "./dist/swagger-ui-es-bundle-core.js",
|
|
6
6
|
"exports": {
|
|
@@ -53,6 +53,8 @@
|
|
|
53
53
|
"lint": "eslint --ext \".js,.jsx\" src test dev-helpers flavors",
|
|
54
54
|
"lint-errors": "eslint --quiet --ext \".js,.jsx\" src test dev-helpers flavors",
|
|
55
55
|
"lint-fix": "eslint --ext \".js,.jsx\" src test dev-helpers flavors --fix",
|
|
56
|
+
"lint-styles": "stylelint \"**/*.scss\"",
|
|
57
|
+
"lint-styles-fix": "stylelint \"**/*.scss\" --fix",
|
|
56
58
|
"test": "run-s lint-errors test:unit cy:ci",
|
|
57
59
|
"test:artifact": "cross-env NODE_ENV=production BABEL_ENV=commonjs BROWSERSLIST_ENV=node-development jest --config ./config/jest/jest.artifact.config.js",
|
|
58
60
|
"test:unit": "cross-env NODE_ENV=test BABEL_ENV=commonjs BROWSERSLIST_ENV=node-development jest --config ./config/jest/jest.unit.config.js",
|
|
@@ -71,8 +73,7 @@
|
|
|
71
73
|
"start": "npm-run-all --parallel serve-static open-static"
|
|
72
74
|
},
|
|
73
75
|
"dependencies": {
|
|
74
|
-
"@babel/runtime-corejs3": "^7.26.
|
|
75
|
-
"@braintree/sanitize-url": "=7.0.4",
|
|
76
|
+
"@babel/runtime-corejs3": "^7.26.7",
|
|
76
77
|
"@scarf/scarf": "=1.4.0",
|
|
77
78
|
"base64-js": "^1.5.1",
|
|
78
79
|
"classnames": "^2.5.1",
|
|
@@ -94,94 +95,100 @@
|
|
|
94
95
|
"react-immutable-proptypes": "2.2.0",
|
|
95
96
|
"react-immutable-pure-component": "^2.2.0",
|
|
96
97
|
"react-inspector": "^6.0.1",
|
|
97
|
-
"react-redux": "^9.
|
|
98
|
-
"react-syntax-highlighter": "^15.
|
|
98
|
+
"react-redux": "^9.2.0",
|
|
99
|
+
"react-syntax-highlighter": "^15.6.1",
|
|
99
100
|
"redux": "^5.0.1",
|
|
100
101
|
"redux-immutable": "^4.0.0",
|
|
101
102
|
"remarkable": "^2.0.1",
|
|
102
103
|
"reselect": "^5.1.1",
|
|
103
104
|
"serialize-error": "^8.1.0",
|
|
104
105
|
"sha.js": "^2.4.11",
|
|
105
|
-
"swagger-client": "^3.34.
|
|
106
|
+
"swagger-client": "^3.34.1",
|
|
106
107
|
"url-parse": "^1.5.10",
|
|
107
108
|
"xml": "=1.0.1",
|
|
108
109
|
"xml-but-prettier": "^1.0.1",
|
|
109
110
|
"zenscroll": "^4.0.2"
|
|
110
111
|
},
|
|
111
112
|
"devDependencies": {
|
|
112
|
-
"@babel/cli": "=7.
|
|
113
|
-
"@babel/core": "=7.26.
|
|
113
|
+
"@babel/cli": "=7.26.4",
|
|
114
|
+
"@babel/core": "=7.26.9",
|
|
114
115
|
"@babel/eslint-parser": "=7.26.8",
|
|
115
|
-
"@babel/plugin-transform-runtime": "=7.
|
|
116
|
-
"@babel/preset-env": "=7.
|
|
117
|
-
"@babel/preset-react": "=7.
|
|
118
|
-
"@babel/register": "=7.
|
|
116
|
+
"@babel/plugin-transform-runtime": "=7.26.8",
|
|
117
|
+
"@babel/preset-env": "=7.26.9",
|
|
118
|
+
"@babel/preset-react": "=7.26.3",
|
|
119
|
+
"@babel/register": "=7.25.9",
|
|
119
120
|
"@cfaester/enzyme-adapter-react-18": "=0.8.0",
|
|
120
|
-
"@commitlint/cli": "^19.
|
|
121
|
-
"@commitlint/config-conventional": "^19.
|
|
121
|
+
"@commitlint/cli": "^19.7.1",
|
|
122
|
+
"@commitlint/config-conventional": "^19.7.1",
|
|
122
123
|
"@jest/globals": "=29.7.0",
|
|
123
124
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
124
|
-
"@release-it/conventional-changelog": "=8.0.
|
|
125
|
+
"@release-it/conventional-changelog": "=8.0.2",
|
|
125
126
|
"@svgr/webpack": "=8.1.0",
|
|
126
|
-
"autoprefixer": "^10.4.
|
|
127
|
-
"babel-loader": "^9.1
|
|
127
|
+
"autoprefixer": "^10.4.20",
|
|
128
|
+
"babel-loader": "^9.2.1",
|
|
128
129
|
"babel-plugin-lodash": "=3.3.4",
|
|
129
130
|
"babel-plugin-module-resolver": "=5.0.2",
|
|
130
131
|
"babel-plugin-transform-react-remove-prop-types": "=0.4.24",
|
|
131
132
|
"body-parser": "^1.19.0",
|
|
132
133
|
"buffer": "^6.0.3",
|
|
134
|
+
"cheerio": "=1.0.0-rc.12",
|
|
133
135
|
"cors": "^2.8.5",
|
|
134
136
|
"cross-env": "=7.0.3",
|
|
135
137
|
"css-loader": "=7.1.2",
|
|
136
138
|
"cssnano": "=7.0.6",
|
|
137
|
-
"cypress": "=
|
|
139
|
+
"cypress": "=14.0.3",
|
|
138
140
|
"dedent": "^1.5.3",
|
|
139
141
|
"deepmerge": "^4.3.1",
|
|
140
142
|
"enzyme": "=3.11.0",
|
|
141
143
|
"eslint": "^8.57.0",
|
|
142
|
-
"eslint-
|
|
144
|
+
"eslint-config-prettier": "^10.0.1",
|
|
145
|
+
"eslint-plugin-import": "^2.31.0",
|
|
143
146
|
"eslint-plugin-jest": "^28.11.0",
|
|
144
|
-
"eslint-plugin-
|
|
147
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
148
|
+
"eslint-plugin-react": "^7.37.4",
|
|
145
149
|
"esm": "=3.2.25",
|
|
146
150
|
"expect": "=29.7.0",
|
|
147
|
-
"express": "^4.21.
|
|
151
|
+
"express": "^4.21.2",
|
|
148
152
|
"git-describe": "^4.1.0",
|
|
149
|
-
"html-webpack-plugin": "^5.
|
|
153
|
+
"html-webpack-plugin": "^5.6.3",
|
|
150
154
|
"html-webpack-skip-assets-plugin": "^1.0.4",
|
|
151
155
|
"husky": "=9.1.7",
|
|
152
156
|
"inspectpack": "=4.7.1",
|
|
153
157
|
"jest": "=29.7.0",
|
|
154
158
|
"jest-environment-jsdom": "=29.7.0",
|
|
155
159
|
"jest-transform-stub": "=2.0.0",
|
|
156
|
-
"jsdom": "=
|
|
160
|
+
"jsdom": "=26.0.0",
|
|
157
161
|
"json-loader": "^0.5.7",
|
|
158
162
|
"json-merger": "^2.0.0",
|
|
159
163
|
"json-server": "=0.17.4",
|
|
160
|
-
"less": "^4.2.
|
|
164
|
+
"less": "^4.2.2",
|
|
161
165
|
"license-checker": "^25.0.0",
|
|
162
166
|
"lint-staged": "^15.4.3",
|
|
163
|
-
"local-web-server": "^5.
|
|
164
|
-
"mini-css-extract-plugin": "^2.9.
|
|
167
|
+
"local-web-server": "^5.4.0",
|
|
168
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
165
169
|
"npm-audit-ci-wrapper": "^3.0.2",
|
|
166
170
|
"npm-run-all": "^4.1.5",
|
|
167
171
|
"oauth2-server": "^2.4.1",
|
|
168
172
|
"open": "^10.1.0",
|
|
169
173
|
"postcss": "^8.5.2",
|
|
174
|
+
"postcss-scss": "^4.0.9",
|
|
170
175
|
"postcss-loader": "^8.1.1",
|
|
171
|
-
"postcss-preset-env": "^
|
|
172
|
-
"prettier": "^3.
|
|
176
|
+
"postcss-preset-env": "^10.1.4",
|
|
177
|
+
"prettier": "^3.5.2",
|
|
173
178
|
"process": "^0.11.10",
|
|
174
179
|
"react-refresh": "^0.16.0",
|
|
175
180
|
"react-test-renderer": "^18.3.1",
|
|
176
|
-
"release-it": "=17.
|
|
177
|
-
"rimraf": "^
|
|
178
|
-
"sass": "
|
|
179
|
-
"sass-loader": "^
|
|
181
|
+
"release-it": "=17.11.0",
|
|
182
|
+
"rimraf": "^6.0.1",
|
|
183
|
+
"sass-embedded": "=1.83.4",
|
|
184
|
+
"sass-loader": "^16.0.4",
|
|
180
185
|
"shx": "=0.3.4",
|
|
181
186
|
"sinon": "=19.0.2",
|
|
182
187
|
"source-map-support": "^0.5.21",
|
|
183
188
|
"start-server-and-test": "^2.0.10",
|
|
184
189
|
"stream-browserify": "^3.0.0",
|
|
190
|
+
"stylelint": "^16.14.1",
|
|
191
|
+
"stylelint-prettier": "^5.0.3",
|
|
185
192
|
"tachyons-sass": "^4.9.5",
|
|
186
193
|
"terser-webpack-plugin": "^5.3.11",
|
|
187
194
|
"webpack": "^5.97.1",
|