From e8b93a63725fe50a355ee63286835e399825d5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:40:30 +0200 Subject: [PATCH] Dependency(deps-dev): Bump prettier-plugin-tailwindcss from 0.6.5 to 0.6.6 in /report-viewer (#1929) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- report-viewer/package-lock.json | 12 ++++++++---- report-viewer/package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/report-viewer/package-lock.json b/report-viewer/package-lock.json index 82d07ad21..5b26a5fd0 100644 --- a/report-viewer/package-lock.json +++ b/report-viewer/package-lock.json @@ -44,7 +44,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.41", "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.5", + "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.6", "typescript": "^5.5.3", "vite": "^5.3.4", @@ -5485,9 +5485,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.5", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.5.tgz", - "integrity": "sha512-axfeOArc/RiGHjOIy9HytehlC0ZLeMaqY09mm8YCkMzznKiDkwFzOpBvtuhuv3xG5qB73+Mj7OCe2j/L1ryfuQ==", + "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" @@ -5504,6 +5504,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": "*", @@ -5541,6 +5542,9 @@ "prettier-plugin-marko": { "optional": true }, + "prettier-plugin-multiline-arrays": { + "optional": true + }, "prettier-plugin-organize-attributes": { "optional": true }, diff --git a/report-viewer/package.json b/report-viewer/package.json index f57463be9..4cef2fc84 100644 --- a/report-viewer/package.json +++ b/report-viewer/package.json @@ -55,7 +55,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.41", "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.5", + "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.6", "typescript": "^5.5.3", "vite": "^5.3.4",