Skip to content

Commit

Permalink
build: update to rxjs@6.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Mar 20, 2018
1 parent 4648597 commit 18d0350
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "6.0.0-alpha.4",
"rxjs": "6.0.0-beta.0",
"tslib": "^1.7.1",
"zone.js": "^0.8.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tslib": "^1.9.0"
},
"peerDependencies": {
"rxjs": "^6.0.0-alpha.3",
"rxjs": "^5.6.0 || ^6.0.0-beta.0",
"zone.js": "^0.8.4"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6214,9 +6214,9 @@ rx-lite@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102"

rxjs@6.0.0-alpha.4:
version "6.0.0-alpha.4"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-alpha.4.tgz#e24afa7457d95a981f081d2979c3ba69b20c8ca3"
rxjs@6.0.0-beta.0:
version "6.0.0-beta.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-beta.0.tgz#cf241936be39d8279ed0b2be4bf417777301f65a"
dependencies:
tslib "^1.9.0"

Expand Down

0 comments on commit 18d0350

Please sign in to comment.