From 4424c456a9afa4e8a0cf504bc4ea1988fb10094c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 2 Oct 2018 14:43:20 +0200 Subject: [PATCH] deps: update eslint This is required due to the Babel update. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6ebf905ce..d478ab734 100644 --- a/package.json +++ b/package.json @@ -97,13 +97,13 @@ "babel-loader": "8.0.4", "clean-css": "3.4.25", "css-loader": "0.28.7", - "eslint": "4.12.1", + "eslint": "5.6.1", "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#7474f6668515eb5852f1273dc5a50b940a550d3f", - "eslint-plugin-flowtype": "2.39.1", - "eslint-plugin-import": "2.8.0", - "eslint-plugin-jsdoc": "3.2.0", - "eslint-plugin-react": "7.5.1", - "eslint-plugin-react-native": "3.2.0", + "eslint-plugin-flowtype": "2.50.3", + "eslint-plugin-import": "2.14.0", + "eslint-plugin-jsdoc": "3.8.0", + "eslint-plugin-react": "7.11.1", + "eslint-plugin-react-native": "3.3.0", "expose-loader": "0.7.4", "file-loader": "1.1.5", "flow-bin": "0.67.1",