diff --git a/package.json b/package.json index 0e334134a..0811ca9ac 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.1.0", + "eslint-config-prettier": "6.0.0", "eslint-plugin-prettier": "3.1.0", "jest": "24.8.0", "mockdate": "2.0.3", diff --git a/yarn.lock b/yarn.lock index 73a9d56d3..d84735d0b 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.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== +eslint-config-prettier@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25" + integrity sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA== dependencies: get-stdin "^6.0.0"