Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
#68 updated flex-layout, RxJS.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthewilde committed Dec 5, 2017
1 parent bedbb19 commit a25f809
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@angular/compiler": "^4.4.6",
"@angular/compiler-cli": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/flex-layout": "^2.0.0-beta.8",
"@angular/flex-layout": "2.0.0-beta.10",
"@angular/forms": "^4.4.6",
"@angular/http": "^4.4.6",
"@angular/material": "2.0.0-beta.12",
Expand Down Expand Up @@ -122,7 +122,7 @@
"ngrx-store-logger": "0.1.7",
"redux": "^3.6.0",
"redux-observable": "^0.14.1",
"rxjs": "^5.4.0",
"rxjs": "5.5.2",
"s3-deploy": "^0.7.3",
"sjcl": "^1.0.6",
"web-animations-js": "^2.2.2",
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@
dependencies:
tslib "^1.7.1"

"@angular/flex-layout@^2.0.0-beta.8":
version "2.0.0-beta.8"
resolved "https://registry.yarnpkg.com/@angular/flex-layout/-/flex-layout-2.0.0-beta.8.tgz#b9cf57865a93ca158fe56d850952423f248d103b"
"@angular/[email protected]":
version "2.0.0-beta.10"
resolved "https://registry.yarnpkg.com/@angular/flex-layout/-/flex-layout-2.0.0-beta.10.tgz#704e0626d6a92defbef2434e138e30f801fb2ad6"
dependencies:
tslib "^1.7.1"

"@angular/forms@^4.4.6":
version "4.4.6"
Expand Down Expand Up @@ -4814,9 +4816,9 @@ ripemd160@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-1.0.1.tgz#93a4bbd4942bc574b69a8fa57c71de10ecca7d6e"

rxjs@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.4.0.tgz#a7db14ab157f9d7aac6a56e655e7a3860d39bf26"
rxjs@5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.2.tgz#28d403f0071121967f18ad665563255d54236ac3"
dependencies:
symbol-observable "^1.0.1"

Expand Down

0 comments on commit a25f809

Please sign in to comment.