piral-cli-webpack5 0.15.11-beta.5506 → 0.15.12-beta.5528

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.
@@ -1,7 +1,7 @@
1
1
  import { RuleSetRule, WebpackPluginInstance, Configuration } from 'webpack';
2
2
  export declare function getStyleLoaders(useExtractLoader: boolean): string[];
3
- export declare type ConfigEnhancer = (config: Configuration) => Configuration;
4
- export declare type DefaultConfiguration = [Configuration, ConfigEnhancer];
3
+ export type ConfigEnhancer = (config: Configuration) => Configuration;
4
+ export type DefaultConfiguration = [Configuration, ConfigEnhancer];
5
5
  export declare const extensions: string[];
6
6
  export declare function getVariables(): Record<string, string>;
7
7
  export declare function getPlugins(plugins: Array<WebpackPluginInstance>, pilet?: string): WebpackPluginInstance[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-cli-webpack5",
3
- "version": "0.15.11-beta.5506",
3
+ "version": "0.15.12-beta.5528",
4
4
  "description": "Provides debug and build capabilities for pilets and Piral instances using Webpack v5.",
5
5
  "keywords": [
6
6
  "piral-cli",
@@ -45,26 +45,26 @@
45
45
  "devDependencies": {
46
46
  "@types/cheerio": "^0.22.21",
47
47
  "@types/loader-utils": "^1.1.3",
48
- "@types/mini-css-extract-plugin": "^1.0.0",
49
- "@types/node": "^13.9.0",
50
- "@types/terser-webpack-plugin": "^5.0.0",
48
+ "@types/mini-css-extract-plugin": "^2.5.1",
49
+ "@types/node": "18.0.1",
50
+ "@types/terser-webpack-plugin": "^5.2.0",
51
51
  "@types/yargs": "^15.0.4",
52
- "piral-cli": "0.15.11-beta.5506",
53
- "strip-ansi": "^3.0.0"
52
+ "piral-cli": "0.15.12-beta.5528",
53
+ "strip-ansi": "^6.0.0"
54
54
  },
55
55
  "dependencies": {
56
- "@babel/core": "^7.15.8",
57
- "@babel/preset-env": "^7.15.8",
58
- "@babel/preset-react": "^7.14.5",
56
+ "@babel/core": "^7.21.8",
57
+ "@babel/preset-env": "^7.21.5",
58
+ "@babel/preset-react": "^7.18.6",
59
59
  "ansi-html-community": "0.0.8",
60
- "babel-loader": "^8.1.0",
61
- "cheerio": "^1.0.0-rc.10",
62
- "css-loader": "^5.0.0",
60
+ "babel-loader": "^9.1.2",
61
+ "cheerio": "^1.0.0-rc.12",
62
+ "css-loader": "^6.7.3",
63
63
  "css-minimizer-webpack-plugin": "^3.4.1",
64
64
  "express": "^4.17.1",
65
65
  "html-entities": "^1.2.0",
66
66
  "html-webpack-plugin": "^5.2.0",
67
- "mini-css-extract-plugin": "^1.1.1",
67
+ "mini-css-extract-plugin": "^2.7.5",
68
68
  "parcel-codegen-loader": "^0.8.3",
69
69
  "querystring": "^0.2.0",
70
70
  "sass": "^1.32.12",
@@ -72,9 +72,9 @@
72
72
  "source-map-loader": "^1.1.1",
73
73
  "style-loader": "^2.0.0",
74
74
  "systemjs-webpack-interop": "^2.3.7",
75
- "terser-webpack-plugin": "^5.0.0",
76
- "ts-loader": "^8.0.6",
77
- "webpack": "^5.1.3"
75
+ "terser-webpack-plugin": "^5.3.8",
76
+ "ts-loader": "^9.4.2",
77
+ "webpack": "^5.82.1"
78
78
  },
79
- "gitHead": "1a604e1dc6d75849d65f91debd27b5c0518140e8"
79
+ "gitHead": "6d97a2baca7ae3e5fb19a754ba55d44b40ed137e"
80
80
  }