weboptimizer 2.0.1630 → 2.0.1635
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/eslint.config.d.ts +1 -1
- package/package.json +9 -9
- package/tsconfig.json +1 -1
package/eslint.config.d.ts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @returns A promise holding a boolean which indicates directory existence.
|
|
5
5
|
*/
|
|
6
6
|
export declare const isFile: (filePath: string) => Promise<boolean>;
|
|
7
|
-
export declare const config: import("eslint/config").Config[];
|
|
7
|
+
export declare const config: import("@eslint/config-helpers").Config[];
|
|
8
8
|
export default config;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1635",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"babel-loader": "^10.0.0",
|
|
99
99
|
"babel-plugin-transform-modern-regexp": "^0.0.6",
|
|
100
100
|
"babel-preset-minify": "^0.5.2",
|
|
101
|
-
"clientnode": "3.0.
|
|
101
|
+
"clientnode": "3.0.1336",
|
|
102
102
|
"ejs": "^3.1.10",
|
|
103
103
|
"exports-loader": "^5.0.0",
|
|
104
104
|
"extract-loader": "^5.1.0",
|
|
@@ -124,18 +124,18 @@
|
|
|
124
124
|
"@types/html-minifier": "^4.0.6",
|
|
125
125
|
"@types/html-minifier-terser": "^7.0.2",
|
|
126
126
|
"@types/imagemin": "^9.0.1",
|
|
127
|
-
"@types/node": "^
|
|
127
|
+
"@types/node": "^25.0.0",
|
|
128
128
|
"@types/postcss-import": "^14.0.3",
|
|
129
129
|
"@types/postcss-url": "^10.0.4",
|
|
130
130
|
"@types/webpack-env": "^1.18.8",
|
|
131
131
|
"@types/webpack-sources": "^3.2.3",
|
|
132
|
-
"@typescript-eslint/parser": "^8.
|
|
132
|
+
"@typescript-eslint/parser": "^8.49.0",
|
|
133
133
|
"css-loader": "^7.1.2",
|
|
134
134
|
"cssnano": "^7.1.2",
|
|
135
|
-
"documentation-website": "^1.0.
|
|
135
|
+
"documentation-website": "^1.0.397",
|
|
136
136
|
"eslint": "^9.39.1",
|
|
137
137
|
"eslint-config-google": "^0.14.0",
|
|
138
|
-
"eslint-plugin-jsdoc": "^61.
|
|
138
|
+
"eslint-plugin-jsdoc": "^61.5.0",
|
|
139
139
|
"favicons": "^7.2.0",
|
|
140
140
|
"favicons-webpack-plugin": "^6.0.1",
|
|
141
141
|
"globals": "^16.5.0",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"postcss-fontpath": "^1.0.0",
|
|
150
150
|
"postcss-import": "^16.1.1",
|
|
151
151
|
"postcss-loader": "^8.2.0",
|
|
152
|
-
"postcss-preset-env": "^10.
|
|
152
|
+
"postcss-preset-env": "^10.5.0",
|
|
153
153
|
"postcss-sprites": "^4.2.1",
|
|
154
154
|
"postcss-url": "^10.1.3",
|
|
155
155
|
"shx": "^0.4.0",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"stylelint": "^16.26.1",
|
|
158
158
|
"stylelint-config-standard": "^39.0.1",
|
|
159
159
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
160
|
-
"typescript-eslint": "^8.
|
|
160
|
+
"typescript-eslint": "^8.49.0",
|
|
161
161
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
162
162
|
"workbox-webpack-plugin": "^7.4.0"
|
|
163
163
|
},
|
|
@@ -1756,5 +1756,5 @@
|
|
|
1756
1756
|
}
|
|
1757
1757
|
}
|
|
1758
1758
|
},
|
|
1759
|
-
"packageManager": "yarn@4.
|
|
1759
|
+
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
|
|
1760
1760
|
}
|