From 984047c3a8a8ac049ba773cad46ebd2aac4f02a3 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 20:25:57 +0000 Subject: [PATCH] Update prettier to version 2.6.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8aa826c2..c0b9714e 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.25.4", - "prettier": "^2.5.1", + "prettier": "^2.6.0", "prettier-plugin-tailwindcss": "^0.1.8", "typescript": "^4.6.2", "webpack": "^5.70.0" diff --git a/yarn.lock b/yarn.lock index fff059df..9239ac78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6198,10 +6198,10 @@ prettier-plugin-tailwindcss@^0.1.8: resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.8.tgz#ba0f606ed91959ede670303d905b99106e9e6293" integrity sha512-hwarSBCswAXa+kqYtaAkFr3Vop9o04WOyZs0qo3NyvW8L7f1rif61wRyq0+ArmVThOuRBcJF5hjGXYk86cwemg== -prettier@^2.5.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a" - integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg== +prettier@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4" + integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A== pretty-hrtime@^1.0.3: version "1.0.3"