Skip to content

Commit

Permalink
bump eslint-plugin-ember to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akatov authored and dblandin committed Jul 21, 2017
1 parent a05f441 commit 723c000
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-angular": "^2.0.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-ejs": "^0.0.2",
"eslint-plugin-ember": "^3.5.0",
"eslint-plugin-ember": "^4.0.0",
"eslint-plugin-ember-suave": "^1.0.0",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-flowtype": "^2.34.0",
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ [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"

emoji-regex@^6.1.0:
version "6.1.3"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.3.tgz#ec79a3969b02d2ecf2b72254279bf99bc7a83932"
Expand Down Expand Up @@ -730,10 +734,11 @@ eslint-plugin-ember-suave@^1.0.0:
dependencies:
requireindex "~1.1.0"

eslint-plugin-ember@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-3.5.0.tgz#04f1fa733d77abe689c9317f9e538f2292e292d3"
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"
dependencies:
ember-rfc176-data "^0.2.2"
requireindex "^1.1.0"
snake-case "^2.1.0"

Expand Down

0 comments on commit 723c000

Please sign in to comment.