update angular to v22

This commit is contained in:
Joel Wetzell
2026-06-07 21:09:59 -05:00
parent 0aa3b23362
commit 6323dd1724
12 changed files with 1678 additions and 1341 deletions
+12 -12
View File
@@ -29,13 +29,13 @@
"packageManager": "npm@11.6.2",
"dependencies": {
"@angular/cdk": "21.2.13",
"@angular/common": "21.2.15",
"@angular/compiler": "21.2.15",
"@angular/core": "21.2.15",
"@angular/forms": "21.2.15",
"@angular/common": "22.0.0",
"@angular/compiler": "22.0.0",
"@angular/core": "22.0.0",
"@angular/forms": "22.0.0",
"@angular/material": "21.2.13",
"@angular/platform-browser": "21.2.15",
"@angular/router": "21.2.15",
"@angular/platform-browser": "22.0.0",
"@angular/router": "22.0.0",
"ajv": "8.20.0",
"js-yaml": "4.1.1",
"lodash-es": "4.18.1",
@@ -43,20 +43,20 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@angular/build": "21.2.13",
"@angular/cli": "21.2.13",
"@angular/compiler-cli": "21.2.15",
"@angular/build": "22.0.0",
"@angular/cli": "22.0.0",
"@angular/compiler-cli": "22.0.0",
"@angular/material": "21.2.13",
"@playwright/test": "1.60.0",
"@tailwindcss/postcss": "4.3.0",
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"jsdom": "29.1.1",
"playwright-ng-schematics": "^21.1.0",
"postcss": "8.5.15",
"playwright-ng-schematics": "21.1.0",
"postcss": "8.5.3",
"prettier": "3.8.3",
"tailwindcss": "4.3.0",
"typescript": "5.9.3",
"typescript": "6.0.3",
"vitest": "4.1.7"
}
}