weboptimizer 2.0.1158 → 2.0.1159

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.
Files changed (1) hide show
  1. package/package.json +2 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1158",
3
+ "version": "2.0.1159",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -98,7 +98,7 @@
98
98
  "html-minifier": "*",
99
99
  "html-webpack-plugin": "*",
100
100
  "imports-loader": "*",
101
- "jsdom": "^16.6.0",
101
+ "jest-environment-jsdom": "*",
102
102
  "rimraf": "*",
103
103
  "script-loader": "*",
104
104
  "typescript": "*",
@@ -116,7 +116,6 @@
116
116
  "@types/html-minifier-terser": "*",
117
117
  "@types/imagemin": "*",
118
118
  "@types/jest": "*",
119
- "@types/jsdom": "*",
120
119
  "@types/mini-css-extract-plugin": "*",
121
120
  "@types/node": "*",
122
121
  "@types/postcss-import": "*",
@@ -162,7 +161,6 @@
162
161
  "@types/html-minifier": "*",
163
162
  "@types/imagemin": "*",
164
163
  "@types/jest": "*",
165
- "@types/jsdom": "*",
166
164
  "@types/mini-css-extract-plugin": "*",
167
165
  "@types/node": "*",
168
166
  "@types/webpack-env": "*",
@@ -213,9 +211,6 @@
213
211
  "@types/jest": {
214
212
  "optional": true
215
213
  },
216
- "@types/jsdom": {
217
- "optional": true
218
- },
219
214
  "@types/node": {
220
215
  "optional": true
221
216
  },