refactor: update to tslib 2.0 and move to direct dependencies (#37198)

Tslib version is bound to the TypeScript version used to compile the library. Thus, we shouldn't list `tslib` as a  `peerDependencies`. This is because, a user can install libraries which have been compiled with older versions of TypeScript and thus require multiple `tslib` versions to be installed.

Reference: TOOL-1374 and TOOL-1375

Closes: #37188

PR Close #37198
This commit is contained in:
Alan Agius
2020-05-19 14:35:37 +02:00
committed by Kara Erickson
parent 8f1d0c317e
commit 772c5b8f64
24 changed files with 250 additions and 144 deletions

View File

@ -4,13 +4,15 @@
"description": "Angular - library for using Angular in a web browser with web workers",
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"@angular/platform-webworker": "0.0.0-PLACEHOLDER",
"tslib": "^1.10.0"
"@angular/platform-webworker": "0.0.0-PLACEHOLDER"
},
"repository": {
"type": "git",