From 58ec14ed1b0aee00d1d3fdcc96e3e879784a3ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 22:29:21 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.1.13 to 0.2.4 Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.1.13 to 0.2.4. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.13...v0.2.4) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5e5b57..3714921 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.16", "prettier": "^2.7.1", - "prettier-plugin-tailwindcss": "^0.1.13", + "prettier-plugin-tailwindcss": "^0.2.4", "prisma": "^4.3.1", "remix-flat-routes": "^0.4.8", "tailwindcss": "^3.1.8",