File tree Expand file tree Collapse file tree 9 files changed +26
-26
lines changed
packages/cli/templates/webcomponents/igc-ts Expand file tree Collapse file tree 9 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcFinancialChartTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Financial Chart" ;
1212 this . description = "IgcFinancialChart" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~5.0 .0" ,
15- "igniteui-webcomponents-charts@~5.0 .0"
14+ "igniteui-webcomponents-core@~5.4 .0" ,
15+ "igniteui-webcomponents-charts@~5.4 .0"
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ class IgcGridTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Grid" ;
1212 this . description = "IgcGrid with local data" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~5.0 .0" ,
15- "igniteui-webcomponents-grids@~5.0 .0" ,
16- "igniteui-webcomponents-inputs@~5.0 .0" ,
17- "igniteui-webcomponents-layouts@~5.0 .0"
14+ "igniteui-webcomponents-core@~5.4 .0" ,
15+ "igniteui-webcomponents-grids@~5.4 .0" ,
16+ "igniteui-webcomponents-inputs@~5.4 .0" ,
17+ "igniteui-webcomponents-layouts@~5.4 .0"
1818 ] ;
1919 }
2020}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcLinearGaugeTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Linear Gauge" ;
1212 this . description = "IgcLinearGauge" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~5.0 .0" ,
15- "igniteui-webcomponents-gauges@~5.0 .0"
14+ "igniteui-webcomponents-core@~5.4 .0" ,
15+ "igniteui-webcomponents-gauges@~5.4 .0"
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcLinearProgressComponent extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Linear Progress" ;
1212 this . description = "Basic Linear Progress" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~5.0 .0" ,
15- "igniteui-webcomponents-charts@~5.0 .0"
14+ "igniteui-webcomponents-core@~5.4 .0" ,
15+ "igniteui-webcomponents-charts@~5.4 .0"
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcPieChartTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Pie Chart" ;
1212 this . description = "IgcPieChart with local data" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~5.0 .0" ,
15- "igniteui-webcomponents-charts@~5.0 .0"
14+ "igniteui-webcomponents-core@~5.4 .0" ,
15+ "igniteui-webcomponents-charts@~5.4 .0"
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change 2323 "@vaadin/router" : " ^1.7.4" ,
2424 "lit" : " ^3.2.1" ,
2525 "typescript" : " ~5.7.2" ,
26- "igniteui-webcomponents" : " ~5.1 .0"
26+ "igniteui-webcomponents" : " ~5.4 .0"
2727 },
2828 "devDependencies" : {
2929 "@babel/preset-env" : " ^7.20.2" ,
Original file line number Diff line number Diff line change 2323 "@vaadin/router" : " ^1.7.4" ,
2424 "@igniteui/material-icons-extended" : " ^3.0.2" ,
2525 "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" ,
3333 "lit" : " ^3.2.1" ,
3434 "typescript" : " ~5.7.2"
3535 },
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class IgcradialGaugeTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Radial Gauge" ;
1212 this . description = "IgcRadialGauge" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~5.0 .0" ,
15- "igniteui-webcomponents-gauges@~5.0 .0"
14+ "igniteui-webcomponents-core@~5.4 .0" ,
15+ "igniteui-webcomponents-gauges@~5.4 .0"
1616 ] ;
1717 }
1818}
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ class IgcTreeTemplate extends IgniteUIForWebComponentsTemplate {
1111 this . name = "Tree" ;
1212 this . description = "basic IgcTree" ;
1313 this . packages = [
14- "igniteui-webcomponents-core@~5.0 .0" ,
15- "igniteui-webcomponents-grids@~5.0 .0" ,
16- "igniteui-webcomponents-inputs@~5.0 .0" ,
17- "igniteui-webcomponents-layouts@~5.0 .0"
14+ "igniteui-webcomponents-core@~5.4 .0" ,
15+ "igniteui-webcomponents-grids@~5.4 .0" ,
16+ "igniteui-webcomponents-inputs@~5.4 .0" ,
17+ "igniteui-webcomponents-layouts@~5.4 .0"
1818 ] ;
1919 }
2020}
You can’t perform that action at this time.
0 commit comments