From 6b6050acb71fe3f44267ecc35a9fac0d295f1280 Mon Sep 17 00:00:00 2001 From: Boris Shevchenko Date: Tue, 24 Apr 2018 19:20:40 +0700 Subject: [PATCH] #12 fixed and improved sign-up signature mechanism --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bc88e62..955645b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "moment": "2.20.1", "normalize.css": "7.0.0", "polymath-auth": "0.3.0", - "polymath-ui": "1.0.1", + "polymath-ui": "1.1.0", "polymathjs": "1.0.1", "react": "16.2.0", "react-addons-css-transition-group": "15.0.1", diff --git a/yarn.lock b/yarn.lock index a4d7f38..a56dff1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7982,15 +7982,16 @@ polymath-core@1.0.1: web3 "^1.0.0-beta.33" zeppelin-solidity "^1.8.0" -polymath-ui@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/polymath-ui/-/polymath-ui-1.0.1.tgz#2ecb9b25516441a078708e1c7e8facd8c65aaa1e" +polymath-ui@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/polymath-ui/-/polymath-ui-1.1.0.tgz#e64f958d8bbb60c6e754e2423a170f0c548a5fca" dependencies: babel-runtime "6.26.0" bignumber.js "6.0.0" carbon-components "8.16.8" carbon-components-react "5.31.0" carbon-icons "6.3.2" + eth-sig-util "^1.4.2" polymathjs "1.0.1" react "16.2.0" react-document-title "2.0.3"