From 19b2b39eeae3898bd8d8e3478eb7459372bb09d5 Mon Sep 17 00:00:00 2001 From: Vadim Dalecky Date: Wed, 8 Jan 2020 01:18:55 +0100 Subject: [PATCH] fix: bump fast-shallow-equal --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4501044..2e0f7206 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "dependencies": { "@xobotyi/scrollbar-width": "1.5.0", "copy-to-clipboard": "^3.2.0", - "fast-shallow-equal": "^0.1.1", + "fast-shallow-equal": "^1.0.0", "nano-css": "^5.2.1", "react-fast-compare": "^2.0.4", "resize-observer-polyfill": "^1.5.1",