weboptimizer 2.0.1643 → 2.0.1644

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.
Files changed (1) hide show
  1. package/package.json +10 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1643",
3
+ "version": "2.0.1644",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -118,13 +118,13 @@
118
118
  "devDependencies": {
119
119
  "@babel/cli": "^7.28.6",
120
120
  "@babel/eslint-parser": "^7.28.6",
121
- "@stylistic/eslint-plugin": "^5.7.1",
121
+ "@stylistic/eslint-plugin": "^5.8.0",
122
122
  "@types/ejs": "^3.1.5",
123
123
  "@types/eslint": "^9.6.1",
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": "^25.2.0",
127
+ "@types/node": "^25.2.2",
128
128
  "@types/postcss-import": "^14.0.3",
129
129
  "@types/postcss-url": "^10.0.4",
130
130
  "@types/webpack-env": "^1.18.8",
@@ -133,9 +133,9 @@
133
133
  "css-loader": "^7.1.3",
134
134
  "cssnano": "^7.1.2",
135
135
  "documentation-website": "^1.0.398",
136
- "eslint": "^9.39.2",
136
+ "eslint": "^10.0.0",
137
137
  "eslint-config-google": "^0.14.0",
138
- "eslint-plugin-jsdoc": "^62.5.1",
138
+ "eslint-plugin-jsdoc": "^62.5.4",
139
139
  "favicons": "^7.2.0",
140
140
  "favicons-webpack-plugin": "^6.0.1",
141
141
  "globals": "^17.3.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": "^11.1.2",
152
+ "postcss-preset-env": "^11.1.3",
153
153
  "postcss-sprites": "^4.2.1",
154
154
  "postcss-url": "^10.1.3",
155
155
  "shx": "^0.4.0",
@@ -164,6 +164,7 @@
164
164
  "peerDependencies": {
165
165
  "@babel/eslint-parser": "*",
166
166
  "@babel/preset-react": "*",
167
+ "@eslint/js": "*",
167
168
  "@types/ejs": "*",
168
169
  "@types/html-minifier": "*",
169
170
  "@types/imagemin": "*",
@@ -206,6 +207,9 @@
206
207
  "@babel/preset-react": {
207
208
  "optional": true
208
209
  },
210
+ "@eslint/js": {
211
+ "optional": true
212
+ },
209
213
  "@types/ejs": {
210
214
  "optional": true
211
215
  },