feat: update tslib to 1.9.0 (#22667)

BREAKING CHANGE: after this change, npm and yarn will issue incompatible peerDependencies warning

We don't expect this to actually break an application, but the application/library package.json
will need to be updated to provide tslib 1.9.0 or higher.

PR Close #22667
This commit is contained in:
Igor Minar
2018-03-08 15:47:04 -08:00
committed by Kara Erickson
parent 2fee5cc095
commit 489fec1299
15 changed files with 16 additions and 16 deletions

View File

@ -9,7 +9,7 @@
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^1.7.1"
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",