summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/package.json
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-11-09 14:00:16 -0500
committerRich Trott <rtrott@gmail.com>2018-11-12 14:14:31 -0800
commitd72d43f9bf7b8d8977af15d8bd6e3321264c10ca (patch)
tree4acb58c9cc519925bfd84272e45d0d243b929dd1 /tools/node_modules/eslint/package.json
parent0229e378e80948428cf7baa7b176939e879497cc (diff)
downloadandroid-node-v8-d72d43f9bf7b8d8977af15d8bd6e3321264c10ca.tar.gz
android-node-v8-d72d43f9bf7b8d8977af15d8bd6e3321264c10ca.tar.bz2
android-node-v8-d72d43f9bf7b8d8977af15d8bd6e3321264c10ca.zip
tools: update ESLint to 5.9.0
Update ESLint to 5.9.0. PR-URL: https://github.com/nodejs/node/pull/24280 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'tools/node_modules/eslint/package.json')
-rw-r--r--tools/node_modules/eslint/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/node_modules/eslint/package.json b/tools/node_modules/eslint/package.json
index 7b47dbd691..f35659fc8a 100644
--- a/tools/node_modules/eslint/package.json
+++ b/tools/node_modules/eslint/package.json
@@ -17,7 +17,7 @@
"cross-spawn": "^6.0.5",
"debug": "^4.0.1",
"doctrine": "^2.1.0",
- "eslint-plugin-markdown": "^1.0.0-beta.8",
+ "eslint-plugin-markdown": "^1.0.0-rc.1",
"eslint-scope": "^4.0.0",
"eslint-utils": "^1.3.1",
"eslint-visitor-keys": "^1.0.0",
@@ -66,8 +66,8 @@
"coveralls": "^3.0.1",
"dateformat": "^3.0.3",
"ejs": "^2.6.1",
- "eslint-plugin-eslint-plugin": "^1.2.0",
- "eslint-plugin-node": "^7.0.1",
+ "eslint-plugin-eslint-plugin": "^1.4.1",
+ "eslint-plugin-node": "^8.0.0",
"eslint-plugin-rulesdir": "^0.1.0",
"eslint-release": "^1.0.0",
"eslint-rule-composer": "^0.3.0",
@@ -135,5 +135,5 @@
"publish-release": "node Makefile.js publishRelease",
"test": "node Makefile.js test"
},
- "version": "5.8.0"
+ "version": "5.9.0"
} \ No newline at end of file