swagger-ui 4.2.1 → 4.5.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/README.md +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-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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "swagger-ui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"main": "dist/swagger-ui.js",
|
|
5
5
|
"module": "dist/swagger-ui-es-bundle.js",
|
|
6
6
|
"homepage": "https://github.com/swagger-api/swagger-ui",
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"js-file-download": "^0.4.12",
|
|
65
65
|
"js-yaml": "=4.1.0",
|
|
66
66
|
"lodash": "^4.17.21",
|
|
67
|
-
"memoizee": "^0.4.15",
|
|
68
67
|
"prop-types": "^15.7.2",
|
|
69
68
|
"randombytes": "^2.1.0",
|
|
70
69
|
"react": "=17.0.2",
|
|
@@ -82,14 +81,14 @@
|
|
|
82
81
|
"reselect": "^4.1.5",
|
|
83
82
|
"serialize-error": "^8.1.0",
|
|
84
83
|
"sha.js": "^2.4.11",
|
|
85
|
-
"swagger-client": "^3.18.
|
|
84
|
+
"swagger-client": "^3.18.4",
|
|
86
85
|
"url-parse": "^1.5.3",
|
|
87
86
|
"xml": "=1.0.1",
|
|
88
87
|
"xml-but-prettier": "^1.0.1",
|
|
89
88
|
"zenscroll": "^4.0.2"
|
|
90
89
|
},
|
|
91
90
|
"devDependencies": {
|
|
92
|
-
"@babel/cli": "=7.
|
|
91
|
+
"@babel/cli": "=7.16.8",
|
|
93
92
|
"@babel/core": "=7.14.6",
|
|
94
93
|
"@babel/eslint-parser": "=7.16.3",
|
|
95
94
|
"@babel/plugin-proposal-class-properties": "=7.16.0",
|
|
@@ -102,7 +101,7 @@
|
|
|
102
101
|
"@babel/preset-react": "=7.14.5",
|
|
103
102
|
"@babel/register": "=7.16.0",
|
|
104
103
|
"@commitlint/cli": "^15.0.0",
|
|
105
|
-
"@commitlint/config-conventional": "^
|
|
104
|
+
"@commitlint/config-conventional": "^16.0.0",
|
|
106
105
|
"@jest/globals": "=27.0.6",
|
|
107
106
|
"@release-it/conventional-changelog": "=3.0.1",
|
|
108
107
|
"@wojtekmaj/enzyme-adapter-react-17": "=0.6.5",
|
|
@@ -121,7 +120,7 @@
|
|
|
121
120
|
"deepmerge": "^4.0.0",
|
|
122
121
|
"enzyme": "=3.11.0",
|
|
123
122
|
"eslint": "^7.29.0",
|
|
124
|
-
"eslint-plugin-import": "^2.25.
|
|
123
|
+
"eslint-plugin-import": "^2.25.4",
|
|
125
124
|
"eslint-plugin-jest": "^25.2.4",
|
|
126
125
|
"eslint-plugin-mocha": "^9.0.0",
|
|
127
126
|
"eslint-plugin-react": "^7.27.1",
|