From 2fdd164d393af5670805bcc58e70417702a14776 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 19:11:36 +0000 Subject: [PATCH] Update prettier-plugin-tailwindcss to version 0.1.8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2a056ce0..28581423 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-flowtype": "8.0.3", "eslint-plugin-import": "2.25.4", "prettier": "^2.5.1", - "prettier-plugin-tailwindcss": "^0.1.7", + "prettier-plugin-tailwindcss": "^0.1.8", "typescript": "^4.5.5", "webpack": "^5.69.1" } diff --git a/yarn.lock b/yarn.lock index fcd702de..6a5b3905 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6028,10 +6028,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier-plugin-tailwindcss@^0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.7.tgz#f51de7b7bbabaa0724d3aff7a62957e5aa873482" - integrity sha512-tmBr45hCLuit2Cz9Pwow0/Jl1bGivYGsfcF29O+3sKcE++ybjz9dfie565S3ZsvAeV8uYer9SRMBWDsHPly2Lg== +prettier-plugin-tailwindcss@^0.1.8: + version "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"