From 82e0d4a960f8a9cfbdb6284df915c98caa0ca602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:16:07 +0530 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.5.0 to 0.5.2 (#249) Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.0 to 0.5.2. - [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.5.0...v0.5.2) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 197be1c..b7c8ac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-config-next": "13.4.13", "postcss": "8.4.27", "prettier": "3.0.1", - "prettier-plugin-tailwindcss": "0.5.0", + "prettier-plugin-tailwindcss": "0.5.2", "tailwindcss": "3.3.3", "typescript": "5.1.6" }, @@ -3047,9 +3047,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.0.tgz", - "integrity": "sha512-EpP/Hg/D/LzjKJ+gYiSnsqk+PkrHSFQAuRHx/sj3O4r2kH0iJAOrKeKmI1X4Fm96M1BY+tO0KiV+/Y03MYbArg==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.2.tgz", + "integrity": "sha512-i4swJk4f8YWK99BRPX3DdDNwMr6U1X8y9rvxGeX5zf090+SsHpPSVjgOb041Hh6/nZJWPi/JYno9UgBDm+/RxA==", "dev": true, "engines": { "node": ">=14.21.3" @@ -3060,7 +3060,7 @@ "@shopify/prettier-plugin-liquid": "*", "@shufo/prettier-plugin-blade": "*", "@trivago/prettier-plugin-sort-imports": "*", - "prettier": "^2.2 || ^3.0", + "prettier": "^3.0", "prettier-plugin-astro": "*", "prettier-plugin-css-order": "*", "prettier-plugin-import-sort": "*", diff --git a/package.json b/package.json index 2c21f77..59f0728 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-next": "13.4.13", "postcss": "8.4.27", "prettier": "3.0.1", - "prettier-plugin-tailwindcss": "0.5.0", + "prettier-plugin-tailwindcss": "0.5.2", "tailwindcss": "3.3.3", "typescript": "5.1.6" },