Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2020-12-04 22:37:23 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-12-04 22:37:23 +0300
commit11251af603677628116cb686170144d80944c760 (patch)
treeea26c40b3f262873f18a53c6eca93b12c602836a /package.json
parent6f4f9598d95b88b3a3d453b1f2b87b739e718981 (diff)
eslint@7.14.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 650646ff4..2df70259c 100644
--- a/package.json
+++ b/package.json
@@ -181,11 +181,11 @@
],
"devDependencies": {
"cmark-gfm": "^0.8.5",
- "eslint": "^7.13.0",
+ "eslint": "^7.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.1.0",
+ "eslint-plugin-standard": "^5.0.0",
"jsdom": "^16.4.0",
"marked-man": "^0.7.0",
"require-inject": "^1.4.4",