diff --git a/package.json b/package.json index ebf1650f..e2bbc989 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-prettier": "^4.2.1", "postcss": "^8.4.23", "prettier": "^2.8.8", - "prettier-plugin-tailwindcss": "^0.2.8", + "prettier-plugin-tailwindcss": "^0.3.0", "sanitize-html": "^2.10.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 95f1e746..c734a23d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4405,10 +4405,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier-plugin-tailwindcss@^0.2.8: - version "0.2.8" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.8.tgz#e9c0356680331f909a86fefe8fc2b247c21e23a2" - integrity sha512-KgPcEnJeIijlMjsA6WwYgRs5rh3/q76oInqtMXBA/EMcamrcYJpyhtRhyX1ayT9hnHlHTuO8sIifHF10WuSDKg== +prettier-plugin-tailwindcss@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz#8299b307c7f6467f52732265579ed9375be6c818" + integrity sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA== prettier@^2.8.8: version "2.8.8"