igniteui-cli 13.1.13 → 13.1.15

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": "13.1.13",
3
+ "version": "13.1.15",
4
4
  "description": "CLI tool for creating Ignite UI projects",
5
5
  "keywords": [
6
6
  "CLI",
@@ -72,8 +72,8 @@
72
72
  "all": true
73
73
  },
74
74
  "dependencies": {
75
- "@igniteui/angular-templates": "~17.1.13113",
76
- "@igniteui/cli-core": "~13.1.13",
75
+ "@igniteui/angular-templates": "~17.1.13115",
76
+ "@igniteui/cli-core": "~13.1.15",
77
77
  "chalk": "^2.3.2",
78
78
  "fs-extra": "^3.0.1",
79
79
  "glob": "^7.1.2",
@@ -11,8 +11,7 @@ class IgrTsBulletGraphTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
11
11
  this.projectType = "igr-ts";
12
12
  this.name = "Bullet Graph";
13
13
  this.description = `allows for a linear and concise view of measures compared against a scale.`;
14
- // TODO: read version from igniteui-react-core in package.json
15
- this.packages = ["igniteui-react-gauges@18.3.0"];
14
+ this.packages = ["igniteui-react-gauges@~18.6.0"];
16
15
  }
17
16
  }
18
17
  module.exports = new IgrTsBulletGraphTemplate();
@@ -12,8 +12,7 @@ class IgrTsCategoryChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForR
12
12
  this.name = "Category Chart";
13
13
  this.description = `makes visualizing category data easy. Simplifies the complexities
14
14
  of the data visualization domain into manageable API`;
15
- // TODO: read version from igniteui-react-core in package.json
16
- this.packages = ["igniteui-react-charts@18.3.0"];
15
+ this.packages = ["igniteui-react-charts@~18.6.0"];
17
16
  }
18
17
  }
19
18
  module.exports = new IgrTsCategoryChartTemplate();
@@ -11,8 +11,7 @@ class IgrTsDoughnutChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForR
11
11
  this.projectType = "igr-ts";
12
12
  this.name = "Doughnut Chart";
13
13
  this.description = `proportionally illustrate the occurrences of variables.`;
14
- // TODO: read version from igniteui-react-core in package.json
15
- this.packages = ["igniteui-react-charts@18.3.0"];
14
+ this.packages = ["igniteui-react-charts@~18.6.0"];
16
15
  }
17
16
  }
18
17
  module.exports = new IgrTsDoughnutChartTemplate();
@@ -13,8 +13,7 @@ class IgrTsFinancialChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIFor
13
13
  this.name = "Financial Chart";
14
14
  this.description = `charting component that makes it easy to visualize financial data by
15
15
  using a simple and intuitive API.`;
16
- // TODO: read version from igniteui-react-core in package.json
17
- this.packages = ["igniteui-react-charts@18.3.0"];
16
+ this.packages = ["igniteui-react-charts@~18.6.0"];
18
17
  }
19
18
  }
20
19
  module.exports = new IgrTsFinancialChartTemplate();
@@ -14,9 +14,8 @@ class GridTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReactTemplate {
14
14
  this.projectType = "igr-ts";
15
15
  this.components = ["Grid"];
16
16
  this.controlGroup = "Data Grids";
17
- // TODO: read version from igniteui-react-core in package.json
18
- this.packages = ["igniteui-react-grids@18.3.0", "igniteui-react-inputs@18.3.0",
19
- "igniteui-react-layouts@18.3.0"];
17
+ this.packages = ["igniteui-react-grids@~18.6.0", "igniteui-react-inputs@~18.6.0",
18
+ "igniteui-react-layouts@~18.6.0", "igniteui-react@~18.6.0"];
20
19
  this.hasExtraConfiguration = false;
21
20
  }
22
21
  }
@@ -11,8 +11,7 @@ class IgrTsLinearGaugeTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
11
11
  this.projectType = "igr-ts";
12
12
  this.name = "Linear Gauge";
13
13
  this.description = `value compared against a scale and one or more ranges.`;
14
- // TODO: read version from igniteui-react-core in package.json
15
- this.packages = ["igniteui-react-gauges@18.3.0"];
14
+ this.packages = ["igniteui-react-gauges@~18.6.0"];
16
15
  }
17
16
  }
18
17
  module.exports = new IgrTsLinearGaugeTemplate();
@@ -11,8 +11,7 @@ class IgrTsPieChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReactT
11
11
  this.projectType = "igr-ts";
12
12
  this.name = "Pie Chart";
13
13
  this.description = `easily illustate the proportions of data entries`;
14
- // TODO: read version from igniteui-react-core in package.json
15
- this.packages = ["igniteui-react-charts@18.3.0"];
14
+ this.packages = ["igniteui-react-charts@~18.6.0"];
16
15
  }
17
16
  }
18
17
  module.exports = new IgrTsPieChartTemplate();
@@ -8,9 +8,6 @@
8
8
  "@testing-library/react": "^14.0.0",
9
9
  "element-internals-polyfill": "^1.3.10",
10
10
  "functions-have-names": "^1.2.3",
11
- "igniteui-dockmanager": "^1.13.0",
12
- "igniteui-react": "18.3.0",
13
- "igniteui-react-core": "18.3.0",
14
11
  "react": "^18.2.0",
15
12
  "react-app-polyfill": "^0.2.0",
16
13
  "react-dom": "^18.2.0",
@@ -13,7 +13,7 @@ class IgrTsRadialGaugeTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
13
13
  this.description = `provides a number of visual elements, like a needle, tick marks, ranges
14
14
  and labels, in order to create a predefined shape and scale.`;
15
15
  // TODO: read version from igniteui-react-core in package.json
16
- this.packages = ["igniteui-react-gauges@18.3.0"];
16
+ this.packages = ["igniteui-react-gauges@~18.6.0"];
17
17
  }
18
18
  }
19
19
  module.exports = new IgrTsRadialGaugeTemplate();