weboptimizer 2.0.1582 → 2.0.1584
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1584",
|
|
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": "^10.0.0",
|
|
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.1291",
|
|
104
104
|
"ejs": "^3.1.10",
|
|
105
105
|
"exports-loader": "^5.0.0",
|
|
106
106
|
"extract-loader": "^5.1.0",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@types/html-minifier": "^4.0.5",
|
|
127
127
|
"@types/html-minifier-terser": "^7.0.2",
|
|
128
128
|
"@types/imagemin": "^9.0.1",
|
|
129
|
-
"@types/node": "^24.0.
|
|
129
|
+
"@types/node": "^24.0.2",
|
|
130
130
|
"@types/postcss-import": "^14.0.3",
|
|
131
131
|
"@types/postcss-url": "^10.0.4",
|
|
132
132
|
"@types/webpack-env": "^1.18.8",
|
|
@@ -134,10 +134,10 @@
|
|
|
134
134
|
"@typescript-eslint/parser": "^8.34.0",
|
|
135
135
|
"css-loader": "^7.1.2",
|
|
136
136
|
"cssnano": "^7.0.7",
|
|
137
|
-
"documentation-website": "^1.0.
|
|
138
|
-
"eslint": "^9.
|
|
137
|
+
"documentation-website": "^1.0.377",
|
|
138
|
+
"eslint": "^9.29.0",
|
|
139
139
|
"eslint-config-google": "^0.14.0",
|
|
140
|
-
"eslint-plugin-jsdoc": "^
|
|
140
|
+
"eslint-plugin-jsdoc": "^51.0.1",
|
|
141
141
|
"favicons": "^7.2.0",
|
|
142
142
|
"favicons-webpack-plugin": "^6.0.1",
|
|
143
143
|
"globals": "^16.2.0",
|
|
@@ -147,11 +147,11 @@
|
|
|
147
147
|
"mini-css-extract-plugin": "^2.9.2",
|
|
148
148
|
"mkdirp": "^3.0.1",
|
|
149
149
|
"node-fetch": "^3.3.2",
|
|
150
|
-
"postcss": "^8.5.
|
|
150
|
+
"postcss": "^8.5.5",
|
|
151
151
|
"postcss-fontpath": "^1.0.0",
|
|
152
152
|
"postcss-import": "^16.1.0",
|
|
153
153
|
"postcss-loader": "^8.1.1",
|
|
154
|
-
"postcss-preset-env": "^10.2.
|
|
154
|
+
"postcss-preset-env": "^10.2.3",
|
|
155
155
|
"postcss-sprites": "^4.2.1",
|
|
156
156
|
"postcss-url": "^10.1.3",
|
|
157
157
|
"shx": "^0.4.0",
|
|
@@ -1750,5 +1750,5 @@
|
|
|
1750
1750
|
}
|
|
1751
1751
|
}
|
|
1752
1752
|
},
|
|
1753
|
-
"packageManager": "yarn@4.9.
|
|
1753
|
+
"packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c"
|
|
1754
1754
|
}
|