weboptimizer 2.0.1494 → 2.0.1496
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1496",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"babel-loader": "^9.1.3",
|
|
101
101
|
"babel-plugin-transform-modern-regexp": "^0.0.6",
|
|
102
102
|
"babel-preset-minify": "^0.5.2",
|
|
103
|
-
"clientnode": "3.0.
|
|
103
|
+
"clientnode": "3.0.1173",
|
|
104
104
|
"ejs": "^3.1.10",
|
|
105
105
|
"exports-loader": "^5.0.0",
|
|
106
106
|
"extract-loader": "^5.1.0",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"@types/postcss-url": "^10.0.4",
|
|
132
132
|
"@types/webpack-env": "^1.18.5",
|
|
133
133
|
"@types/webpack-sources": "^3.2.3",
|
|
134
|
-
"@typescript-eslint/parser": "^8.
|
|
134
|
+
"@typescript-eslint/parser": "^8.2.0",
|
|
135
135
|
"css-loader": "^7.1.2",
|
|
136
136
|
"cssnano": "^7.0.5",
|
|
137
137
|
"documentation-website": "^1.0.330",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"image-minimizer-webpack-plugin": "^4.1.0",
|
|
145
145
|
"jest": "^29.7.0",
|
|
146
146
|
"jsdoc": "^4.0.3",
|
|
147
|
-
"mini-css-extract-plugin": "^2.9.
|
|
147
|
+
"mini-css-extract-plugin": "^2.9.1",
|
|
148
148
|
"mkdirp": "^3.0.1",
|
|
149
149
|
"node-fetch": "^3.3.2",
|
|
150
150
|
"postcss": "^8.4.41",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"stylelint": "^16.8.2",
|
|
160
160
|
"stylelint-config-standard": "^36.0.1",
|
|
161
161
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
162
|
-
"typescript-eslint": "^8.
|
|
162
|
+
"typescript-eslint": "^8.2.0",
|
|
163
163
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
164
164
|
"workbox-webpack-plugin": "^7.1.0"
|
|
165
165
|
},
|