From b7ce034594e2a0a43c82969973a19bfc544cf8a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:59:03 +0000 Subject: [PATCH] Bump prettier-plugin-tailwindcss from 0.6.9 to 0.6.10 in /src Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.9 to 0.6.10. - [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.6.9...v0.6.10) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 13 ++++++------- src/package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 0181f7cc..7404c2a3 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -38,7 +38,7 @@ "minisearch": "^7.1.1", "next": "15.1.3", "postcss": "^8.4.49", - "prettier-plugin-tailwindcss": "^0.6.9", + "prettier-plugin-tailwindcss": "^0.6.10", "pure-rand": "^6.1.0", "react": "19.0.0", "react-aria-components": "^1.5.0", @@ -12119,10 +12119,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.9", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.9.tgz", - "integrity": "sha512-r0i3uhaZAXYP0At5xGfJH876W3HHGHDp+LCRUJrs57PBeQ6mYHMwr25KH8NPX44F2yGTvdnH7OqCshlQx183Eg==", - "license": "MIT", + "version": "0.6.10", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.10.tgz", + "integrity": "sha512-ndj2WLDaMzACnr1gAYZiZZLs5ZdOeBYgOsbBmHj3nvW/6q8h8PymsXiEnKvj/9qgCCAoHyvLOisoQdIcsDvIgw==", "engines": { "node": ">=14.21.3" }, @@ -12131,7 +12130,7 @@ "@prettier/plugin-pug": "*", "@shopify/prettier-plugin-liquid": "*", "@trivago/prettier-plugin-sort-imports": "*", - "@zackad/prettier-plugin-twig-melody": "*", + "@zackad/prettier-plugin-twig": "*", "prettier": "^3.0", "prettier-plugin-astro": "*", "prettier-plugin-css-order": "*", @@ -12158,7 +12157,7 @@ "@trivago/prettier-plugin-sort-imports": { "optional": true }, - "@zackad/prettier-plugin-twig-melody": { + "@zackad/prettier-plugin-twig": { "optional": true }, "prettier-plugin-astro": { diff --git a/src/package.json b/src/package.json index 896fa11b..b8cda1c9 100644 --- a/src/package.json +++ b/src/package.json @@ -59,7 +59,7 @@ "minisearch": "^7.1.1", "next": "15.1.3", "postcss": "^8.4.49", - "prettier-plugin-tailwindcss": "^0.6.9", + "prettier-plugin-tailwindcss": "^0.6.10", "pure-rand": "^6.1.0", "react": "19.0.0", "react-aria-components": "^1.5.0",