From de0ec60c3f82c55f8e2baffd6760650767d67036 Mon Sep 17 00:00:00 2001 From: Thram Date: Wed, 1 Mar 2017 02:15:00 +1300 Subject: [PATCH] fix(thrux): Update thrux library with new implementation of micro observers --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c69f6c7..ab746fc 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "lodash": "^4.17.4", "react": "^15.4.2", "react-dom": "^15.4.2", - "thrux": "^2.7.0" + "thrux": "^2.7.2" }, "devDependencies": { "babel-cli": "^6.23.0", diff --git a/yarn.lock b/yarn.lock index 89fe79f..9c781cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4009,9 +4009,9 @@ through@2, through@^2.3.6, through@~2.3, through@~2.3.1, through@~2.3.4, through version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" -thrux@^2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/thrux/-/thrux-2.7.0.tgz#0ce84976e99e8d3efa48ae2dd9fbf277db3ff4c6" +thrux@^2.7.2: + version "2.7.2" + resolved "https://registry.yarnpkg.com/thrux/-/thrux-2.7.2.tgz#f830d3d3e5c325c2d982e2b6c5171bad2a6a0594" dependencies: es6-promise "^4.0.5" lodash "^4.17.4"