igniteui-cli 14.4.0 → 14.4.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-cli",
3
- "version": "14.4.0",
3
+ "version": "14.4.2",
4
4
  "description": "CLI tool for creating Ignite UI projects",
5
5
  "keywords": [
6
6
  "CLI",
@@ -70,8 +70,8 @@
70
70
  "all": true
71
71
  },
72
72
  "dependencies": {
73
- "@igniteui/angular-templates": "~19.2.1440",
74
- "@igniteui/cli-core": "~14.4.0",
73
+ "@igniteui/angular-templates": "~19.2.1442",
74
+ "@igniteui/cli-core": "~14.4.2",
75
75
  "@inquirer/prompts": "^5.4.0",
76
76
  "@types/yargs": "^17.0.33",
77
77
  "chalk": "^5.3.0",
@@ -12,8 +12,8 @@ class IgcFinancialChartTemplate extends IgniteUIForWebComponentsTemplate_1.Ignit
12
12
  this.name = "Financial Chart";
13
13
  this.description = "IgcFinancialChart";
14
14
  this.packages = [
15
- "igniteui-webcomponents-core@~5.0.0",
16
- "igniteui-webcomponents-charts@~5.0.0"
15
+ "igniteui-webcomponents-core@~5.4.0",
16
+ "igniteui-webcomponents-charts@~5.4.0"
17
17
  ];
18
18
  }
19
19
  }
@@ -12,10 +12,10 @@ class IgcGridTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUIForWebC
12
12
  this.name = "Grid";
13
13
  this.description = "IgcGrid with local data";
14
14
  this.packages = [
15
- "igniteui-webcomponents-core@~5.0.0",
16
- "igniteui-webcomponents-grids@~5.0.0",
17
- "igniteui-webcomponents-inputs@~5.0.0",
18
- "igniteui-webcomponents-layouts@~5.0.0"
15
+ "igniteui-webcomponents-core@~5.4.0",
16
+ "igniteui-webcomponents-grids@~5.4.0",
17
+ "igniteui-webcomponents-inputs@~5.4.0",
18
+ "igniteui-webcomponents-layouts@~5.4.0"
19
19
  ];
20
20
  }
21
21
  }
@@ -12,8 +12,8 @@ class IgcLinearGaugeTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUI
12
12
  this.name = "Linear Gauge";
13
13
  this.description = "IgcLinearGauge";
14
14
  this.packages = [
15
- "igniteui-webcomponents-core@~5.0.0",
16
- "igniteui-webcomponents-gauges@~5.0.0"
15
+ "igniteui-webcomponents-core@~5.4.0",
16
+ "igniteui-webcomponents-gauges@~5.4.0"
17
17
  ];
18
18
  }
19
19
  }
@@ -12,8 +12,8 @@ class IgcLinearProgressComponent extends IgniteUIForWebComponentsTemplate_1.Igni
12
12
  this.name = "Linear Progress";
13
13
  this.description = "Basic Linear Progress";
14
14
  this.packages = [
15
- "igniteui-webcomponents-core@~5.0.0",
16
- "igniteui-webcomponents-charts@~5.0.0"
15
+ "igniteui-webcomponents-core@~5.4.0",
16
+ "igniteui-webcomponents-charts@~5.4.0"
17
17
  ];
18
18
  }
19
19
  }
@@ -12,8 +12,8 @@ class IgcPieChartTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUIFor
12
12
  this.name = "Pie Chart";
13
13
  this.description = "IgcPieChart with local data";
14
14
  this.packages = [
15
- "igniteui-webcomponents-core@~5.0.0",
16
- "igniteui-webcomponents-charts@~5.0.0"
15
+ "igniteui-webcomponents-core@~5.4.0",
16
+ "igniteui-webcomponents-charts@~5.4.0"
17
17
  ];
18
18
  }
19
19
  }
@@ -23,7 +23,7 @@
23
23
  "@vaadin/router": "^1.7.4",
24
24
  "lit": "^3.2.1",
25
25
  "typescript": "~5.7.2",
26
- "igniteui-webcomponents": "~5.1.0"
26
+ "igniteui-webcomponents": "~5.4.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/preset-env": "^7.20.2",
@@ -37,7 +37,7 @@
37
37
  "deepmerge": "^4.2.2",
38
38
  "eslint": "^9.20.0",
39
39
  "eslint-plugin-lit": "^1.8.2",
40
- "igniteui-cli": "^13.1.5",
40
+ "igniteui-cli": "~14.4.1",
41
41
  "rimraf": "^5.0.10",
42
42
  "source-map": "^0.7.4",
43
43
  "tslib": "^2.8.1",
@@ -23,13 +23,13 @@
23
23
  "@vaadin/router": "^1.7.4",
24
24
  "@igniteui/material-icons-extended": "^3.0.2",
25
25
  "igniteui-dockmanager": "~1.14.4",
26
- "igniteui-webcomponents": "~5.1.0",
27
- "igniteui-webcomponents-charts": "~5.0.0",
28
- "igniteui-webcomponents-core": "~5.0.0",
29
- "igniteui-webcomponents-gauges": "~5.0.0",
30
- "igniteui-webcomponents-grids": "~5.0.0",
31
- "igniteui-webcomponents-inputs": "~5.0.0",
32
- "igniteui-webcomponents-layouts": "~5.0.0",
26
+ "igniteui-webcomponents": "~5.4.0",
27
+ "igniteui-webcomponents-charts": "~5.4.0",
28
+ "igniteui-webcomponents-core": "~5.4.0",
29
+ "igniteui-webcomponents-gauges": "~5.4.0",
30
+ "igniteui-webcomponents-grids": "~5.4.0",
31
+ "igniteui-webcomponents-inputs": "~5.4.0",
32
+ "igniteui-webcomponents-layouts": "~5.4.0",
33
33
  "lit": "^3.2.1",
34
34
  "typescript": "~5.7.2"
35
35
  },
@@ -12,8 +12,8 @@ class IgcradialGaugeTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUI
12
12
  this.name = "Radial Gauge";
13
13
  this.description = "IgcRadialGauge";
14
14
  this.packages = [
15
- "igniteui-webcomponents-core@~5.0.0",
16
- "igniteui-webcomponents-gauges@~5.0.0"
15
+ "igniteui-webcomponents-core@~5.4.0",
16
+ "igniteui-webcomponents-gauges@~5.4.0"
17
17
  ];
18
18
  }
19
19
  }
@@ -12,10 +12,10 @@ class IgcTreeTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUIForWebC
12
12
  this.name = "Tree";
13
13
  this.description = "basic IgcTree";
14
14
  this.packages = [
15
- "igniteui-webcomponents-core@~5.0.0",
16
- "igniteui-webcomponents-grids@~5.0.0",
17
- "igniteui-webcomponents-inputs@~5.0.0",
18
- "igniteui-webcomponents-layouts@~5.0.0"
15
+ "igniteui-webcomponents-core@~5.4.0",
16
+ "igniteui-webcomponents-grids@~5.4.0",
17
+ "igniteui-webcomponents-inputs@~5.4.0",
18
+ "igniteui-webcomponents-layouts@~5.4.0"
19
19
  ];
20
20
  }
21
21
  }