From 671d315c660e81c982e70db304e40ca638d799bc Mon Sep 17 00:00:00 2001 From: shufo Date: Mon, 7 Dec 2020 14:08:27 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20bump=20prettier=20to=202?= =?UTF-8?q?.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 417503db..d4025409 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "js-beautify": "^1.10.2", "lodash": "^4.17.19", "php-parser": "^3.0.0-prerelease.9", - "prettier": "^2.0.5", + "prettier": "^2.2.0", "vscode-oniguruma": "^1.3.1", "vscode-textmate": "^4.2.2", "yargs": "^15.3.0" diff --git a/yarn.lock b/yarn.lock index 0e7b813c..77f5f117 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1172,7 +1172,7 @@ dependencies: linguist-languages "^7.5.1" mem "^6.0.1" - php-parser "github:glayzzle/php-parser#5a0e2e1bf12517bd1c544c0f4e68482d0362a7b5" + php-parser glayzzle/php-parser#5a0e2e1bf12517bd1c544c0f4e68482d0362a7b5 "@sinonjs/commons@^1.7.0": version "1.7.2" @@ -4312,7 +4312,7 @@ performance-now@^2.1.0: resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= -php-parser@^3.0.0-prerelease.9, "php-parser@github:glayzzle/php-parser#5a0e2e1bf12517bd1c544c0f4e68482d0362a7b5": +php-parser@^3.0.0-prerelease.9, php-parser@glayzzle/php-parser#5a0e2e1bf12517bd1c544c0f4e68482d0362a7b5: version "3.0.1" resolved "https://codeload.github.com/glayzzle/php-parser/tar.gz/5a0e2e1bf12517bd1c544c0f4e68482d0362a7b5" @@ -4364,10 +4364,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4" - integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg== +prettier@^2.2.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" + integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== pretty-format@^26.2.0: version "26.2.0"