@angular/cli migration - workspace-version-9

Angular Workspace migration. Update an Angular CLI workspace to version 9.
This commit is contained in:
2020-05-30 02:14:11 +05:30
parent 0735f4791c
commit 2210dc265e
4 changed files with 18 additions and 9 deletions

View File

@ -32,7 +32,8 @@
"moment": "^2.22.2",
"rxjs": "^6.2.2",
"rxjs-tslint": "^0.1.5",
"zone.js": "~0.10.3"
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.7",
@ -41,8 +42,8 @@
"@angular/language-service": "^9.1.9",
"@types/jasmine": "^3.3.0",
"@types/jasminewd2": "^2.0.3",
"@types/node": "^10.5.4",
"codelyzer": "^5.0.1",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"jasmine-core": "^3.1.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^3.1.1",