Skip to content

Commit

Permalink
Merge pull request popcodeorg#1370 from outoftime/upgrade-eslint-loader
Browse files Browse the repository at this point in the history
Upgrade eslint-loader
  • Loading branch information
outoftime committed Mar 4, 2018
2 parents 7634064 + f18f7ef commit ff4dee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"doctoc": "^1.2.0",
"eslint": "^4.2.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.8.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-react": "^7.0.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3731,9 +3731,9 @@ eslint-import-resolver-webpack@^0.8.1:
resolve "^1.2.0"
semver "^5.3.0"

eslint-loader@^1.8.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-1.9.0.tgz#7e1be9feddca328d3dcfaef1ad49d5beffe83a13"
eslint-loader@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.0.0.tgz#d136619b5c684e36531ffc28c60a56e404608f5d"
dependencies:
loader-fs-cache "^1.0.0"
loader-utils "^1.0.2"
Expand Down

0 comments on commit ff4dee2

Please sign in to comment.