From 697d1eb7b83eb7e17665b1207929ffead382f507 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 12:44:17 +0000 Subject: [PATCH] Update prettier to version 2.8.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 15151969..9a5c4932 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.1", + "prettier": "^2.8.2", "prettier-plugin-tailwindcss": "^0.1.13", "typescript": "^4.9.4", "webpack": "^5.75.0" diff --git a/yarn.lock b/yarn.lock index d3800459..32240bca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5216,10 +5216,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.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc" - integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== +prettier@^2.8.2: + version "2.8.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.2.tgz#c4ea1b5b454d7c4b59966db2e06ed7eec5dfd160" + integrity sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw== pretty-hrtime@^1.0.3: version "1.0.3"