weboptimizer 2.0.1558 → 2.0.1560
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1560",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -88,19 +88,19 @@
|
|
|
88
88
|
},
|
|
89
89
|
"runkitExample": "require('@babel/runtime/package.json')\n\nconst {default: main} = require('weboptimizer')\n\nawait main('./', './', ['clear'])",
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@babel/core": "^7.26.
|
|
91
|
+
"@babel/core": "^7.26.8",
|
|
92
92
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
93
93
|
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
94
94
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
95
95
|
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
|
96
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
97
|
-
"@babel/preset-env": "^7.26.
|
|
96
|
+
"@babel/plugin-transform-runtime": "^7.26.8",
|
|
97
|
+
"@babel/preset-env": "^7.26.8",
|
|
98
98
|
"@babel/preset-typescript": "^7.26.0",
|
|
99
99
|
"@babel/runtime": "^7.26.7",
|
|
100
100
|
"babel-loader": "^9.2.1",
|
|
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.1270",
|
|
104
104
|
"ejs": "^3.1.10",
|
|
105
105
|
"exports-loader": "^5.0.0",
|
|
106
106
|
"extract-loader": "^5.1.0",
|
|
@@ -119,24 +119,24 @@
|
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@babel/cli": "^7.26.4",
|
|
122
|
-
"@babel/eslint-parser": "^7.26.
|
|
123
|
-
"@stylistic/eslint-plugin": "^3.
|
|
124
|
-
"@stylistic/eslint-plugin-ts": "^3.
|
|
122
|
+
"@babel/eslint-parser": "^7.26.8",
|
|
123
|
+
"@stylistic/eslint-plugin": "^3.1.0",
|
|
124
|
+
"@stylistic/eslint-plugin-ts": "^3.1.0",
|
|
125
125
|
"@types/ejs": "^3.1.5",
|
|
126
126
|
"@types/eslint": "^9.6.1",
|
|
127
127
|
"@types/html-minifier": "^4.0.5",
|
|
128
128
|
"@types/html-minifier-terser": "^7.0.2",
|
|
129
129
|
"@types/imagemin": "^9.0.1",
|
|
130
|
-
"@types/node": "^22.
|
|
130
|
+
"@types/node": "^22.13.1",
|
|
131
131
|
"@types/postcss-import": "^14.0.3",
|
|
132
132
|
"@types/postcss-url": "^10.0.4",
|
|
133
133
|
"@types/webpack-env": "^1.18.8",
|
|
134
134
|
"@types/webpack-sources": "^3.2.3",
|
|
135
|
-
"@typescript-eslint/parser": "^8.
|
|
135
|
+
"@typescript-eslint/parser": "^8.24.0",
|
|
136
136
|
"css-loader": "^7.1.2",
|
|
137
137
|
"cssnano": "^7.0.6",
|
|
138
|
-
"documentation-website": "^1.0.
|
|
139
|
-
"eslint": "^9.
|
|
138
|
+
"documentation-website": "^1.0.343",
|
|
139
|
+
"eslint": "^9.20.1",
|
|
140
140
|
"eslint-config-google": "^0.14.0",
|
|
141
141
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
142
142
|
"favicons": "^7.2.0",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"mini-css-extract-plugin": "^2.9.2",
|
|
149
149
|
"mkdirp": "^3.0.1",
|
|
150
150
|
"node-fetch": "^3.3.2",
|
|
151
|
-
"postcss": "^8.5.
|
|
151
|
+
"postcss": "^8.5.2",
|
|
152
152
|
"postcss-fontpath": "^1.0.0",
|
|
153
153
|
"postcss-import": "^16.1.0",
|
|
154
154
|
"postcss-loader": "^8.1.1",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"stylelint": "^16.14.1",
|
|
161
161
|
"stylelint-config-standard": "^37.0.0",
|
|
162
162
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
163
|
-
"typescript-eslint": "^8.
|
|
163
|
+
"typescript-eslint": "^8.24.0",
|
|
164
164
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
165
165
|
"workbox-webpack-plugin": "^7.3.0"
|
|
166
166
|
},
|