From e536730dc106648844cfa449cbda7aef1b5ce8f2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Jul 2019 10:56:44 +0000 Subject: [PATCH] Update dependency eslint-config-prettier to v6 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7a74d70c..b522ebe0 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "css.escape": "1.5.1", "emoji-regex": "8.0.0", "eslint": "6.0.1", - "eslint-config-prettier": "4.0.0", + "eslint-config-prettier": "6.0.0", "eslint-plugin-vue": "5.2.3", "fuzzy": "0.1.3", "graphql-request": "1.8.2", diff --git a/yarn.lock b/yarn.lock index 2277e344..d3d8e50f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2973,10 +2973,10 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= -eslint-config-prettier@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.0.0.tgz#16cedeea0a56e74de60dcbbe3be0ab2c645405b9" - integrity sha512-kWuiJxzV5NwOwZcpyozTzDT5KJhBw292bbYro9Is7BWnbNMg15Gmpluc1CTetiCatF8DRkNvgPAOaSyg+bYr3g== +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"