Skip to content

Commit

Permalink
Retry: upgrade eslint-plugin-ember to version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kculafic authored and dblandin committed Sep 19, 2017
1 parent 9136dfa commit d81a807
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-ava": "^4.2.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-ejs": "^0.0.2",
"eslint-plugin-ember": "^4.0.0",
"eslint-plugin-ember": "^4.5.0",
"eslint-plugin-ember-suave": "^1.0.0",
"eslint-plugin-eslint-comments": "^1.0.1",
"eslint-plugin-filenames": "^1.1.0",
Expand Down
28 changes: 19 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,9 @@ [email protected]:
dom-serializer "0"
domelementtype "1"

ember-rfc176-data@^0.2.2:
version "0.2.5"
resolved "https://registry.yarnpkg.com/ember-rfc176-data/-/ember-rfc176-data-0.2.5.tgz#b26f62d9c03d3b02485153cf31137e089299839a"
ember-rfc176-data@^0.2.7:
version "0.2.7"
resolved "https://registry.yarnpkg.com/ember-rfc176-data/-/ember-rfc176-data-0.2.7.tgz#bd355bc9b473e08096b518784170a23388bc973b"

emoji-regex@^6.1.0:
version "6.1.3"
Expand Down Expand Up @@ -768,12 +768,12 @@ eslint-plugin-ember-suave@^1.0.0:
dependencies:
requireindex "~1.1.0"

eslint-plugin-ember@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-4.0.0.tgz#5748ebd2ed04f3c85d72d0a6c72bdff4e5ee1fcb"
eslint-plugin-ember@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-4.5.0.tgz#6634034a5267083db2f32678e6b699f119c5eb94"
dependencies:
ember-rfc176-data "^0.2.2"
requireindex "^1.1.0"
ember-rfc176-data "^0.2.7"
require-folder-tree "^1.4.5"
snake-case "^2.1.0"

eslint-plugin-eslint-comments@^1.0.1:
Expand Down Expand Up @@ -1608,6 +1608,10 @@ [email protected]:
version "3.7.0"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.7.0.tgz#3678bd8ab995057c07ade836ed2ef087da811d45"

[email protected]:
version "3.8.0"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.8.0.tgz#376eb98bdcd9382a9365c33c4cb8250de1325b91"

lodash@^4.0.0, lodash@^4.11.1, lodash@^4.13.1, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5.1:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
Expand Down Expand Up @@ -1922,14 +1926,20 @@ req-all@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/req-all/-/req-all-0.1.0.tgz#130051e2ace58a02eacbfc9d448577a736a9273a"

require-folder-tree@^1.4.5:
version "1.4.5"
resolved "https://registry.yarnpkg.com/require-folder-tree/-/require-folder-tree-1.4.5.tgz#dfe553cbab98cc88e1c56a3f2f358f06ef85bcb0"
dependencies:
lodash "3.8.0"

require-uncached@^1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3"
dependencies:
caller-path "^0.1.0"
resolve-from "^1.0.0"

requireindex@^1.1.0, requireindex@~1.1.0:
requireindex@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.1.0.tgz#e5404b81557ef75db6e49c5a72004893fe03e162"

Expand Down

0 comments on commit d81a807

Please sign in to comment.