Skip to content

Commit

Permalink
chore(eslint): Bump eslint-loader version to support ESLint 6 (#5273)
Browse files Browse the repository at this point in the history
  • Loading branch information
megos committed Mar 19, 2020
1 parent 36c6c2e commit 12f3d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-eslint/package.json
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@vue/cli-shared-utils": "^4.2.3",
"eslint-loader": "^2.1.2",
"eslint-loader": "^2.2.1",
"globby": "^9.2.0",
"inquirer": "^6.3.1",
"webpack": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -7324,7 +7324,7 @@ eslint-import-resolver-webpack@^0.11.1:
resolve "^1.10.0"
semver "^5.3.0"

eslint-loader@^2.1.2:
eslint-loader@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/eslint-loader/-/eslint-loader-2.2.1.tgz#28b9c12da54057af0845e2a6112701a2f6bf8337"
integrity sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg==
Expand Down

0 comments on commit 12f3d3b

Please sign in to comment.