From 2d7f344ce58dea5a9962d6648a418f888e10c568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 26 Apr 2019 07:32:11 +0000 Subject: [PATCH] Update react-slick requirement from ~0.23.2 to ~0.24.0 Updates the requirements on [react-slick](https://github.com/akiran/react-slick) to permit the latest version. - [Release notes](https://github.com/akiran/react-slick/releases) - [Changelog](https://github.com/akiran/react-slick/blob/master/CHANGELOG.md) - [Commits](https://github.com/akiran/react-slick/compare/0.23.2...0.24.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18e2d324f9..e181c17e9c 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "rc-util": "^4.5.1", "react-lazy-load": "^3.0.13", "react-lifecycles-compat": "^3.0.4", - "react-slick": "~0.23.2", + "react-slick": "~0.24.0", "resize-observer-polyfill": "^1.5.0", "shallowequal": "^1.1.0", "warning": "~4.0.2"