aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-08-29 06:52:09 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-08-29 06:52:09 +0800
commit031807df9cb9258197bab671dda754e02b862267 (patch)
tree7c8c46d0bc24e60cc8c9b8a569709a3c9338ccb9 /yarn.lock
parent72710be04b1eae2a3d90bd8872501911f3bbad99 (diff)
downloaddexon-0x-contracts-031807df9cb9258197bab671dda754e02b862267.tar
dexon-0x-contracts-031807df9cb9258197bab671dda754e02b862267.tar.gz
dexon-0x-contracts-031807df9cb9258197bab671dda754e02b862267.tar.bz2
dexon-0x-contracts-031807df9cb9258197bab671dda754e02b862267.tar.lz
dexon-0x-contracts-031807df9cb9258197bab671dda754e02b862267.tar.xz
dexon-0x-contracts-031807df9cb9258197bab671dda754e02b862267.tar.zst
dexon-0x-contracts-031807df9cb9258197bab671dda754e02b862267.zip
Upgrade react-copy-to-clipboard
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock23
1 files changed, 7 insertions, 16 deletions
diff --git a/yarn.lock b/yarn.lock
index e5da30dee..d6868ed0c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3930,14 +3930,6 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
safe-buffer "^5.0.1"
sha.js "^2.4.8"
-create-react-class@^15.5.2:
- version "15.6.3"
- resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036"
- dependencies:
- fbjs "^0.8.9"
- loose-envify "^1.3.1"
- object-assign "^4.1.1"
-
create-react-context@^0.2.1:
version "0.2.2"
resolved "https://registry.npmjs.org/create-react-context/-/create-react-context-0.2.2.tgz#9836542f9aaa22868cd7d4a6f82667df38019dca"
@@ -5330,9 +5322,9 @@ ethereumjs-wallet@~0.6.0:
utf8 "^3.0.0"
uuid "^3.3.2"
-ethers@0xproject/ethers.js#eip-838-reasons, ethers@3.0.22:
- version "3.0.18"
- resolved "https://codeload.github.com/0xproject/ethers.js/tar.gz/b91342bd200d142af0165d6befddf783c8ae8447"
+ethers@3.0.22:
+ version "3.0.22"
+ resolved "https://registry.npmjs.org/ethers/-/ethers-3.0.22.tgz#7fab1ea16521705837aa43c15831877b2716b436"
dependencies:
aes-js "3.0.0"
bn.js "^4.4.0"
@@ -5663,7 +5655,7 @@ faye-websocket@~0.11.0:
dependencies:
websocket-driver ">=0.5.1"
-fbjs@^0.8.0, fbjs@^0.8.1, fbjs@^0.8.16, fbjs@^0.8.5, fbjs@^0.8.9:
+fbjs@^0.8.0, fbjs@^0.8.1, fbjs@^0.8.16, fbjs@^0.8.5:
version "0.8.16"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.16.tgz#5e67432f550dc41b572bf55847b8aca64e5337db"
dependencies:
@@ -11179,12 +11171,11 @@ rc@^1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"
-react-copy-to-clipboard@^4.2.3:
- version "4.3.1"
- resolved "https://registry.yarnpkg.com/react-copy-to-clipboard/-/react-copy-to-clipboard-4.3.1.tgz#aa429ce6029077c987e2bc4af7eec9a09ba5075b"
+react-copy-to-clipboard@^5.0.0:
+ version "5.0.1"
+ resolved "https://registry.npmjs.org/react-copy-to-clipboard/-/react-copy-to-clipboard-5.0.1.tgz#8eae107bb400be73132ed3b6a7b4fb156090208e"
dependencies:
copy-to-clipboard "^3"
- create-react-class "^15.5.2"
prop-types "^15.5.8"
react-document-title@^2.0.3: