diff --git a/README.md b/README.md index a0348baf..215f962a 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,8 @@ es6-plato -r -d report src | 1.0.16 | switch to globby, address Linux line endings | | 1.0.17 | Explicitly add eslint-plugin-react and update the dependencies | | 1.0.18 | Offer eslintrc option in cli and update documentation, update dependencies too | -| 1.1.18 | Update the dependencies and remove Grunt, for now since it was insecure dependency | +| 1.1.15 | Update the dependencies and remove Grunt, for now since it was insecure dependency | +| 1.1.16 | Update eslint to 5.14.0 | ## About diff --git a/package.json b/package.json index 3154ff99..aa3c7d0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "es6-plato", "description": "JavaScript source analysis and visualizer", - "version": "1.1.5", + "version": "1.1.6", "homepage": "https://github.com/the-simian/es6-plato", "author": { "name": "Jessse Harlin", @@ -35,7 +35,7 @@ "analyze" ], "dependencies": { - "eslint": "4.19.0", + "eslint": "5.14.0", "eslint-plugin-react": "7.7.0", "fs-extra": "7.0.1", "globby": "9.0.0",