[angular-17 | WIP] upgrade angular material to v17

This commit is contained in:
Alex Martzios 2024-07-24 12:15:46 +03:00
parent 1650874922
commit 93b34c69d3
2 changed files with 2 additions and 5 deletions

View File

@ -295,8 +295,5 @@
} }
} }
} }
},
"cli": {
"analytics": false
} }
} }

View File

@ -22,13 +22,13 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^17.3.12", "@angular/animations": "^17.3.12",
"@angular/cdk": "^16.1.7", "@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.12", "@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12", "@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12", "@angular/core": "^17.3.12",
"@angular/forms": "^17.3.12", "@angular/forms": "^17.3.12",
"@angular/localize": "^17.3.12", "@angular/localize": "^17.3.12",
"@angular/material": "^16.1.7", "@angular/material": "^17.3.10",
"@angular/platform-browser": "^17.3.12", "@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12", "@angular/platform-browser-dynamic": "^17.3.12",
"@angular/platform-server": "^17.3.12", "@angular/platform-server": "^17.3.12",