weboptimizer 2.0.1475 → 2.0.1477

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/configurator.d.ts CHANGED
@@ -1,9 +1,3 @@
1
- /// <reference types="webpack-env" />
2
- /// <reference types="node" />
3
- /// <reference types="node" />
4
- /// <reference types="node" />
5
- /// <reference types="node" />
6
- /// <reference types="node" />
7
1
  import { ResolvedConfiguration } from './type';
8
2
  export declare let loadedConfiguration: null | ResolvedConfiguration;
9
3
  /**
package/index.d.ts CHANGED
@@ -1,10 +1,4 @@
1
1
  #!/usr/bin/env babel-node
2
- /// <reference types="webpack-env" />
3
- /// <reference types="node" />
4
- /// <reference types="node" />
5
- /// <reference types="node" />
6
- /// <reference types="node" />
7
- /// <reference types="node" />
8
2
  /**
9
3
  * Main entry point.
10
4
  * @param context - Location from where to build current application.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1475",
3
+ "version": "2.0.1477",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -112,7 +112,7 @@
112
112
  "jest-environment-jsdom": "^29.7.0",
113
113
  "rimraf": "^5.0.7",
114
114
  "script-loader": "^0.7.2",
115
- "typescript": "^5.4.5",
115
+ "typescript": "^5.5.2",
116
116
  "webpack": "^5.92.1",
117
117
  "webpack-cli": "^5.1.4",
118
118
  "webpack-sources": "^3.2.3"
@@ -125,7 +125,7 @@
125
125
  "@types/html-minifier": "^4.0.5",
126
126
  "@types/html-minifier-terser": "^7.0.2",
127
127
  "@types/imagemin": "^9.0.0",
128
- "@types/node": "^20.14.6",
128
+ "@types/node": "^20.14.7",
129
129
  "@types/postcss-import": "^14.0.3",
130
130
  "@types/postcss-url": "^10.0.4",
131
131
  "@types/webpack-env": "^1.18.5",
@@ -157,7 +157,7 @@
157
157
  "shx": "^0.3.4",
158
158
  "style-loader": "^4.0.0",
159
159
  "stylelint": "^16.6.1",
160
- "stylelint-config-standard": "^36.0.0",
160
+ "stylelint-config-standard": "^36.0.1",
161
161
  "stylelint-config-standard-scss": "^13.1.0",
162
162
  "typescript-eslint": "^7.13.1",
163
163
  "typescript-plugin-css-modules": "^5.1.0",
package/type.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- /// <reference types="webpack-env" />
2
- /// <reference types="node" />
3
1
  import { AnyFunction, Encoding, Mapping, PlainObject, SecondParameter } from 'clientnode/type';
4
2
  import FaviconWebpackPlugin from 'favicons-webpack-plugin';
5
3
  import { FaviconWebpackPlugionOptions as FaviconWebpackPluginOptions } from 'favicons-webpack-plugin/src/options';