diff --git a/README.md b/README.md index ec4db25..e21f171 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ oc-graphql-client [![Build Status](https://travis-ci.org/opencomponents/oc-graphql-client.svg?branch=master)](https://travis-ci.org/opencomponents/oc-graphql-client) ========== +[![Greenkeeper badge](https://badges.greenkeeper.io/opencomponents/oc-graphql-client.svg)](https://greenkeeper.io/) + ## NOTICE! - The current released version (3.*) does not use the Apollo client due to memory consumption issues. - The client does not expose a querybuilder, instead just use a raw string as the examples does. diff --git a/package.json b/package.json index 1e15d67..2d6bfff 100644 --- a/package.json +++ b/package.json @@ -18,14 +18,14 @@ "request": "^2.81.0" }, "devDependencies": { - "chai": "^3.5.0", - "eslint": "^3.15.0", - "eslint-config-airbnb": "^14.1.0", + "chai": "^4.0.2", + "eslint": "^4.0.0", + "eslint-config-airbnb": "^15.0.1", "eslint-plugin-import": "^2.2.0", - "eslint-plugin-jsx-a11y": "^4.0.0", - "eslint-plugin-react": "^6.10.0", + "eslint-plugin-jsx-a11y": "^5.0.3", + "eslint-plugin-react": "^7.1.0", "injectr": "^0.5.1", "mocha": "^3.2.0", - "sinon": "^1.17.7" + "sinon": "^2.3.5" } }