From bd1c16f43c6ca82bae85df1642da01587bba09f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 17:06:54 +0000 Subject: [PATCH] chore: bump prettier-plugin-tailwindcss Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.1.13 to 0.2.1. - [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.1) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/eslint-config-animeflix/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-animeflix/package.json b/packages/eslint-config-animeflix/package.json index 891445d..b4e16a9 100644 --- a/packages/eslint-config-animeflix/package.json +++ b/packages/eslint-config-animeflix/package.json @@ -26,6 +26,6 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-unused-imports": "^2.0.0", "prettier": "^2.7.1", - "prettier-plugin-tailwindcss": "^0.1.11" + "prettier-plugin-tailwindcss": "^0.2.1" } }