From b2bb35b13d4a5788f7c1122af2abd8bef077a85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 4 Mar 2018 17:45:38 +0800 Subject: [PATCH] Update react-slick requirement to ~0.19.0 (#9504) 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/commits/0.19.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 313d320095..3b3e7d579f 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "rc-upload": "~2.4.0", "rc-util": "^4.0.4", "react-lazy-load": "^3.0.12", - "react-slick": "~0.17.0", + "react-slick": "~0.19.0", "shallowequal": "^1.0.1", "warning": "~3.0.0" },