From a40f016fb4422962c03019e2e75728e487b2fcb5 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Tue, 5 Mar 2019 10:07:47 -0800 Subject: [PATCH] fix react-image-crop version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c2573ef..9d90433 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-color": "^2.17.0", "react-copy-to-clipboard": "^5.0.1", "react-dom": "^16.8.3", - "react-image-crop": "6.0.15", + "react-image-crop": "^6.0.16", "react-spinner": "^0.2.7", "react-syntax-highlight": "^15.3.1", "tohash": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index 5f5f907..9608a3c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5710,10 +5710,10 @@ react-fast-compare@2.0.2: resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-2.0.2.tgz#0560ba7a61a1662d9cea8cd97a0d9db7591bab1c" integrity sha512-EdPU5vXIzvNvQFNuej3oQ1PZ6YmDunTPZJ3V5EmwRqOhEmW0PNxzUdbYhXnZKZFtrrjGiu9718f6iQRdj0l2JA== -react-image-crop@6.0.15: - version "6.0.15" - resolved "https://registry.yarnpkg.com/react-image-crop/-/react-image-crop-6.0.15.tgz#df2e434e493643bad7e7da2fcca268b4e0000c2c" - integrity sha512-vg9l5DbPaTETmuP62ILcickIc+dXjwSOBjzDJNEJlqF/bgpjeOKKiQN3cWpHAVjJJVcvTh5czwraJDN1yfgdXA== +react-image-crop@^6.0.16: + version "6.0.16" + resolved "https://registry.yarnpkg.com/react-image-crop/-/react-image-crop-6.0.16.tgz#22319b1519d2ae5122fa9ded7bd21dc238491dde" + integrity sha512-+bEUJRILFwRVT50nzLAJrAgnKVq3wq9vLzVUL1mKVmna5CJsBGMIYf/JyC1D8gZ8vMZcuQxBViqzxNABUbLBsQ== dependencies: "@types/react-image-crop" "^3.0.1"