From b311a1ac99e7fd84eaf5724a8fe4019dd3fda90f Mon Sep 17 00:00:00 2001 From: Jon Cursi Date: Sun, 4 Mar 2018 11:12:36 -0500 Subject: [PATCH] package upgrades; bump to 2.77.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index de889ce..e439b4a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "dependencies": { "babel-eslint": "8.2.2", - "eslint": "4.18.1", + "eslint": "4.18.2", "eslint-config-airbnb": "16.1.0", "eslint-plugin-disable": "1.0.1", "eslint-plugin-filenames": "1.2.0", @@ -18,7 +18,7 @@ "eslint-plugin-flowtype-errors": "3.5.1", "eslint-plugin-immutable": "1.0.0", "eslint-plugin-import": "2.9.0", - "eslint-plugin-jest": "21.12.2", + "eslint-plugin-jest": "21.12.3", "eslint-plugin-jsx-a11y": "6.0.3", "eslint-plugin-lodash": "2.6.1", "eslint-plugin-new-with-error": "1.1.0", @@ -53,5 +53,5 @@ "test:ci": "docker run --interactive --tty --env CODECLIMATE_CODE=\"$PWD\" --volume \"$PWD\":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc etops/codeclimate analyze", "prepush": "npm test -- *.md" }, - "version": "2.76.0" + "version": "2.77.0" }