weboptimizer 2.0.1173 → 2.0.1174

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 +1 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1173",
3
+ "version": "2.0.1174",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -116,7 +116,6 @@
116
116
  "@types/html-minifier": "*",
117
117
  "@types/html-minifier-terser": "*",
118
118
  "@types/imagemin": "*",
119
- "@types/jest": "*",
120
119
  "@types/node": "*",
121
120
  "@types/postcss-import": "*",
122
121
  "@types/postcss-url": "*",
@@ -160,7 +159,6 @@
160
159
  "@types/favicons": "*",
161
160
  "@types/html-minifier": "*",
162
161
  "@types/imagemin": "*",
163
- "@types/jest": "*",
164
162
  "@types/node": "*",
165
163
  "@types/webpack-env": "*",
166
164
  "@typescript-eslint/eslint-plugin": "*",
@@ -207,9 +205,6 @@
207
205
  "@types/html-minifier": {
208
206
  "optional": true
209
207
  },
210
- "@types/jest": {
211
- "optional": true
212
- },
213
208
  "@types/node": {
214
209
  "optional": true
215
210
  },