fix: correct peerDependencies declaration on rxjs
This commit is contained in:
parent
623d769858
commit
8768665587
|
@ -8,7 +8,7 @@
|
|||
"dependencies": {
|
||||
"@angular/core": "^2.0.0-rc.7",
|
||||
"reflect-metadata": "^0.1.2",
|
||||
"rxjs": "^6.0.0-alpha.3",
|
||||
"rxjs": "^5.6.0-forward-compat.0 || ^6.0.0-beta.0",
|
||||
"jpm": "1.1.4",
|
||||
"firefox-profile": "0.4.0",
|
||||
"selenium-webdriver": "^2.53.3"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"locales": "locales",
|
||||
"peerDependencies": {
|
||||
"rxjs": "^6.0.0-alpha.3",
|
||||
"rxjs": "^5.6.0-forward-compat.0 || ^6.0.0-beta.0",
|
||||
"@angular/core": "0.0.0-PLACEHOLDER"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"peerDependencies": {
|
||||
"@angular/core": "0.0.0-PLACEHOLDER",
|
||||
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
||||
"rxjs": "^5.5.0"
|
||||
"rxjs": "^5.6.0-forward-compat.0 || ^6.0.0-beta.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"tslib": "^1.9.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"rxjs": "^6.0.0-alpha.3",
|
||||
"rxjs": "^5.6.0-forward-compat.0 || ^6.0.0-beta.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-alpha.3",
|
||||
"rxjs": "^5.6.0-forward-compat.0 || ^6.0.0-beta.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-alpha.3"
|
||||
"rxjs": "^5.6.0-forward-compat.0 || ^6.0.0-beta.0"
|
||||
},
|
||||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
mkdir tmp
|
||||
cd tmp
|
||||
npm init -y
|
||||
npm install --save ../dist/packages-dist/* zone.js@0.8.10 rxjs@5.5.0 typescript@2.6
|
||||
npm install --save ../dist/packages-dist/* zone.js@0.8.10 rxjs@6.0.0-beta.1 typescript@2.7
|
||||
cd ..
|
||||
rm -rf ./tmp
|
||||
rm -rf ./tmp
|
||||
|
|
Loading…
Reference in New Issue