swagger-ui 5.3.2 → 5.4.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.
- 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.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 +20 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swagger-ui",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.1",
|
|
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,7 +74,7 @@
|
|
|
64
74
|
"start": "npm-run-all --parallel serve-static open-static"
|
|
65
75
|
},
|
|
66
76
|
"dependencies": {
|
|
67
|
-
"@babel/runtime-corejs3": "^7.22.
|
|
77
|
+
"@babel/runtime-corejs3": "^7.22.10",
|
|
68
78
|
"@braintree/sanitize-url": "=6.0.4",
|
|
69
79
|
"base64-js": "^1.5.1",
|
|
70
80
|
"classnames": "^2.3.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",
|
|
@@ -110,7 +120,7 @@
|
|
|
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.
|
|
123
|
+
"@babel/plugin-transform-runtime": "=7.22.10",
|
|
114
124
|
"@babel/preset-env": "=7.22.10",
|
|
115
125
|
"@babel/preset-react": "=7.22.5",
|
|
116
126
|
"@babel/register": "=7.22.5",
|
|
@@ -120,7 +130,7 @@
|
|
|
120
130
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
121
131
|
"@release-it/conventional-changelog": "=5.1.0",
|
|
122
132
|
"@wojtekmaj/enzyme-adapter-react-17": "=0.8.0",
|
|
123
|
-
"autoprefixer": "^10.4.
|
|
133
|
+
"autoprefixer": "^10.4.15",
|
|
124
134
|
"babel-loader": "^9.1.3",
|
|
125
135
|
"babel-plugin-lodash": "=3.3.4",
|
|
126
136
|
"babel-plugin-module-resolver": "=5.0.0",
|
|
@@ -135,11 +145,11 @@
|
|
|
135
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",
|
|
142
|
-
"eslint-plugin-react": "^7.33.
|
|
152
|
+
"eslint-plugin-react": "^7.33.2",
|
|
143
153
|
"esm": "=3.2.25",
|
|
144
154
|
"expect": "=29.6.2",
|
|
145
155
|
"express": "^4.18.2",
|
|
@@ -164,7 +174,7 @@
|
|
|
164
174
|
"npm-run-all": "^4.1.5",
|
|
165
175
|
"oauth2-server": "^2.4.1",
|
|
166
176
|
"open": "^9.1.0",
|
|
167
|
-
"postcss": "^8.4.
|
|
177
|
+
"postcss": "^8.4.28",
|
|
168
178
|
"postcss-loader": "^7.3.0",
|
|
169
179
|
"postcss-preset-env": "^9.1.1",
|
|
170
180
|
"prettier": "^3.0.1",
|