weboptimizer 2.0.1549 → 2.0.1550
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 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1550",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -101,7 +101,7 @@
|
|
|
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.1253",
|
|
105
105
|
"ejs": "^3.1.10",
|
|
106
106
|
"exports-loader": "^5.0.0",
|
|
107
107
|
"extract-loader": "^5.1.0",
|
|
@@ -121,14 +121,14 @@
|
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@babel/cli": "^7.26.4",
|
|
123
123
|
"@babel/eslint-parser": "^7.25.9",
|
|
124
|
-
"@stylistic/eslint-plugin": "^2.12.
|
|
125
|
-
"@stylistic/eslint-plugin-ts": "^2.12.
|
|
124
|
+
"@stylistic/eslint-plugin": "^2.12.1",
|
|
125
|
+
"@stylistic/eslint-plugin-ts": "^2.12.1",
|
|
126
126
|
"@types/ejs": "^3.1.5",
|
|
127
127
|
"@types/eslint": "^9.6.1",
|
|
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.10.
|
|
131
|
+
"@types/node": "^22.10.2",
|
|
132
132
|
"@types/postcss-import": "^14.0.3",
|
|
133
133
|
"@types/postcss-url": "^10.0.4",
|
|
134
134
|
"@types/webpack-env": "^1.18.5",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"documentation-website": "^1.0.341",
|
|
140
140
|
"eslint": "^9.16.0",
|
|
141
141
|
"eslint-config-google": "^0.14.0",
|
|
142
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
142
|
+
"eslint-plugin-jsdoc": "^50.6.1",
|
|
143
143
|
"favicons": "^7.2.0",
|
|
144
144
|
"favicons-webpack-plugin": "^6.0.1",
|
|
145
145
|
"globals": "^15.13.0",
|
|
@@ -740,6 +740,9 @@
|
|
|
740
740
|
"./declarations.d.ts",
|
|
741
741
|
"./dummy",
|
|
742
742
|
"./dummyPlugin",
|
|
743
|
+
"./end-to-end-tests",
|
|
744
|
+
"./eslint.config.ts",
|
|
745
|
+
"./playwright.config.ts",
|
|
743
746
|
"./test",
|
|
744
747
|
"./test.js",
|
|
745
748
|
"./test.ts",
|
|
@@ -1546,6 +1549,7 @@
|
|
|
1546
1549
|
"watchOptions": {
|
|
1547
1550
|
"ignored": [
|
|
1548
1551
|
"./*.js",
|
|
1552
|
+
"./end-to-end-tests",
|
|
1549
1553
|
"**/deprecated",
|
|
1550
1554
|
"**/exclude",
|
|
1551
1555
|
"**/node_modules",
|