@progress/kendo-cli 1.6.0 → 1.6.1
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22296,6 +22296,7 @@ class CreateAstroApp extends scaffolding_1.ProjectTemplate {
|
|
|
22296
22296
|
"@progress/kendo-licensing": `${kendoLicensingVersion}`,
|
|
22297
22297
|
"@progress/kendo-theme-bootstrap": `${themeVersion}`,
|
|
22298
22298
|
"@progress/kendo-theme-material": `${themeVersion}`,
|
|
22299
|
+
"@progress/kendo-theme-fluent": `${themeVersion}`,
|
|
22299
22300
|
"@progress/kendo-react-animation": `${kendoVersion}`,
|
|
22300
22301
|
"@progress/kendo-react-charts": `${kendoVersion}`,
|
|
22301
22302
|
"@progress/kendo-react-common": `${kendoVersion}`,
|
|
@@ -23009,7 +23010,7 @@ class CreateViteApp extends scaffolding_1.ProjectTemplate {
|
|
|
23009
23010
|
"@progress/kendo-licensing": `${kendoLicensingVersion}`,
|
|
23010
23011
|
"@progress/kendo-theme-bootstrap": `${themeVersion}`,
|
|
23011
23012
|
"@progress/kendo-theme-material": `${themeVersion}`,
|
|
23012
|
-
"progress/kendo-theme-fluent": `${themeVersion}`,
|
|
23013
|
+
"@progress/kendo-theme-fluent": `${themeVersion}`,
|
|
23013
23014
|
"@progress/kendo-react-animation": `${kendoVersion}`,
|
|
23014
23015
|
"@progress/kendo-react-charts": `${kendoVersion}`,
|
|
23015
23016
|
"@progress/kendo-react-common": `${kendoVersion}`,
|