From 8d918953611a129b67b88ad62543a4411699af34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:23:28 -0400 Subject: [PATCH] chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.8 (#143) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 668baae..a046864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "jest-environment-jsdom": "29.7.0", "jest-extended": "4.0.2", "prettier": "3.3.3", - "prettier-plugin-tailwindcss": "0.6.6", + "prettier-plugin-tailwindcss": "0.6.8", "storybook": "8.2.9", "ts-jest": "29.2.5", "ts-node": "10.9.2", @@ -14743,9 +14743,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.6", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz", - "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz", + "integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 126a072..aaebd4e 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "jest-environment-jsdom": "29.7.0", "jest-extended": "4.0.2", "prettier": "3.3.3", - "prettier-plugin-tailwindcss": "0.6.6", + "prettier-plugin-tailwindcss": "0.6.8", "storybook": "8.2.9", "ts-jest": "29.2.5", "ts-node": "10.9.2",