diff --git a/package-lock.json b/package-lock.json index 0aebdb4e..e774a339 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "workbox-streams": "7.1.0" }, "devDependencies": { - "prettier-plugin-tailwindcss": "0.5.14" + "prettier-plugin-tailwindcss": "0.6.8" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -8833,10 +8833,11 @@ } }, "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.8", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz", + "integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.21.3" }, @@ -8852,6 +8853,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": "*", @@ -8889,6 +8891,9 @@ "prettier-plugin-marko": { "optional": true }, + "prettier-plugin-multiline-arrays": { + "optional": true + }, "prettier-plugin-organize-attributes": { "optional": true }, diff --git a/package.json b/package.json index 02e22bb8..a6027231 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,6 @@ ] }, "devDependencies": { - "prettier-plugin-tailwindcss": "0.5.14" + "prettier-plugin-tailwindcss": "0.6.8" } }