From 99a9c83abe71071fc1237347e6171d6dab58a368 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 06:59:07 +0000 Subject: [PATCH] Update prettier to version 2.7.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 336b3450..78064236 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-import-resolver-typescript": "^2.7.1", "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.26.0", - "prettier": "^2.7.0", + "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.11", "typescript": "^4.7.2", "webpack": "^5.72.1" diff --git a/yarn.lock b/yarn.lock index 3c9d57b2..5c99c402 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4878,10 +4878,10 @@ prettier-plugin-tailwindcss@^0.1.11: resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.11.tgz#6112da68d9d022b7f896d35c070464931c99c35f" integrity sha512-a28+1jvpIZQdZ/W97wOXb6VqI762MKE/TxMMuibMEHhyYsSxQA8Ek30KObd5kJI2HF1ldtSYprFayXJXi3pz8Q== -prettier@^2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.0.tgz#a4fdae07e5596c51c9857ea676cd41a0163879d6" - integrity sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ== +prettier@^2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" + integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== pretty-hrtime@^1.0.3: version "1.0.3"