From eb80a100a543df7752afe1bc0b3bdfaaaadea505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:20:57 +0530 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.4.0 to 0.4.1 (#217) Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.4.0 to 0.4.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.4.0...v0.4.1) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b06b41..f1e2f37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-config-next": "13.4.10", "postcss": "8.4.26", "prettier": "3.0.0", - "prettier-plugin-tailwindcss": "0.4.0", + "prettier-plugin-tailwindcss": "0.4.1", "tailwindcss": "3.3.3", "typescript": "5.1.6" }, @@ -3053,9 +3053,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.4.0.tgz", - "integrity": "sha512-Rna0sDPETA0KNhMHlN8wxKNgfSa8mTl2hPPAGxnbv6tUcHT6J4RQmQ8TLXyhB7Dm5Von4iHloBxTyClYM6wT0A==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.4.1.tgz", + "integrity": "sha512-hwn2EiJmv8M+AW4YDkbjJ6HlZCTzLyz1QlySn9sMuKV/Px0fjwldlB7tol8GzdgqtkdPtzT3iJ4UzdnYXP25Ag==", "dev": true, "engines": { "node": ">=12.17.0" diff --git a/package.json b/package.json index 86aafeb..ff469cd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-next": "13.4.10", "postcss": "8.4.26", "prettier": "3.0.0", - "prettier-plugin-tailwindcss": "0.4.0", + "prettier-plugin-tailwindcss": "0.4.1", "tailwindcss": "3.3.3", "typescript": "5.1.6" },