From 8186361955f6aa63ce2f6d226c971ee20a4363bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 23 Nov 2018 06:55:55 +0000 Subject: [PATCH] Update eslint-config-hexo requirement from ^1.0.3 to ^3.0.0 Updates the requirements on [eslint-config-hexo](https://github.com/hexojs/eslint-config-hexo) to permit the latest version. - [Release notes](https://github.com/hexojs/eslint-config-hexo/releases) - [Commits](https://github.com/hexojs/eslint-config-hexo/commits/3.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a219c3..e3fee48 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "eslint": "^3.11.1", - "eslint-config-hexo": "^1.0.3", + "eslint-config-hexo": "^3.0.0", "istanbul": "^0.4.5", "jscs": "^3.0.7", "jscs-preset-hexo": "^1.0.1",