Update to Angular 16 #2

Merged
konstantina.galouni merged 16 commits from angular-16 into develop 2023-10-31 10:57:23 +01:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 39602cbd95 - Show all commits

View File

@ -22,13 +22,13 @@
"private": true,
"dependencies": {
"@angular/animations": "^16.1.8",
"@angular/cdk": "^15.2.9",
"@angular/cdk": "^16.1.7",
"@angular/common": "^16.1.8",
"@angular/compiler": "^16.1.8",
"@angular/core": "^16.1.8",
"@angular/forms": "^16.1.8",
"@angular/localize": "^16.1.8",
"@angular/material": "^15.2.9",
"@angular/material": "^16.1.7",
"@angular/platform-browser": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8",
"@angular/platform-server": "^16.1.8",
@ -69,4 +69,4 @@
"ts-node": "~7.0.0",
"typescript": "~4.9.5"
}
}
}