weboptimizer 2.0.1551 → 2.0.1553
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": "2.0.
|
|
3
|
+
"version": "2.0.1553",
|
|
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.1255",
|
|
105
105
|
"ejs": "^3.1.10",
|
|
106
106
|
"exports-loader": "^5.0.0",
|
|
107
107
|
"extract-loader": "^5.1.0",
|
|
@@ -113,31 +113,31 @@
|
|
|
113
113
|
"jest-environment-jsdom": "^29.7.0",
|
|
114
114
|
"rimraf": "^6.0.1",
|
|
115
115
|
"script-loader": "^0.7.2",
|
|
116
|
-
"typescript": "^5.7.
|
|
116
|
+
"typescript": "^5.7.3",
|
|
117
117
|
"webpack": "^5.97.1",
|
|
118
118
|
"webpack-cli": "^6.0.1",
|
|
119
119
|
"webpack-sources": "^3.2.3"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@babel/cli": "^7.26.4",
|
|
123
|
-
"@babel/eslint-parser": "^7.
|
|
124
|
-
"@stylistic/eslint-plugin": "^2.
|
|
125
|
-
"@stylistic/eslint-plugin-ts": "^2.
|
|
123
|
+
"@babel/eslint-parser": "^7.26.5",
|
|
124
|
+
"@stylistic/eslint-plugin": "^2.13.0",
|
|
125
|
+
"@stylistic/eslint-plugin-ts": "^2.13.0",
|
|
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.6",
|
|
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.20.0",
|
|
137
137
|
"css-loader": "^7.1.2",
|
|
138
138
|
"cssnano": "^7.0.6",
|
|
139
139
|
"documentation-website": "^1.0.341",
|
|
140
|
-
"eslint": "^9.
|
|
140
|
+
"eslint": "^9.18.0",
|
|
141
141
|
"eslint-config-google": "^0.14.0",
|
|
142
142
|
"eslint-plugin-jsdoc": "^50.6.1",
|
|
143
143
|
"favicons": "^7.2.0",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"mini-css-extract-plugin": "^2.9.2",
|
|
150
150
|
"mkdirp": "^3.0.1",
|
|
151
151
|
"node-fetch": "^3.3.2",
|
|
152
|
-
"postcss": "^8.
|
|
152
|
+
"postcss": "^8.5.1",
|
|
153
153
|
"postcss-fontpath": "^1.0.0",
|
|
154
154
|
"postcss-import": "^16.1.0",
|
|
155
155
|
"postcss-loader": "^8.1.1",
|
|
@@ -158,10 +158,10 @@
|
|
|
158
158
|
"postcss-url": "^10.1.3",
|
|
159
159
|
"shx": "^0.3.4",
|
|
160
160
|
"style-loader": "^4.0.0",
|
|
161
|
-
"stylelint": "^16.
|
|
162
|
-
"stylelint-config-standard": "^
|
|
161
|
+
"stylelint": "^16.13.2",
|
|
162
|
+
"stylelint-config-standard": "^37.0.0",
|
|
163
163
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
164
|
-
"typescript-eslint": "^8.
|
|
164
|
+
"typescript-eslint": "^8.20.0",
|
|
165
165
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
166
166
|
"workbox-webpack-plugin": "^7.3.0"
|
|
167
167
|
},
|