From 61f812e7ea9c21c2a3f0986f1f1c27d5393b79c8 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 26 Nov 2022 12:50:46 +0000 Subject: [PATCH] Update dependency prettier-plugin-tailwindcss to v0.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 471b465..6b3bd2f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-config-next": "latest", "postcss": "8.4.19", "prettier": "2.8.0", - "prettier-plugin-tailwindcss": "0.1.13", + "prettier-plugin-tailwindcss": "0.2.0", "tailwindcss": "3.2.4", "typescript": "4.9.3" } diff --git a/yarn.lock b/yarn.lock index 380651e..ff05ac6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3405,10 +3405,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.13: - version "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-plugin-tailwindcss@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.0.tgz#5d6823ef8356103fd0aa19d1e08cb49534100464" + integrity sha512-Ruqig/mdWCSpqdq9WK44nrmqM4BFWTzBPhPGwC5NK3coV9eZntEQPB84MGZbjAg0XQU02jVRHXNRPREBzxvM+A== prettier@2.8.0: version "2.8.0" -- 2.45.2