TSK-1742: Bump @Angular from 12.0.5 to 12.2.7

Also removed deprecated/ignored compiler options
This commit is contained in:
Tristan 2021-09-27 23:35:19 +02:00 committed by Mustapha Zorgati
parent 676caaae84
commit 79742782cb
4 changed files with 2033 additions and 1864 deletions

View File

@ -12,6 +12,9 @@
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"aot": true,
"sourceMap": {
"scripts": true
},
"customWebpackConfig": {
"path": "webpack.config.js"
},
@ -57,10 +60,7 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "taskana-web:build",
"sourceMap": {
"scripts": true
}
"browserTarget": "taskana-web:build"
},
"configurations": {
"production": {

View File

@ -22,20 +22,20 @@
},
"private": true,
"dependencies": {
"@angular/animations": "12.0.5",
"@angular/cdk": "12.0.5",
"@angular/common": "12.0.5",
"@angular/core": "12.0.5",
"@angular/forms": "12.0.5",
"@angular/material": "12.0.5",
"@angular/platform-browser": "12.0.5",
"@angular/platform-browser-dynamic": "12.0.5",
"@angular/router": "12.0.5",
"@angular/animations": "12.2.7",
"@angular/cdk": "12.2.7",
"@angular/common": "12.2.7",
"@angular/core": "12.2.7",
"@angular/forms": "12.2.7",
"@angular/material": "12.2.7",
"@angular/platform-browser": "12.2.7",
"@angular/platform-browser-dynamic": "12.2.7",
"@angular/router": "12.2.7",
"@circlon/angular-tree-component": "11.0.4",
"@ngxs/store": "3.7.2",
"angular-svg-icon": "12.0.0",
"@ngneat/hot-toast": "3.1.0",
"@ngneat/overview": "2.0.2",
"@ngxs/store": "3.7.2",
"angular-svg-icon": "12.0.0",
"chart.js": "2.9.4",
"core-js": "3.15.1",
"file-saver": "2.0.5",
@ -47,11 +47,11 @@
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "12.1.0",
"@angular-devkit/build-angular": "12.0.5",
"@angular/cli": "12.0.5",
"@angular/compiler": "12.0.5",
"@angular/compiler-cli": "12.0.5",
"@angular-builders/custom-webpack": "12.1.2",
"@angular-devkit/build-angular": "12.2.7",
"@angular/cli": "12.2.7",
"@angular/compiler": "12.2.7",
"@angular/compiler-cli": "12.2.7",
"@ngxs/devtools-plugin": "3.7.2",
"@types/jest": "26.0.23",
"@types/node": "15.12.4",

View File

@ -6,8 +6,5 @@
"types": ["jest"]
},
"files": ["main.ts", "polyfills.ts"],
"include": ["src/**/*.d.ts"],
"angularCompilerOptions": {
"enableIvy": false
}
"include": ["src/**/*.d.ts"]
}

File diff suppressed because it is too large Load Diff