weboptimizer 2.0.1469 → 2.0.1471
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.mjs +1 -0
- package/package.json +6 -5
package/eslint.config.mjs
CHANGED
|
@@ -78,6 +78,7 @@ export default [js.configs.recommended, ...typescript.configs.recommended, jsdoc
|
|
|
78
78
|
'jsdoc/require-param': 'error',
|
|
79
79
|
'jsdoc/require-param-description': 'error',
|
|
80
80
|
'jsdoc/require-param-type': 'off',
|
|
81
|
+
'jsdoc/require-property-type': 'off',
|
|
81
82
|
'jsdoc/require-returns-description': 'error',
|
|
82
83
|
'jsdoc/require-returns-type': 'off',
|
|
83
84
|
'jsdoc/tag-lines': ['error', 'never'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1471",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"rimraf": "^5.0.7",
|
|
114
114
|
"script-loader": "^0.7.2",
|
|
115
115
|
"typescript": "^5.4.5",
|
|
116
|
-
"webpack": "^5.
|
|
116
|
+
"webpack": "^5.92.0",
|
|
117
117
|
"webpack-cli": "^5.1.4",
|
|
118
118
|
"webpack-sources": "^3.2.3"
|
|
119
119
|
},
|
|
@@ -130,8 +130,8 @@
|
|
|
130
130
|
"@types/postcss-url": "^10.0.4",
|
|
131
131
|
"@types/webpack-env": "^1.18.5",
|
|
132
132
|
"@types/webpack-sources": "^3.2.3",
|
|
133
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
134
|
-
"@typescript-eslint/parser": "^7.
|
|
133
|
+
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
134
|
+
"@typescript-eslint/parser": "^7.13.0",
|
|
135
135
|
"css-loader": "^7.1.2",
|
|
136
136
|
"cssnano": "^7.0.2",
|
|
137
137
|
"documentation-website": "^1.0.326",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"stylelint": "^16.6.1",
|
|
160
160
|
"stylelint-config-standard": "^36.0.0",
|
|
161
161
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
162
|
-
"typescript-eslint": "^7.
|
|
162
|
+
"typescript-eslint": "^7.13.0",
|
|
163
163
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
164
164
|
"workbox-webpack-plugin": "^7.1.0"
|
|
165
165
|
},
|
|
@@ -196,6 +196,7 @@
|
|
|
196
196
|
"stylelint": "*",
|
|
197
197
|
"stylelint-config-standard": "*",
|
|
198
198
|
"stylelint-config-standard-scss": "*",
|
|
199
|
+
"typescript-eslint": "*",
|
|
199
200
|
"typescript-plugin-css-modules": "*",
|
|
200
201
|
"webpack-dev-server": "*",
|
|
201
202
|
"workbox-webpack-plugin": "*"
|