diff --git a/package.json b/package.json index fcb4c0874..0e334134a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@vuepress/plugin-google-analytics": "1.0.2", "@vuepress/plugin-pwa": "1.0.2", "eslint": "5.16.0", - "eslint-config-prettier": "5.0.0", + "eslint-config-prettier": "5.1.0", "eslint-plugin-prettier": "3.1.0", "jest": "24.8.0", "mockdate": "2.0.3", diff --git a/yarn.lock b/yarn.lock index 5f507c433..73a9d56d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3638,10 +3638,10 @@ escodegen@^1.8.1, escodegen@^1.9.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-5.0.0.tgz#f7a94b2b8ae7cbf25842c36fa96c6d32cd0a697c" - integrity sha512-c17Aqiz5e8LEqoc/QPmYnaxQFAHTx2KlCZBPxXXjEMmNchOLnV/7j0HoPZuC+rL/tDC9bazUYOKJW9bOhftI/w== +eslint-config-prettier@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-5.1.0.tgz#bf29442e7c818236a77acfe2241ec991299f9bf1" + integrity sha512-+tpiaLm3wl6fPW5nq0dDyVowQM0FT61lAdWZ+sDWgk6kKzgbOnCDwlcbwI38cyCBhq+Z3ret5Iofp6/gZpO0zw== dependencies: get-stdin "^6.0.0"