From ab2c4fa3f725b90d624c809607f8c8e474dc0bde Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 23 Apr 2018 09:33:58 +0100 Subject: [PATCH] Bump eslint-plugin-ghost refs https://github.com/TryGhost/Ghost/issues/9594 - fixes node version restrictions --- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 4b13e46133..43fe6f7c25 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -95,7 +95,7 @@ "ember-wormhole": "0.5.4", "emberx-file-input": "1.2.1", "eslint": "4.19.1", - "eslint-plugin-ghost": "0.0.23", + "eslint-plugin-ghost": "0.0.24", "fs-extra": "4.0.3", "ghost-spirit": "0.0.10", "glob": "7.1.2", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 56e9644f79..3c49f2f050 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -4461,9 +4461,9 @@ eslint-plugin-ember@^5.0.3: require-folder-tree "^1.4.5" snake-case "^2.1.0" -eslint-plugin-ghost@0.0.23: - version "0.0.23" - resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-0.0.23.tgz#26057775c28ca06c8a3c5eff40d43c44524e3ff5" +eslint-plugin-ghost@0.0.24: + version "0.0.24" + resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-0.0.24.tgz#4e6023d1427eb22905a7ee238e021e9bdc1cae68" dependencies: eslint-plugin-ember "^5.0.3" eslint-plugin-sort-imports-es6-autofix "0.2.2"