From cfd9f86040d99bad419e26ccd7bbf458a13707da Mon Sep 17 00:00:00 2001 From: Mounier Florian Date: Tue, 18 Dec 2018 15:10:47 +0100 Subject: [PATCH] Remove unused dependency I don't think `react-addons-clone-with-props` is used anywhere in this project, but this dependency has a peer dependency to react 0.14.8 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 2207608..23cbf5a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "dependencies": { "classnames": "2.2.5", "lodash.omit": "^4.5.0", - "react-addons-clone-with-props": "^0.14.8", "react-cookie": "^2.1.2" }, "devDependencies": {