From c1343360d1faa6e45dbff88673bae30d3eb45b58 Mon Sep 17 00:00:00 2001 From: CNine Date: Mon, 6 Apr 2020 08:37:24 +0800 Subject: [PATCH] fix(dependencies): prettier@2.0.3 https://github.com/prettier/prettier/blob/master/CHANGELOG.md#203 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3356bd4..06e8498 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-vue": "^6.2.1", "node-version-matches": "^2.0.1", - "prettier": "^2.0.2", + "prettier": "^2.0.3", "stylus": "^0.54.7", "stylus-loader": "^3.0.2", "vue-cli-plugin-i18n": "^0.6.1", diff --git a/yarn.lock b/yarn.lock index 5bc20b9..1a24f22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8337,10 +8337,10 @@ prettier@^1.18.2: resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== -prettier@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.2.tgz#1ba8f3eb92231e769b7fcd7cb73ae1b6b74ade08" - integrity sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg== +prettier@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.3.tgz#9a06f0e94a51420e78b6925568b5bec72afe41ea" + integrity sha512-5qpBDBHO9fpE0zruKiTZm8Gxmz7kknO+WlQR/ivV+RMwgDw/WjOgmxLDn66MPrxq/WZPx/EgEZzh87xJO5E6Fw== pretty-error@^2.0.2: version "2.1.1"