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

View File

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

View File

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

File diff suppressed because it is too large Load Diff