weboptimizer 2.0.1521 → 2.0.1523
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1523",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -101,14 +101,14 @@
|
|
|
101
101
|
"babel-loader": "^9.2.1",
|
|
102
102
|
"babel-plugin-transform-modern-regexp": "^0.0.6",
|
|
103
103
|
"babel-preset-minify": "^0.5.2",
|
|
104
|
-
"clientnode": "3.0.
|
|
104
|
+
"clientnode": "3.0.1206",
|
|
105
105
|
"ejs": "^3.1.10",
|
|
106
106
|
"exports-loader": "^5.0.0",
|
|
107
107
|
"extract-loader": "^5.1.0",
|
|
108
108
|
"glob-all": "^3.3.1",
|
|
109
109
|
"html-loader": "^5.1.0",
|
|
110
110
|
"html-minifier": "^4.0.0",
|
|
111
|
-
"html-webpack-plugin": "^5.6.
|
|
111
|
+
"html-webpack-plugin": "^5.6.2",
|
|
112
112
|
"imports-loader": "^5.0.0",
|
|
113
113
|
"jest-environment-jsdom": "^29.7.0",
|
|
114
114
|
"rimraf": "^6.0.1",
|
|
@@ -128,24 +128,24 @@
|
|
|
128
128
|
"@types/html-minifier": "^4.0.5",
|
|
129
129
|
"@types/html-minifier-terser": "^7.0.2",
|
|
130
130
|
"@types/imagemin": "^9.0.0",
|
|
131
|
-
"@types/node": "^22.7.
|
|
131
|
+
"@types/node": "^22.7.7",
|
|
132
132
|
"@types/postcss-import": "^14.0.3",
|
|
133
133
|
"@types/postcss-url": "^10.0.4",
|
|
134
134
|
"@types/webpack-env": "^1.18.5",
|
|
135
135
|
"@types/webpack-sources": "^3.2.3",
|
|
136
|
-
"@typescript-eslint/parser": "^8.
|
|
136
|
+
"@typescript-eslint/parser": "^8.10.0",
|
|
137
137
|
"css-loader": "^7.1.2",
|
|
138
138
|
"cssnano": "^7.0.6",
|
|
139
|
-
"documentation-website": "^1.0.
|
|
140
|
-
"eslint": "^9.
|
|
139
|
+
"documentation-website": "^1.0.336",
|
|
140
|
+
"eslint": "^9.13.0",
|
|
141
141
|
"eslint-config-google": "^0.14.0",
|
|
142
|
-
"eslint-plugin-jsdoc": "^50.4.
|
|
142
|
+
"eslint-plugin-jsdoc": "^50.4.3",
|
|
143
143
|
"favicons": "^7.2.0",
|
|
144
144
|
"favicons-webpack-plugin": "^6.0.1",
|
|
145
145
|
"globals": "^15.11.0",
|
|
146
146
|
"image-minimizer-webpack-plugin": "^4.1.0",
|
|
147
147
|
"jest": "^29.7.0",
|
|
148
|
-
"jsdoc": "^4.0.
|
|
148
|
+
"jsdoc": "^4.0.4",
|
|
149
149
|
"mini-css-extract-plugin": "^2.9.1",
|
|
150
150
|
"mkdirp": "^3.0.1",
|
|
151
151
|
"node-fetch": "^3.3.2",
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"stylelint": "^16.10.0",
|
|
162
162
|
"stylelint-config-standard": "^36.0.1",
|
|
163
163
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
164
|
-
"typescript-eslint": "^8.
|
|
164
|
+
"typescript-eslint": "^8.10.0",
|
|
165
165
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
166
166
|
"workbox-webpack-plugin": "^7.1.0"
|
|
167
167
|
},
|