From 39c5ee151d5826fad18033d782b8c6dd026f5345 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 04:43:56 +0000 Subject: [PATCH] Update prettier to version 2.8.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0248d3c5..49970817 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.8.3", + "prettier": "^2.8.4", "prettier-plugin-tailwindcss": "^0.1.13", "typescript": "^4.9.5", "webpack": "^5.75.0" diff --git a/yarn.lock b/yarn.lock index f826ce73..5d3b96df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5238,10 +5238,10 @@ prettier-plugin-tailwindcss@^0.1.13: resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.13.tgz#ca1071361dc7e2ed5d95a2ee36825ce45f814942" integrity sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw== -prettier@^2.8.3: - version "2.8.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632" - integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw== +prettier@^2.8.4: + version "2.8.4" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" + integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== pretty-hrtime@^1.0.3: version "1.0.3"