From 530b58b186fa1659a6c3da2bc287577f54ac9597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:12:48 +0100 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.1.12 to 0.1.13 (#28) Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.1.12 to 0.1.13. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.12...v0.1.13) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e40ff94..ad7bbda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-config-next": "12.2.2", "postcss": "8.4.14", "prettier": "2.7.1", - "prettier-plugin-tailwindcss": "0.1.12", + "prettier-plugin-tailwindcss": "0.1.13", "tailwindcss": "3.1.7", "typescript": "4.7.4" }, @@ -2999,9 +2999,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.12.tgz", - "integrity": "sha512-pEZ6tppwknCeq3ObR9g8t61AhWtVRRR3I0EQNeiRrrJ3D42FJGeUDxiFc/LJRYEeAx5JOxagsF0MICwuWOJa+w==", + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.13.tgz", + "integrity": "sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw==", "dev": true, "engines": { "node": ">=12.17.0" @@ -5649,9 +5649,9 @@ "dev": true }, "prettier-plugin-tailwindcss": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.12.tgz", - "integrity": "sha512-pEZ6tppwknCeq3ObR9g8t61AhWtVRRR3I0EQNeiRrrJ3D42FJGeUDxiFc/LJRYEeAx5JOxagsF0MICwuWOJa+w==", + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.13.tgz", + "integrity": "sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index d265c5a..ac9489b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-config-next": "12.2.2", "postcss": "8.4.14", "prettier": "2.7.1", - "prettier-plugin-tailwindcss": "0.1.12", + "prettier-plugin-tailwindcss": "0.1.13", "tailwindcss": "3.1.7", "typescript": "4.7.4" },