swagger-editor 4.3.0 → 4.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "swagger-editor",
3
3
  "description": "Swagger Editor",
4
- "version": "4.3.0",
4
+ "version": "4.4.1",
5
5
  "main": "dist/swagger-editor.js",
6
6
  "module": "dist/swagger-editor-es-bundle.js",
7
7
  "repository": "git@github.com:swagger-api/swagger-editor.git",
@@ -68,6 +68,7 @@
68
68
  "file-dialog": "0.0.8",
69
69
  "immutable": "^3.x.x",
70
70
  "is-json": "^2.0.1",
71
+ "js-file-download": "=0.4.12",
71
72
  "js-yaml": "=4.1.0",
72
73
  "json-beautify": "^1.0.1",
73
74
  "json-refs": "^3.0.4",
@@ -78,10 +79,8 @@
78
79
  "react": "=17.0.2",
79
80
  "react-ace": "^4.1.6",
80
81
  "react-addons-css-transition-group": "^15.4.2",
81
- "react-dd-menu": "^2.0.0",
82
82
  "react-dom": "=17.0.2",
83
83
  "react-dropzone": "^12.0.4",
84
- "react-file-download": "^0.3.2",
85
84
  "react-immutable-proptypes": "^2.1.0",
86
85
  "react-redux": "=7.2.8",
87
86
  "react-split-pane": "^0.1.82",
@@ -89,7 +88,7 @@
89
88
  "redux": "=4.2.0",
90
89
  "reselect": "^4.0.0",
91
90
  "swagger-client": "^3.18.5",
92
- "swagger-ui": "^4.13.2",
91
+ "swagger-ui": "^4.14.1",
93
92
  "traverse": "^0.6.6",
94
93
  "validator": "=13.7.0",
95
94
  "yaml-js": "^0.3.1"
@@ -97,7 +96,7 @@
97
96
  "devDependencies": {
98
97
  "@babel/cli": "^7.15.7",
99
98
  "@babel/core": "^7.14.2",
100
- "@babel/eslint-parser": "=7.18.9",
99
+ "@babel/eslint-parser": "=7.19.1",
101
100
  "@babel/plugin-proposal-class-properties": "^7.13.0",
102
101
  "@babel/plugin-proposal-optional-chaining": "^7.14.2",
103
102
  "@babel/plugin-transform-runtime": "^7.14.2",
@@ -106,10 +105,10 @@
106
105
  "@babel/register": "^7.13.16",
107
106
  "@babel/runtime-corejs3": "^7.11.2",
108
107
  "@commitlint/cli": "^17.0.2",
109
- "@commitlint/config-conventional": "=17.0.3",
110
- "@jest/globals": "^28.0.3",
108
+ "@commitlint/config-conventional": "=17.1.0",
109
+ "@jest/globals": "^29.0.1",
111
110
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
112
- "@release-it/conventional-changelog": "^4.1.0",
111
+ "@release-it/conventional-changelog": "=5.1.0",
113
112
  "@wojtekmaj/enzyme-adapter-react-17": "=0.6.7",
114
113
  "autoprefixer": "^10.2.6",
115
114
  "babel-loader": "^8.1.0",
@@ -119,25 +118,25 @@
119
118
  "cross-env": "^7.0.3",
120
119
  "css-loader": "^6.7.1",
121
120
  "cssnano": "^5.0.6",
122
- "cypress": "=10.3.1",
121
+ "cypress": "=10.8.0",
123
122
  "cypress-file-upload": "^5.0.8",
124
123
  "dedent": "^0.7.0",
125
124
  "deep-extend": "^0.6.0",
126
125
  "enzyme": "^3.3.0",
127
126
  "eslint": "^8.13.0",
128
127
  "eslint-plugin-import": "^2.21.1",
129
- "eslint-plugin-jest": "^26.1.5",
128
+ "eslint-plugin-jest": "^27.0.1",
130
129
  "eslint-plugin-mocha": "^10.0.3",
131
130
  "eslint-plugin-react": "^7.20.0",
132
- "expect": "=28.1.3",
131
+ "expect": "=29.0.3",
133
132
  "git-describe": "^4.0.1",
134
133
  "html-webpack-plugin": "^5.5.0",
135
134
  "html-webpack-skip-assets-plugin": "^1.0.3",
136
135
  "husky": "=8.0.1",
137
136
  "inspectpack": "=4.7.1",
138
- "jest": "^28.0.3",
139
- "jest-environment-jsdom": "^28.0.2",
140
- "jsdom": "=19.0.0",
137
+ "jest": "^29.0.1",
138
+ "jest-environment-jsdom": "^29.0.1",
139
+ "jsdom": "=20.0.0",
141
140
  "jsdom-global": "3.0.2",
142
141
  "json-loader": "0.5.7",
143
142
  "less": "^4.1.3",
@@ -158,7 +157,7 @@
158
157
  "react-hot-loader": "^1.3.1",
159
158
  "react-refresh": "^0.14.0",
160
159
  "react-test-renderer": "=17.0.2",
161
- "release-it": "^14.12.3",
160
+ "release-it": "=15.4.2",
162
161
  "rewiremock": "^3.7.4",
163
162
  "rimraf": "^3.0.2",
164
163
  "sinon": "=14.0.0",