weboptimizer 2.0.1099 → 2.0.1100

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 +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1099",
3
+ "version": "2.0.1100",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -114,6 +114,7 @@
114
114
  "@types/favicons": "*",
115
115
  "@types/html-minifier": "*",
116
116
  "@types/html-minifier-terser": "*",
117
+ "@types/imagemin": "*",
117
118
  "@types/jest": "*",
118
119
  "@types/jsdom": "*",
119
120
  "@types/mini-css-extract-plugin": "*",
@@ -135,6 +136,7 @@
135
136
  "favicons": "*",
136
137
  "favicons-webpack-plugin": "*",
137
138
  "image-minimizer-webpack-plugin": "*",
139
+ "imagemin": "*",
138
140
  "jest": "*",
139
141
  "jsdoc": "*",
140
142
  "mini-css-extract-plugin": "*",
@@ -160,6 +162,7 @@
160
162
  "@types/ejs": "*",
161
163
  "@types/favicons": "*",
162
164
  "@types/html-minifier": "*",
165
+ "@types/imagemin": "*",
163
166
  "@types/jest": "*",
164
167
  "@types/jsdom": "*",
165
168
  "@types/mini-css-extract-plugin": "*",
@@ -176,6 +179,7 @@
176
179
  "favicons-webpack-plugin": "*",
177
180
  "identity-obj-proxy": "*",
178
181
  "image-minimizer-webpack-plugin": "*",
182
+ "imagemin": "*",
179
183
  "jest": "*",
180
184
  "jsdoc": "*",
181
185
  "mini-css-extract-plugin": "*",