feat: update rxjs peerDependencies minimum requirment to 6.5.3 (#32812)

PR Close #32812
This commit is contained in:
Alan Agius 2019-10-01 19:59:49 +02:00 committed by atscott
parent 668f57abaa
commit 66658c447f
7 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@
"dependencies": { "dependencies": {
"@angular/core": "^2.0.0-rc.7", "@angular/core": "^2.0.0-rc.7",
"reflect-metadata": "^0.1.2", "reflect-metadata": "^0.1.2",
"rxjs": "^6.4.0", "rxjs": "^6.5.3",
"jpm": "1.1.4", "jpm": "1.1.4",
"firefox-profile": "0.4.0", "firefox-profile": "0.4.0",
"selenium-webdriver": "^2.53.3" "selenium-webdriver": "^2.53.3"

View File

@ -17,7 +17,7 @@
}, },
"locales": "locales", "locales": "locales",
"peerDependencies": { "peerDependencies": {
"rxjs": "^6.4.0", "rxjs": "^6.5.3",
"@angular/core": "0.0.0-PLACEHOLDER" "@angular/core": "0.0.0-PLACEHOLDER"
}, },
"repository": { "repository": {

View File

@ -16,7 +16,7 @@
"tslib": "^1.9.0" "tslib": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"rxjs": "^6.4.0", "rxjs": "^6.5.3",
"zone.js": "~0.10.2" "zone.js": "~0.10.2"
}, },
"repository": { "repository": {

View File

@ -18,7 +18,7 @@
"peerDependencies": { "peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER", "@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER", "@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "^6.4.0" "rxjs": "^6.5.3"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -16,7 +16,7 @@
"tslib": "^1.9.0" "tslib": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"rxjs": "^6.4.0", "rxjs": "^6.5.3",
"@angular/core": "0.0.0-PLACEHOLDER", "@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER", "@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER" "@angular/platform-browser": "0.0.0-PLACEHOLDER"

View File

@ -16,7 +16,7 @@
"tslib": "^1.9.0" "tslib": "^1.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"rxjs": "^6.4.0", "rxjs": "^6.5.3",
"@angular/core": "0.0.0-PLACEHOLDER", "@angular/core": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER" "@angular/platform-browser": "0.0.0-PLACEHOLDER"
}, },

View File

@ -31,7 +31,7 @@
"@angular/core": "0.0.0-PLACEHOLDER", "@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER", "@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER", "@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "^6.4.0" "rxjs": "^6.5.3"
}, },
"ng-update": { "ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP" "packageGroup": "NG_UPDATE_PACKAGE_GROUP"