Skip to content

Commit bed81dc

Browse files
Merge pull request #9 from SyncfusionExamples/EJ2-1001673-cmplx-mstr
1001673: Resolved Github dependabot issue for complex data binding with remote data in angular gantt chart
2 parents 4217d37 + 36d4a91 commit bed81dc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Complex-databinding/ClientApp/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^15.2.0",
14-
"@angular/common": "^15.2.0",
15-
"@angular/compiler": "^15.2.0",
16-
"@angular/core": "^15.2.0",
17-
"@angular/forms": "^15.2.0",
18-
"@angular/platform-browser": "^15.2.0",
19-
"@angular/platform-browser-dynamic": "^15.2.0",
20-
"@angular/router": "^15.2.0",
13+
"@angular/animations": "^19.2.16",
14+
"@angular/common": "^19.2.16",
15+
"@angular/compiler": "^19.2.16",
16+
"@angular/core": "^19.2.16",
17+
"@angular/forms": "^19.2.16",
18+
"@angular/platform-browser": "^19.2.16",
19+
"@angular/platform-browser-dynamic": "^19.2.16",
20+
"@angular/router": "^19.2.16",
2121
"@syncfusion/ej2-angular-grids": "*",
2222
"@syncfusion/ej2-angular-treegrid": "*",
2323
"@syncfusion/ej2-angular-gantt": "*",
@@ -27,9 +27,9 @@
2727
"zone.js": "~0.12.0"
2828
},
2929
"devDependencies": {
30-
"@angular-devkit/build-angular": "^15.2.6",
31-
"@angular/cli": "~15.2.6",
32-
"@angular/compiler-cli": "^15.2.0",
30+
"@angular-devkit/build-angular": "^19.2.16",
31+
"@angular/cli": "~19.2.16",
32+
"@angular/compiler-cli": "^19.2.16",
3333
"@types/jasmine": "~4.3.0",
3434
"jasmine-core": "~4.5.0",
3535
"karma": "~6.4.0",

0 commit comments

Comments
 (0)