angular update to version 12

first step: ng update @angular/core@12 @angular/cli@12
This commit is contained in:
2021-07-03 09:03:40 +02:00
parent 8ed853c3cf
commit 6c1a0f997e
6 changed files with 4027 additions and 5270 deletions

View File

@@ -5,41 +5,41 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"releasebuild": "ng build --prod",
"releasebuild": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.11",
"@angular/animations": "^12.1.1",
"@angular/cdk": "^11.2.10",
"@angular/common": "^11.2.11",
"@angular/compiler": "^11.2.11",
"@angular/core": "^11.2.11",
"@angular/forms": "^11.2.11",
"@angular/common": "^12.1.1",
"@angular/compiler": "^12.1.1",
"@angular/core": "^12.1.1",
"@angular/forms": "^12.1.1",
"@angular/material": "^11.2.10",
"@angular/platform-browser": "^11.2.11",
"@angular/platform-browser-dynamic": "^11.2.11",
"@angular/router": "^11.2.11",
"@angular/platform-browser": "^12.1.1",
"@angular/platform-browser-dynamic": "^12.1.1",
"@angular/router": "^12.1.1",
"moment": "^2.29.1",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.6.7",
"tslib": "^2.2.0",
"zone.js": "~0.10.2"
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1100.7",
"@angular/cli": "^11.2.10",
"@angular/compiler-cli": "^11.2.11",
"@angular/language-service": "^11.2.11",
"@angular-devkit/build-angular": "^12.1.1",
"@angular/cli": "^12.1.1",
"@angular/compiler-cli": "^12.1.1",
"@angular/language-service": "^12.1.1",
"@types/jasmine": "^3.6.9",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^12.20.10",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.1.1",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
@@ -47,6 +47,6 @@
"protractor": "~7.0.0",
"ts-node": "~8.5.4",
"tslint": "^6.1.0",
"typescript": "4.1.5"
"typescript": "4.3.5"
}
}