Bump eslint-plugin-ghost

refs https://github.com/TryGhost/Ghost/issues/9594
- fixes node version restrictions
This commit is contained in:
Kevin Ansfield 2018-04-23 09:33:58 +01:00
parent 58f5941357
commit ab2c4fa3f7
2 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@
"ember-wormhole": "0.5.4", "ember-wormhole": "0.5.4",
"emberx-file-input": "1.2.1", "emberx-file-input": "1.2.1",
"eslint": "4.19.1", "eslint": "4.19.1",
"eslint-plugin-ghost": "0.0.23", "eslint-plugin-ghost": "0.0.24",
"fs-extra": "4.0.3", "fs-extra": "4.0.3",
"ghost-spirit": "0.0.10", "ghost-spirit": "0.0.10",
"glob": "7.1.2", "glob": "7.1.2",

View File

@ -4461,9 +4461,9 @@ eslint-plugin-ember@^5.0.3:
require-folder-tree "^1.4.5" require-folder-tree "^1.4.5"
snake-case "^2.1.0" snake-case "^2.1.0"
eslint-plugin-ghost@0.0.23: eslint-plugin-ghost@0.0.24:
version "0.0.23" version "0.0.24"
resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-0.0.23.tgz#26057775c28ca06c8a3c5eff40d43c44524e3ff5" resolved "https://registry.yarnpkg.com/eslint-plugin-ghost/-/eslint-plugin-ghost-0.0.24.tgz#4e6023d1427eb22905a7ee238e021e9bdc1cae68"
dependencies: dependencies:
eslint-plugin-ember "^5.0.3" eslint-plugin-ember "^5.0.3"
eslint-plugin-sort-imports-es6-autofix "0.2.2" eslint-plugin-sort-imports-es6-autofix "0.2.2"