update to angular 21

This commit is contained in:
Joel Wetzell
2026-03-03 09:00:57 -06:00
parent 6ef28e0833
commit 3fbdaa1d4c
6 changed files with 2083 additions and 2393 deletions
+10 -10
View File
@@ -9,24 +9,24 @@
},
"private": true,
"dependencies": {
"@angular/animations": "20.3.4",
"@angular/common": "20.3.4",
"@angular/compiler": "20.3.4",
"@angular/core": "20.3.4",
"@angular/platform-browser": "20.3.4",
"@angular/platform-browser-dynamic": "20.3.4",
"@angular/animations": "21.2.0",
"@angular/common": "21.2.0",
"@angular/compiler": "21.2.0",
"@angular/core": "21.2.0",
"@angular/platform-browser": "21.2.0",
"@angular/platform-browser-dynamic": "21.2.0",
"luxon": "3.7.2",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular/build": "20.3.5",
"@angular/cli": "20.3.5",
"@angular/compiler-cli": "20.3.4",
"@angular/build": "^21.2.0",
"@angular/cli": "21.2.0",
"@angular/compiler-cli": "21.2.0",
"@types/luxon": "3.7.1",
"@types/node": "22.16.5",
"prettier": "3.6.2",
"typescript": "5.9.3"
}
}
}