(front) Update to Angular 14

This commit is contained in:
2023-02-06 23:51:56 +01:00
parent 05cbe19b4d
commit 46c4a0b40c
4 changed files with 4012 additions and 9475 deletions

View File

@@ -114,6 +114,5 @@
} }
} }
} }
}, }
"defaultProject": "dashboard"
} }

13538
dashboard/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,15 +11,15 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~13.3.11", "@angular/animations": "^14.2.12",
"@angular/common": "~13.3.11", "@angular/common": "^14.2.12",
"@angular/compiler": "~13.3.11", "@angular/compiler": "^14.2.12",
"@angular/core": "~13.3.11", "@angular/core": "^14.2.12",
"@angular/forms": "~13.3.11", "@angular/forms": "^14.2.12",
"@angular/localize": "~13.3.11", "@angular/localize": "^14.2.12",
"@angular/platform-browser": "~13.3.11", "@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "~13.3.11", "@angular/platform-browser-dynamic": "^14.2.12",
"@angular/router": "~13.3.11", "@angular/router": "^14.2.12",
"@ng-bootstrap/ng-bootstrap": "^10.0.0", "@ng-bootstrap/ng-bootstrap": "^10.0.0",
"bootstrap": "^3.3.7", "bootstrap": "^3.3.7",
"rxjs": "~6.6.0", "rxjs": "~6.6.0",
@@ -27,9 +27,9 @@
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~13.3.9", "@angular-devkit/build-angular": "^14.2.10",
"@angular/cli": "~13.3.9", "@angular/cli": "^14.2.10",
"@angular/compiler-cli": "~13.3.11", "@angular/compiler-cli": "^14.2.12",
"@types/jasmine": "~3.6.0", "@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1", "@types/node": "^12.11.1",
"codelyzer": "^6.0.0", "codelyzer": "^6.0.0",

View File

@@ -10,7 +10,7 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"moduleResolution": "node", "moduleResolution": "node",
"importHelpers": true, "importHelpers": true,
"target": "es2015", "target": "es2020",
"module": "es2020", "module": "es2020",
"lib": [ "lib": [
"es2018", "es2018",