From 9ecb28271cf3bd6a951c1475993e3a23fc003f88 Mon Sep 17 00:00:00 2001 From: Claudio Savino Date: Mon, 5 Sep 2016 20:38:00 +0200 Subject: [PATCH] fix: updated dependencies --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9f4846..60e10fe 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,4 @@ export default observer(Test); If you want to contribute to the development, do not hesitate to fork the repo and send pull requests. -And don't forget to star the repo! +And don't forget to star the repo! Thanks! diff --git a/package.json b/package.json index bdaf301..07f1e0d 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-config-airbnb": "10.0.1", "eslint-plugin-import": "1.14.0", "eslint-plugin-jsx-a11y": "2.2.1", - "eslint-plugin-react": "6.1.2", + "eslint-plugin-react": "6.2.0", "ghooks": "1.3.2", "json-loader": "0.5.4", "mocha": "3.0.2",