From 71089353035e7ddca60267a397b0d38b9fdad7fd Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Tue, 15 Mar 2016 17:27:35 +0100 Subject: [PATCH 1/2] chore: add eslint-plugin-react This has been an unmet peer dependency because the plugin actually never uses it. Including it anyways to make the warning go away. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 30ee698172..a13d6165ce 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "cz-conventional-changelog": "1.1.5", "eslint": "2.2.0", "eslint-config-airbnb": "6.1.0", + "eslint-plugin-react": "4.2.2", "ghooks": "1.0.3", "mocha": "2.4.5", "nyc": "6.0.0", From 8d314cc80bf9ba2b7445c0fe118be632cf282a74 Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Tue, 15 Mar 2016 17:28:24 +0100 Subject: [PATCH 2/2] chore(package): update nyc to 6.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a13d6165ce..84bfc49a09 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-react": "4.2.2", "ghooks": "1.0.3", "mocha": "2.4.5", - "nyc": "6.0.0", + "nyc": "6.1.1", "readline-sync": "1.4.1", "rewire": "2.5.1", "rimraf": "2.5.2",