Skip to content

Commit 66781e9

Browse files
committed
001673: Resolved Github dependabot issue for integrating google sheets data seamlessly with syncfusion angular gantt chart
1 parent 20c00ed commit 66781e9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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": "^16.1.0",
14-
"@angular/common": "^16.1.0",
15-
"@angular/compiler": "^16.1.0",
16-
"@angular/core": "^16.1.0",
17-
"@angular/forms": "^16.1.0",
18-
"@angular/platform-browser": "^16.1.0",
19-
"@angular/platform-browser-dynamic": "^16.1.0",
20-
"@angular/router": "^16.1.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-gantt": "^28.1.33",
2222
"@syncfusion/ej2-material-theme": "~28.1.33",
2323
"papaparse": "^5.4.1",
@@ -26,9 +26,9 @@
2626
"zone.js": "~0.13.0"
2727
},
2828
"devDependencies": {
29-
"@angular-devkit/build-angular": "^16.1.4",
30-
"@angular/cli": "~16.1.4",
31-
"@angular/compiler-cli": "^16.1.0",
29+
"@angular-devkit/build-angular": "^19.2.16",
30+
"@angular/cli": "~19.2.16",
31+
"@angular/compiler-cli": "^19.2.16",
3232
"@types/jasmine": "~4.3.0",
3333
"@types/papaparse": "^5.3.15",
3434
"jasmine-core": "~4.6.0",

0 commit comments

Comments
 (0)