build: update rxjs version requirements to 6.4.0 (#30032)
PR Close #30032
This commit is contained in:
parent
645e305733
commit
94aeeec1dc
|
@ -8,7 +8,7 @@
|
|||
"dependencies": {
|
||||
"@angular/core": "^2.0.0-rc.7",
|
||||
"reflect-metadata": "^0.1.2",
|
||||
"rxjs": "^6.0.0",
|
||||
"rxjs": "^6.4.0",
|
||||
"jpm": "1.1.4",
|
||||
"firefox-profile": "0.4.0",
|
||||
"selenium-webdriver": "^2.53.3"
|
||||
|
@ -26,4 +26,4 @@
|
|||
"url": "https://github.com/angular/angular/issues"
|
||||
},
|
||||
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"locales": "locales",
|
||||
"peerDependencies": {
|
||||
"rxjs": "^6.0.0",
|
||||
"rxjs": "^6.4.0",
|
||||
"@angular/core": "0.0.0-PLACEHOLDER"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"tslib": "^1.9.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rxjs": "^6.0.0",
|
||||
"rxjs": "^6.4.0",
|
||||
"zone.js": "~0.9.0"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"peerDependencies": {
|
||||
"@angular/core": "0.0.0-PLACEHOLDER",
|
||||
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
||||
"rxjs": "^6.0.0"
|
||||
"rxjs": "^6.4.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"tslib": "^1.9.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rxjs": "^6.0.0",
|
||||
"rxjs": "^6.4.0",
|
||||
"@angular/core": "0.0.0-PLACEHOLDER",
|
||||
"@angular/common": "0.0.0-PLACEHOLDER",
|
||||
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"tslib": "^1.9.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rxjs": "^6.0.0",
|
||||
"rxjs": "^6.4.0",
|
||||
"@angular/core": "0.0.0-PLACEHOLDER",
|
||||
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
|
||||
},
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"@angular/core": "0.0.0-PLACEHOLDER",
|
||||
"@angular/common": "0.0.0-PLACEHOLDER",
|
||||
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
||||
"rxjs": "^6.0.0"
|
||||
"rxjs": "^6.4.0"
|
||||
},
|
||||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
|
|
Loading…
Reference in New Issue