From 90898ca1b2f71f06442083910f46985de648e7a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:58:32 +0000 Subject: [PATCH] chore(deps): update dependency prettier-plugin-tailwindcss to v0.6.6 --- services/ui/package-lock.json | 18 +++++++++++------- services/ui/package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/services/ui/package-lock.json b/services/ui/package-lock.json index 82044d10..963ebd79 100644 --- a/services/ui/package-lock.json +++ b/services/ui/package-lock.json @@ -44,7 +44,7 @@ "msw": "2.3.5", "postcss": "8.4.41", "prettier": "3.3.3", - "prettier-plugin-tailwindcss": "0.5.14", + "prettier-plugin-tailwindcss": "0.6.6", "tailwindcss": "3.4.10", "vite": "^5.0.0", "vite-plugin-svgr": "^4.2.0", @@ -4488,9 +4488,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.14.tgz", - "integrity": "sha512-Puaz+wPUAhFp8Lo9HuciYKM2Y2XExESjeT+9NQoVFXZsPPnc9VYss2SpxdQ6vbatmt8/4+SN0oe0I1cPDABg9Q==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz", + "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==", "dev": true, "engines": { "node": ">=14.21.3" @@ -4507,6 +4507,7 @@ "prettier-plugin-import-sort": "*", "prettier-plugin-jsdoc": "*", "prettier-plugin-marko": "*", + "prettier-plugin-multiline-arrays": "*", "prettier-plugin-organize-attributes": "*", "prettier-plugin-organize-imports": "*", "prettier-plugin-sort-imports": "*", @@ -4544,6 +4545,9 @@ "prettier-plugin-marko": { "optional": true }, + "prettier-plugin-multiline-arrays": { + "optional": true + }, "prettier-plugin-organize-attributes": { "optional": true }, @@ -9244,9 +9248,9 @@ "dev": true }, "prettier-plugin-tailwindcss": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.14.tgz", - "integrity": "sha512-Puaz+wPUAhFp8Lo9HuciYKM2Y2XExESjeT+9NQoVFXZsPPnc9VYss2SpxdQ6vbatmt8/4+SN0oe0I1cPDABg9Q==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz", + "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==", "dev": true, "requires": {} }, diff --git a/services/ui/package.json b/services/ui/package.json index e4f1ce2a..3b8c6224 100644 --- a/services/ui/package.json +++ b/services/ui/package.json @@ -71,7 +71,7 @@ "msw": "2.3.5", "postcss": "8.4.41", "prettier": "3.3.3", - "prettier-plugin-tailwindcss": "0.5.14", + "prettier-plugin-tailwindcss": "0.6.6", "tailwindcss": "3.4.10", "vite": "^5.0.0", "vite-plugin-svgr": "^4.2.0",