From de6c7c94f02b36613d6bed883eb7411668e7722b Mon Sep 17 00:00:00 2001 From: Matej Marusak Date: Fri, 23 Oct 2020 09:55:16 +0200 Subject: [PATCH] package.json: Add 'file-selector' dependency See https://github.com/react-dropzone/react-dropzone/issues/1022 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 26aa457bf87..c5c7f82134f 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^2.5.1", "eslint-plugin-standard": "^4.0.1", + "file-selector": "^0.2.2", "html-webpack-plugin": "^4.0.1", "htmlparser": "^1.7.7", "jed": "^1.1.1",