weboptimizer 2.0.1157 → 2.0.1160

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 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1157",
3
+ "version": "2.0.1160",
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,8 +116,6 @@
116
116
  "@types/html-minifier-terser": "*",
117
117
  "@types/imagemin": "*",
118
118
  "@types/jest": "*",
119
- "@types/jsdom": "*",
120
- "@types/mini-css-extract-plugin": "*",
121
119
  "@types/node": "*",
122
120
  "@types/postcss-import": "*",
123
121
  "@types/postcss-url": "*",
@@ -162,8 +160,6 @@
162
160
  "@types/html-minifier": "*",
163
161
  "@types/imagemin": "*",
164
162
  "@types/jest": "*",
165
- "@types/jsdom": "*",
166
- "@types/mini-css-extract-plugin": "*",
167
163
  "@types/node": "*",
168
164
  "@types/webpack-env": "*",
169
165
  "@typescript-eslint/eslint-plugin": "*",
@@ -213,9 +209,6 @@
213
209
  "@types/jest": {
214
210
  "optional": true
215
211
  },
216
- "@types/jsdom": {
217
- "optional": true
218
- },
219
212
  "@types/node": {
220
213
  "optional": true
221
214
  },