Skip to content

Commit

Permalink
build: use rxjs@6.0.0-terrific-rc.3 (angular#23327)
Browse files Browse the repository at this point in the history
PR Close angular#23327
  • Loading branch information
robwormald authored and wKoza committed Apr 13, 2018
1 parent 4c605aa commit 376116e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "6.0.0-rc.0",
"rxjs": "^6.0.0-terrific-rc.3",
"tslib": "^1.7.1",
"zone.js": "^0.8.26"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5083,9 +5083,9 @@ rollup@0.47.4:
version "0.47.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.47.4.tgz#e3a55de83a78221d232ce29619a8d68189ae845e"

rxjs@6.0.0-rc.0:
version "6.0.0-rc.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-rc.0.tgz#3fed5454dfaf5a01005c973de857f860826d3eac"
rxjs@^6.0.0-terrific-rc.3:
version "6.0.0-terrific-rc.3"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.0.0-terrific-rc.3.tgz#3acee937c1789ee4addf3cc3f7cc843d7cc2887c"
dependencies:
tslib "^1.9.0"

Expand Down

0 comments on commit 376116e

Please sign in to comment.