Update to Angular-16 #4

Merged
konstantina.galouni merged 34 commits from angular-16 into develop 2023-10-30 20:55:50 +01:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 3011294f5b - Show all commits

View File

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