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 986aecfe2a - Show all commits

View File

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