angular-16 #6

Merged
k.triantafyllou merged 23 commits from angular-16 into develop 2023-11-01 13:03:17 +01:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 2943b496ee - Show all commits

View File

@ -17,13 +17,13 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^16.1.8", "@angular/animations": "^16.1.8",
"@angular/cdk": "^15.2.9", "@angular/cdk": "^16.1.7",
"@angular/common": "^16.1.8", "@angular/common": "^16.1.8",
"@angular/compiler": "^16.1.8", "@angular/compiler": "^16.1.8",
"@angular/core": "^16.1.8", "@angular/core": "^16.1.8",
"@angular/forms": "^16.1.8", "@angular/forms": "^16.1.8",
"@angular/localize": "^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": "^16.1.8",
"@angular/platform-browser-dynamic": "^16.1.8", "@angular/platform-browser-dynamic": "^16.1.8",
"@angular/router": "^16.1.8", "@angular/router": "^16.1.8",
@ -63,4 +63,4 @@
"ts-node": "~7.0.0", "ts-node": "~7.0.0",
"typescript": "~4.9.5" "typescript": "~4.9.5"
} }
} }