diff --git a/package.json b/package.json index ad64b07c8..e8c8aedb4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@vuepress/plugin-pwa": "1.0.0-alpha.47", "axios-mock-adapter": "1.16.0", "eslint": "5.16.0", - "eslint-config-prettier": "4.1.0", + "eslint-config-prettier": "4.2.0", "eslint-plugin-prettier": "3.0.1", "jest": "24.7.1", "lint-staged": "8.1.5", diff --git a/yarn.lock b/yarn.lock index d724866a1..23b204824 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3714,10 +3714,10 @@ escodegen@^1.8.1, escodegen@^1.9.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.1.0.tgz#181364895899fff9fd3605fecb5c4f20e7d5f395" - integrity sha512-zILwX9/Ocz4SV2vX7ox85AsrAgXV3f2o2gpIicdMIOra48WYqgUnWNH/cR/iHtmD2Vb3dLSC3LiEJnS05Gkw7w== +eslint-config-prettier@4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.2.0.tgz#70b946b629cd0e3e98233fd9ecde4cb9778de96c" + integrity sha512-y0uWc/FRfrHhpPZCYflWC8aE0KRJRY04rdZVfl8cL3sEZmOYyaBdhdlQPjKZBnuRMyLVK+JUZr7HaZFClQiH4w== dependencies: get-stdin "^6.0.0"