weboptimizer 2.0.1618 → 2.0.1620

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.
Files changed (1) hide show
  1. package/package.json +13 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1618",
3
+ "version": "2.0.1620",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -86,14 +86,14 @@
86
86
  },
87
87
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {default: main} = require('weboptimizer')\n\nawait main('./', './', ['clear'])",
88
88
  "dependencies": {
89
- "@babel/core": "^7.28.4",
89
+ "@babel/core": "^7.28.5",
90
90
  "@babel/plugin-proposal-class-properties": "^7.18.6",
91
91
  "@babel/plugin-proposal-decorators": "^7.28.0",
92
92
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
93
93
  "@babel/plugin-syntax-top-level-await": "^7.14.5",
94
- "@babel/plugin-transform-runtime": "^7.28.3",
95
- "@babel/preset-env": "^7.28.3",
96
- "@babel/preset-typescript": "^7.27.1",
94
+ "@babel/plugin-transform-runtime": "^7.28.5",
95
+ "@babel/preset-env": "^7.28.5",
96
+ "@babel/preset-typescript": "^7.28.5",
97
97
  "@babel/runtime": "^7.28.4",
98
98
  "babel-loader": "^10.0.0",
99
99
  "babel-plugin-transform-modern-regexp": "^0.0.6",
@@ -117,25 +117,25 @@
117
117
  },
118
118
  "devDependencies": {
119
119
  "@babel/cli": "^7.28.3",
120
- "@babel/eslint-parser": "^7.28.4",
120
+ "@babel/eslint-parser": "^7.28.5",
121
121
  "@stylistic/eslint-plugin": "^5.5.0",
122
122
  "@types/ejs": "^3.1.5",
123
123
  "@types/eslint": "^9.6.1",
124
- "@types/html-minifier": "^4.0.5",
124
+ "@types/html-minifier": "^4.0.6",
125
125
  "@types/html-minifier-terser": "^7.0.2",
126
126
  "@types/imagemin": "^9.0.1",
127
- "@types/node": "^24.8.1",
127
+ "@types/node": "^24.9.2",
128
128
  "@types/postcss-import": "^14.0.3",
129
129
  "@types/postcss-url": "^10.0.4",
130
130
  "@types/webpack-env": "^1.18.8",
131
131
  "@types/webpack-sources": "^3.2.3",
132
- "@typescript-eslint/parser": "^8.46.1",
132
+ "@typescript-eslint/parser": "^8.46.2",
133
133
  "css-loader": "^7.1.2",
134
134
  "cssnano": "^7.1.1",
135
135
  "documentation-website": "^1.0.394",
136
136
  "eslint": "^9.38.0",
137
137
  "eslint-config-google": "^0.14.0",
138
- "eslint-plugin-jsdoc": "^61.1.4",
138
+ "eslint-plugin-jsdoc": "^61.1.10",
139
139
  "favicons": "^7.2.0",
140
140
  "favicons-webpack-plugin": "^6.0.1",
141
141
  "globals": "^16.4.0",
@@ -157,7 +157,7 @@
157
157
  "stylelint": "^16.25.0",
158
158
  "stylelint-config-standard": "^39.0.1",
159
159
  "stylelint-config-standard-scss": "^16.0.0",
160
- "typescript-eslint": "^8.46.1",
160
+ "typescript-eslint": "^8.46.2",
161
161
  "typescript-plugin-css-modules": "^5.2.0",
162
162
  "workbox-webpack-plugin": "^7.3.0"
163
163
  },
@@ -874,6 +874,7 @@
874
874
  "loader": "css-loader",
875
875
  "options": {
876
876
  "esModule": false,
877
+ "#": "Configures importing css directives into js modules.",
877
878
  "modules": {
878
879
  "auto": true,
879
880
  "getLocalIdent": {
@@ -1749,5 +1750,5 @@
1749
1750
  }
1750
1751
  }
1751
1752
  },
1752
- "packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c"
1753
+ "packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
1753
1754
  }