Angular to 21

This commit is contained in:
Bastian Wagner
2026-02-13 14:18:34 +01:00
parent 007d9a9d5b
commit fe64d141b7
3 changed files with 1239 additions and 1122 deletions

2331
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,17 +13,17 @@
"private": true,
"dependencies": {
"@ag-grid-community/locale": "^32.1.0",
"@angular/animations": "^20.3.16",
"@angular/animations": "^21.1.4",
"@angular/cdk": "^20.2.14",
"@angular/common": "^20.3.16",
"@angular/compiler": "^20.3.16",
"@angular/core": "^20.3.16",
"@angular/forms": "^20.3.16",
"@angular/common": "^21.1.4",
"@angular/compiler": "^21.1.4",
"@angular/core": "^21.1.4",
"@angular/forms": "^21.1.4",
"@angular/material": "^20.2.14",
"@angular/material-moment-adapter": "^20.2.14",
"@angular/platform-browser": "^20.3.16",
"@angular/platform-browser-dynamic": "^20.3.16",
"@angular/router": "^20.3.16",
"@angular/platform-browser": "^21.1.4",
"@angular/platform-browser-dynamic": "^21.1.4",
"@angular/router": "^21.1.4",
"@ngneat/overview": "^6.0.0",
"@ngxpert/hot-toast": "^3.0.1",
"ag-grid-angular": "^32.1.0",
@@ -33,9 +33,9 @@
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^20.3.16",
"@angular/cli": "^20.3.16",
"@angular/compiler-cli": "^20.3.16",
"@angular/build": "^21.1.4",
"@angular/cli": "^21.1.4",
"@angular/compiler-cli": "^21.1.4",
"@faker-js/faker": "^9.0.3",
"@types/jest": "^29.5.14",
"autoprefixer": "^10.4.20",
@@ -44,6 +44,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2",
"typescript": "~5.8.3"
"typescript": "~5.9.3"
}
}

View File

@@ -17,11 +17,7 @@
"importHelpers": true,
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"lib": [
"ES2022",
"dom"
]
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,