weboptimizer 2.0.1626 → 2.0.1628
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 +7 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1628",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"@types/postcss-url": "^10.0.4",
|
|
130
130
|
"@types/webpack-env": "^1.18.8",
|
|
131
131
|
"@types/webpack-sources": "^3.2.3",
|
|
132
|
-
"@typescript-eslint/parser": "^8.48.
|
|
132
|
+
"@typescript-eslint/parser": "^8.48.1",
|
|
133
133
|
"css-loader": "^7.1.2",
|
|
134
134
|
"cssnano": "^7.1.2",
|
|
135
135
|
"documentation-website": "^1.0.396",
|
|
@@ -154,10 +154,10 @@
|
|
|
154
154
|
"postcss-url": "^10.1.3",
|
|
155
155
|
"shx": "^0.4.0",
|
|
156
156
|
"style-loader": "^4.0.0",
|
|
157
|
-
"stylelint": "^16.26.
|
|
157
|
+
"stylelint": "^16.26.1",
|
|
158
158
|
"stylelint-config-standard": "^39.0.1",
|
|
159
159
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
160
|
-
"typescript-eslint": "^8.48.
|
|
160
|
+
"typescript-eslint": "^8.48.1",
|
|
161
161
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
162
162
|
"workbox-webpack-plugin": "^7.4.0"
|
|
163
163
|
},
|
|
@@ -212,6 +212,9 @@
|
|
|
212
212
|
"@types/html-minifier": {
|
|
213
213
|
"optional": true
|
|
214
214
|
},
|
|
215
|
+
"@types/imagemin": {
|
|
216
|
+
"optional": true
|
|
217
|
+
},
|
|
215
218
|
"@types/node": {
|
|
216
219
|
"optional": true
|
|
217
220
|
},
|