mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-21 22:18:58 +00:00
update angular to v22
This commit is contained in:
+12
-12
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user