weboptimizer 2.0.1541 → 2.0.1542
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1542",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -114,12 +114,12 @@
|
|
|
114
114
|
"rimraf": "^6.0.1",
|
|
115
115
|
"script-loader": "^0.7.2",
|
|
116
116
|
"typescript": "^5.7.2",
|
|
117
|
-
"webpack": "^5.97.
|
|
117
|
+
"webpack": "^5.97.1",
|
|
118
118
|
"webpack-cli": "^5.1.4",
|
|
119
119
|
"webpack-sources": "^3.2.3"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
|
-
"@babel/cli": "^7.
|
|
122
|
+
"@babel/cli": "^7.26.4",
|
|
123
123
|
"@babel/eslint-parser": "^7.25.9",
|
|
124
124
|
"@stylistic/eslint-plugin": "^2.11.0",
|
|
125
125
|
"@stylistic/eslint-plugin-ts": "^2.11.0",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"style-loader": "^4.0.0",
|
|
161
161
|
"stylelint": "^16.11.0",
|
|
162
162
|
"stylelint-config-standard": "^36.0.1",
|
|
163
|
-
"stylelint-config-standard-scss": "^
|
|
163
|
+
"stylelint-config-standard-scss": "^14.0.0",
|
|
164
164
|
"typescript-eslint": "^8.17.0",
|
|
165
165
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
166
166
|
"workbox-webpack-plugin": "^7.3.0"
|