weboptimizer 2.0.1257 → 2.0.1258
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 +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1258",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -90,7 +90,6 @@
|
|
|
90
90
|
"@babel/preset-env": "*",
|
|
91
91
|
"@babel/preset-typescript": "*",
|
|
92
92
|
"@babel/runtime": "*",
|
|
93
|
-
"@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
|
|
94
93
|
"babel-loader": "*",
|
|
95
94
|
"babel-plugin-transform-modern-regexp": "*",
|
|
96
95
|
"babel-preset-minify": "*",
|
|
@@ -128,7 +127,7 @@
|
|
|
128
127
|
"css-loader": "*",
|
|
129
128
|
"cssnano": "*",
|
|
130
129
|
"documentation-website": "*",
|
|
131
|
-
"eslint": "
|
|
130
|
+
"eslint": "*",
|
|
132
131
|
"eslint-config-google": "*",
|
|
133
132
|
"eslint-plugin-jsdoc": "*",
|
|
134
133
|
"favicons": "*",
|
|
@@ -302,7 +301,6 @@
|
|
|
302
301
|
"npm": ">=8"
|
|
303
302
|
},
|
|
304
303
|
"resolutions": {
|
|
305
|
-
"@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
|
|
306
304
|
"colors": "1.4.0"
|
|
307
305
|
},
|
|
308
306
|
"sideEffects": true,
|