From 722f68e17a1ff916956d6fd7c5a3b6762f2aad3e Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Wed, 13 Dec 2017 18:29:59 -0800 Subject: [PATCH] gt - Fix react-select version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80cad1de9..51ac49077 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "lodash.noop": "^3.0.1", "prop-types": "^15.5.10", "react-fontawesome": "^1.4.0", - "react-select-plus": "^1.0.0-rc.5", + "react-select-plus": "1.0.0-rc.5", "react-text-mask": "~5.0.2", "react-transition-group": "~1.1.3", "reactstrap": "4.8.0",