weboptimizer 3.0.3 → 3.0.4
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
"@babel/preset-env": "^7.29.0",
|
|
96
96
|
"@babel/preset-typescript": "^7.28.5",
|
|
97
97
|
"@babel/runtime": "^7.28.6",
|
|
98
|
-
"babel-loader": "^10.
|
|
98
|
+
"babel-loader": "^10.1.1",
|
|
99
99
|
"babel-plugin-transform-modern-regexp": "^0.0.6",
|
|
100
100
|
"babel-preset-minify": "^0.5.2",
|
|
101
|
-
"clientnode": "4.0.
|
|
102
|
-
"ejs": "^
|
|
101
|
+
"clientnode": "4.0.1355",
|
|
102
|
+
"ejs": "^5.0.1",
|
|
103
103
|
"exports-loader": "^5.0.0",
|
|
104
104
|
"extract-loader": "^5.1.0",
|
|
105
105
|
"glob-all": "^3.3.1",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"html-minifier": "^4.0.0",
|
|
108
108
|
"html-webpack-plugin": "^5.6.6",
|
|
109
109
|
"imports-loader": "^5.0.0",
|
|
110
|
-
"jest-environment-jsdom": "^30.
|
|
110
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
111
111
|
"rimraf": "^6.1.3",
|
|
112
112
|
"script-loader": "^0.7.2",
|
|
113
113
|
"typescript": "^5.9.3",
|
|
@@ -119,31 +119,31 @@
|
|
|
119
119
|
"@babel/cli": "^7.28.6",
|
|
120
120
|
"@babel/eslint-parser": "^7.28.6",
|
|
121
121
|
"@eslint/js": "^10.0.1",
|
|
122
|
-
"@stylistic/eslint-plugin": "^5.
|
|
122
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
123
123
|
"@types/ejs": "^3.1.5",
|
|
124
124
|
"@types/eslint": "^9.6.1",
|
|
125
125
|
"@types/html-minifier": "^4.0.6",
|
|
126
126
|
"@types/html-minifier-terser": "^7.0.2",
|
|
127
127
|
"@types/imagemin": "^9.0.1",
|
|
128
|
-
"@types/node": "^25.
|
|
128
|
+
"@types/node": "^25.4.0",
|
|
129
129
|
"@types/postcss-import": "^14.0.3",
|
|
130
130
|
"@types/postcss-url": "^10.0.4",
|
|
131
131
|
"@types/webpack-env": "^1.18.8",
|
|
132
132
|
"@types/webpack-sources": "^3.2.3",
|
|
133
|
-
"@typescript-eslint/parser": "^8.
|
|
133
|
+
"@typescript-eslint/parser": "^8.57.0",
|
|
134
134
|
"css-loader": "^7.1.4",
|
|
135
|
-
"cssnano": "^7.1.
|
|
135
|
+
"cssnano": "^7.1.3",
|
|
136
136
|
"documentation-website": "^1.0.398",
|
|
137
|
-
"eslint": "^10.0.
|
|
137
|
+
"eslint": "^10.0.3",
|
|
138
138
|
"eslint-config-google": "^0.14.0",
|
|
139
139
|
"eslint-plugin-jsdoc": "^62.7.1",
|
|
140
140
|
"favicons": "^7.2.0",
|
|
141
141
|
"favicons-webpack-plugin": "^6.0.1",
|
|
142
142
|
"globals": "^17.4.0",
|
|
143
143
|
"image-minimizer-webpack-plugin": "^5.0.0",
|
|
144
|
-
"jest": "^30.
|
|
144
|
+
"jest": "^30.3.0",
|
|
145
145
|
"jsdoc": "^4.0.5",
|
|
146
|
-
"mini-css-extract-plugin": "^2.10.
|
|
146
|
+
"mini-css-extract-plugin": "^2.10.1",
|
|
147
147
|
"mkdirp": "^3.0.1",
|
|
148
148
|
"node-fetch": "^3.3.2",
|
|
149
149
|
"postcss": "^8.5.8",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"stylelint": "^17.4.0",
|
|
159
159
|
"stylelint-config-standard": "^40.0.0",
|
|
160
160
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
161
|
-
"typescript-eslint": "^8.
|
|
161
|
+
"typescript-eslint": "^8.57.0",
|
|
162
162
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
163
163
|
"workbox-webpack-plugin": "^7.4.0"
|
|
164
164
|
},
|