Skip to content

Commit

Permalink
Merge pull request #49 from severest/eslint-4.18.2-8.0.0
Browse files Browse the repository at this point in the history
Update eslint in / from 4.18.0 to 4.18.2
  • Loading branch information
severest committed Mar 5, 2018
2 parents 993033f + dbe93d0 commit 08c19c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"css-loader": "^0.28.9",
"enzyme": "3.2.0",
"enzyme-adapter-react-16": "1.1.1",
"eslint": "^4.18.0",
"eslint": "^4.18.2",
"eslint-loader": "^1.9.0",
"eslint-plugin-jest": "21.12.2",
"eslint-plugin-react": "^7.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2539,9 +2539,9 @@ eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@^4.18.0:
version "4.18.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.18.0.tgz#ebd0ba795af6dc59aa5cee17938160af5950e051"
eslint@^4.18.2:
version "4.18.2"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.18.2.tgz#0f81267ad1012e7d2051e186a9004cc2267b8d45"
dependencies:
ajv "^5.3.0"
babel-code-frame "^6.22.0"
Expand Down Expand Up @@ -2578,7 +2578,7 @@ eslint@^4.18.0:
semver "^5.3.0"
strip-ansi "^4.0.0"
strip-json-comments "~2.0.1"
table "^4.0.1"
table "4.0.2"
text-table "~0.2.0"

espree@^3.5.2:
Expand Down Expand Up @@ -7269,7 +7269,7 @@ symbol-tree@^3.2.1:
version "3.2.2"
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"

table@^4.0.1:
table@4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
dependencies:
Expand Down

0 comments on commit 08c19c1

Please sign in to comment.