weboptimizer 2.0.1485 → 2.0.1487
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 +7 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1487",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
},
|
|
90
90
|
"runkitExample": "require('@babel/runtime/package.json')\n\nconst {default: main} = require('weboptimizer')\n\nawait main('./', './', ['clear'])",
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@babel/core": "^7.24.
|
|
92
|
+
"@babel/core": "^7.24.9",
|
|
93
93
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
94
94
|
"@babel/plugin-proposal-decorators": "^7.24.7",
|
|
95
95
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"babel-loader": "^9.1.3",
|
|
101
101
|
"babel-plugin-transform-modern-regexp": "^0.0.6",
|
|
102
102
|
"babel-preset-minify": "^0.5.2",
|
|
103
|
-
"clientnode": "3.0.
|
|
103
|
+
"clientnode": "3.0.1164",
|
|
104
104
|
"ejs": "^3.1.10",
|
|
105
105
|
"exports-loader": "^5.0.0",
|
|
106
106
|
"extract-loader": "^5.1.0",
|
|
@@ -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.16.
|
|
134
|
-
"@typescript-eslint/parser": "^7.16.
|
|
133
|
+
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
134
|
+
"@typescript-eslint/parser": "^7.16.1",
|
|
135
135
|
"css-loader": "^7.1.2",
|
|
136
136
|
"cssnano": "^7.0.4",
|
|
137
137
|
"documentation-website": "^1.0.328",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"stylelint": "^16.7.0",
|
|
160
160
|
"stylelint-config-standard": "^36.0.1",
|
|
161
161
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
162
|
-
"typescript-eslint": "^7.16.
|
|
162
|
+
"typescript-eslint": "^7.16.1",
|
|
163
163
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
164
164
|
"workbox-webpack-plugin": "^7.1.0"
|
|
165
165
|
},
|
|
@@ -552,10 +552,7 @@
|
|
|
552
552
|
},
|
|
553
553
|
"historyApiFallback": true,
|
|
554
554
|
"host": "0.0.0.0",
|
|
555
|
-
"hot":
|
|
556
|
-
"#": "Indicates whether to activate the developments hot module replacement feature.",
|
|
557
|
-
"__evaluate__": "self.debug"
|
|
558
|
-
},
|
|
555
|
+
"hot": false,
|
|
559
556
|
"liveReload": true,
|
|
560
557
|
"port": 8080,
|
|
561
558
|
"server": "http",
|