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"

View File

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

View File

@ -9,7 +9,7 @@
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^1.7.1"
"tslib": "^1.9.0"
},
"repository": {
"type": "git",

View File

@ -9,7 +9,7 @@
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^1.7.1"
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^5.5.0",

View File

@ -9,7 +9,7 @@
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^1.7.1"
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^5.5.0",

View File

@ -9,7 +9,7 @@
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^1.7.1"
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^5.5.0",

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",

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",

View File

@ -18,7 +18,7 @@
},
"dependencies": {
"domino": "^2.0.1",
"tslib": "^1.7.1",
"tslib": "^1.9.0",
"xhr2": "^0.1.4"
},
"repository": {

View File

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

View File

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

View File

@ -21,7 +21,7 @@
},
"homepage": "https://github.com/angular/angular/tree/master/packages/router",
"dependencies": {
"tslib": "^1.7.1"
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",

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",

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",

View File

@ -7156,11 +7156,11 @@ tsickle@0.26.0:
source-map "^0.5.6"
source-map-support "^0.4.2"
tslib@^1.0.0, tslib@^1.7.1:
tslib@^1.0.0:
version "1.7.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
tslib@^1.8.1:
tslib@^1.7.1, tslib@^1.8.1:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"