feat: angular upgrade : 9.1.1 => 10.1.3

This commit is contained in:
Amadou Ada DIENE
2020-09-29 17:27:09 +02:00
parent aa338ca75e
commit 66c7d033ac
5 changed files with 2152 additions and 1222 deletions

View File

@@ -3,7 +3,7 @@
"compilerOptions": { "compilerOptions": {
"outDir": "../out-tsc/e2e", "outDir": "../out-tsc/e2e",
"module": "commonjs", "module": "commonjs",
"target": "es5", "target": "es2018",
"types": ["jasmine", "jasminewd2", "node"] "types": ["jasmine", "jasminewd2", "node"]
} }
} }

3327
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,10 +7,11 @@
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"angular", "angular",
"angular 9", "angular 10",
"electron", "electron",
"electron 8", "electron 8",
"typescript", "typescript",
"typescript 4",
"spectron", "spectron",
"spectron 10", "spectron 10",
"scss", "scss",
@@ -44,18 +45,18 @@
"source-map-support": "^0.5.17" "source-map-support": "^0.5.17"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~0.901.1", "@angular-devkit/build-angular": "~0.1001.3",
"@angular/animations": "~9.1.1", "@angular/animations": "~10.1.3",
"@angular/cli": "~9.1.1", "@angular/cli": "~10.1.3",
"@angular/common": "~9.1.1", "@angular/common": "~10.1.3",
"@angular/compiler": "~9.1.1", "@angular/compiler": "~10.1.3",
"@angular/compiler-cli": "~9.1.1", "@angular/compiler-cli": "~10.1.3",
"@angular/core": "~9.1.1", "@angular/core": "~10.1.3",
"@angular/forms": "~9.1.1", "@angular/forms": "~10.1.3",
"@angular/language-service": "~9.1.1", "@angular/language-service": "~10.1.3",
"@angular/platform-browser": "~9.1.1", "@angular/platform-browser": "~10.1.3",
"@angular/platform-browser-dynamic": "~9.1.1", "@angular/platform-browser-dynamic": "~10.1.3",
"@angular/router": "~9.1.1", "@angular/router": "~10.1.3",
"@commitlint/cli": "^8.3.5", "@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4", "@commitlint/config-conventional": "^8.3.4",
"@ngx-translate/core": "^12.1.2", "@ngx-translate/core": "^12.1.2",
@@ -75,20 +76,20 @@
"fs-extra": "^9.0.0", "fs-extra": "^9.0.0",
"husky": "^4.2.5", "husky": "^4.2.5",
"jasmine-core": "~3.5.0", "jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1", "jasmine-spec-reporter": "~5.0.0",
"karma": "~4.4.1", "karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0", "karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0", "karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.0.1", "karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.4.2", "karma-jasmine-html-reporter": "^1.5.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"protractor": "~5.4.3", "protractor": "~7.0.0",
"rxjs": "~6.5.4", "rxjs": "~6.5.4",
"spectron": "^10.0.1", "spectron": "^10.0.1",
"ts-node": "~8.3.0", "ts-node": "~8.3.0",
"tslib": "^1.10.0", "tslib": "^2.0.0",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"typescript": "~3.8.3", "typescript": "~4.0.3",
"wait-on": "^4.0.2", "wait-on": "^4.0.2",
"webpack": "^4.42.1", "webpack": "^4.42.1",
"winston": "^3.2.1", "winston": "^3.2.1",

View File

@@ -7,7 +7,7 @@
"declaration": false, "declaration": false,
"downlevelIteration": true, "downlevelIteration": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"module": "esnext", "module": "es2020",
"moduleResolution": "node", "moduleResolution": "node",
"importHelpers": true, "importHelpers": true,
"target": "es2015", "target": "es2015",