From 0faa508dac2663a33949bfe5e94971e7ce7a357c Mon Sep 17 00:00:00 2001 From: wbrgss Date: Mon, 3 Jun 2019 18:21:29 -0400 Subject: [PATCH] Bump rc-slider minor version This is so we can use the `visible` prop in `tipProps`, introduced in `rc-slider` 8.6.1 (undocumented in the `rc-slider` repo's HISTORY.md) See https://github.com/react-component/slider/pull/383 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 107bf1a2d..0c2bd605e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "moment": "^2.20.1", "prop-types": "^15.6.0", "ramda": "^0.24.1", - "rc-slider": "^8.3.1", + "rc-slider": "^8.6.11", "react-addons-shallow-compare": "^15.6.0", "react-dates": "^20.1.0", "react-docgen": "^3.0.0",