Skip to content

Commit c1c372a

Browse files
committed
Update progress/kendo-licensing to 1.5.1
The original version did not have support for TELERIK_LICENSE_PATH variable. Updating to latest will resolve this.
1 parent 9e90ce1 commit c1c372a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/Kendo/angular_demo/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Kendo/angular_demo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"@angular/compiler": "^19.1.0",
1616
"@angular/core": "^19.1.0",
1717
"@angular/forms": "^19.1.0",
18+
"@angular/localize": "^19.1.0",
1819
"@angular/platform-browser": "^19.1.0",
1920
"@angular/platform-browser-dynamic": "^19.1.0",
2021
"@angular/router": "^19.1.0",
2122
"@progress/kendo-angular-buttons": "^18.1.0",
22-
"rxjs": "~7.8.0",
23-
"tslib": "^2.3.0",
24-
"zone.js": "~0.15.0",
25-
"@progress/kendo-licensing": "^1.4.0",
2623
"@progress/kendo-angular-common": "18.1.0",
24+
"@progress/kendo-angular-icons": "18.1.0",
2725
"@progress/kendo-angular-l10n": "18.1.0",
2826
"@progress/kendo-angular-popup": "18.1.0",
29-
"@progress/kendo-angular-icons": "18.1.0",
27+
"@progress/kendo-licensing": "^1.5.1",
3028
"@progress/kendo-svg-icons": "^4.0.0",
31-
"@angular/localize": "^19.1.0",
32-
"@progress/kendo-theme-default": "^10.2.0"
29+
"@progress/kendo-theme-default": "^10.2.0",
30+
"rxjs": "~7.8.0",
31+
"tslib": "^2.3.0",
32+
"zone.js": "~0.15.0"
3333
},
3434
"devDependencies": {
3535
"@angular-devkit/build-angular": "^19.1.7",

0 commit comments

Comments
 (0)