Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class IgcFinancialChartTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Financial Chart";
this.description = "IgcFinancialChart";
this.packages = [
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-charts@~5.0.0"
"igniteui-webcomponents-core@~5.4.0",
"igniteui-webcomponents-charts@~5.4.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class IgcGridTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Grid";
this.description = "IgcGrid with local data";
this.packages = [
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-grids@~5.0.0",
"igniteui-webcomponents-inputs@~5.0.0",
"igniteui-webcomponents-layouts@~5.0.0"
"igniteui-webcomponents-core@~5.4.0",
"igniteui-webcomponents-grids@~5.4.0",
"igniteui-webcomponents-inputs@~5.4.0",
"igniteui-webcomponents-layouts@~5.4.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class IgcLinearGaugeTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Linear Gauge";
this.description = "IgcLinearGauge";
this.packages = [
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-gauges@~5.0.0"
"igniteui-webcomponents-core@~5.4.0",
"igniteui-webcomponents-gauges@~5.4.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class IgcLinearProgressComponent extends IgniteUIForWebComponentsTemplate {
this.name = "Linear Progress";
this.description = "Basic Linear Progress";
this.packages = [
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-charts@~5.0.0"
"igniteui-webcomponents-core@~5.4.0",
"igniteui-webcomponents-charts@~5.4.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class IgcPieChartTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Pie Chart";
this.description = "IgcPieChart with local data";
this.packages = [
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-charts@~5.0.0"
"igniteui-webcomponents-core@~5.4.0",
"igniteui-webcomponents-charts@~5.4.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vaadin/router": "^1.7.4",
"lit": "^3.2.1",
"typescript": "~5.7.2",
"igniteui-webcomponents": "~5.1.0"
"igniteui-webcomponents": "~5.4.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@vaadin/router": "^1.7.4",
"@igniteui/material-icons-extended": "^3.0.2",
"igniteui-dockmanager": "~1.14.4",
"igniteui-webcomponents": "~5.1.0",
"igniteui-webcomponents-charts": "~5.0.0",
"igniteui-webcomponents-core": "~5.0.0",
"igniteui-webcomponents-gauges": "~5.0.0",
"igniteui-webcomponents-grids": "~5.0.0",
"igniteui-webcomponents-inputs": "~5.0.0",
"igniteui-webcomponents-layouts": "~5.0.0",
"igniteui-webcomponents": "~5.4.0",
"igniteui-webcomponents-charts": "~5.4.0",
"igniteui-webcomponents-core": "~5.4.0",
"igniteui-webcomponents-gauges": "~5.4.0",
"igniteui-webcomponents-grids": "~5.4.0",
"igniteui-webcomponents-inputs": "~5.4.0",
"igniteui-webcomponents-layouts": "~5.4.0",
"lit": "^3.2.1",
"typescript": "~5.7.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class IgcradialGaugeTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Radial Gauge";
this.description = "IgcRadialGauge";
this.packages = [
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-gauges@~5.0.0"
"igniteui-webcomponents-core@~5.4.0",
"igniteui-webcomponents-gauges@~5.4.0"
];
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class IgcTreeTemplate extends IgniteUIForWebComponentsTemplate {
this.name = "Tree";
this.description = "basic IgcTree";
this.packages = [
"igniteui-webcomponents-core@~5.0.0",
"igniteui-webcomponents-grids@~5.0.0",
"igniteui-webcomponents-inputs@~5.0.0",
"igniteui-webcomponents-layouts@~5.0.0"
"igniteui-webcomponents-core@~5.4.0",
"igniteui-webcomponents-grids@~5.4.0",
"igniteui-webcomponents-inputs@~5.4.0",
"igniteui-webcomponents-layouts@~5.4.0"
];
}
}
Expand Down
Loading