From 3344502671f2a205b0726146c0656f9f212661d8 Mon Sep 17 00:00:00 2001 From: sherwinski Date: Wed, 17 Apr 2019 10:57:23 -0700 Subject: [PATCH] fix(deps): pin react-measure version to avoid regression (#343) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5bce0768..ef018695 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dependencies": { "js-base64": "^2.3.2", "jsuri": "^1.3.1", - "react-measure": "^2.1.3", + "react-measure": "2.1.3 - 2.2.5", "shallowequal": "^1.1.0", "warning": "^4.0.1" },