diff --git a/package-lock.json b/package-lock.json index 20045bd..889bbca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "eslint-config-next": "13.2.4", "postcss": "8.4.23", "prettier": "2.8.7", - "prettier-plugin-tailwindcss": "0.2.8", + "prettier-plugin-tailwindcss": "0.3.0", "tailwindcss": "3.3.1", "typescript": "5.0.4" }, @@ -3109,9 +3109,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.8.tgz", - "integrity": "sha512-KgPcEnJeIijlMjsA6WwYgRs5rh3/q76oInqtMXBA/EMcamrcYJpyhtRhyX1ayT9hnHlHTuO8sIifHF10WuSDKg==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz", + "integrity": "sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==", "dev": true, "engines": { "node": ">=12.17.0" @@ -3127,6 +3127,7 @@ "prettier-plugin-css-order": "*", "prettier-plugin-import-sort": "*", "prettier-plugin-jsdoc": "*", + "prettier-plugin-marko": "*", "prettier-plugin-organize-attributes": "*", "prettier-plugin-organize-imports": "*", "prettier-plugin-style-order": "*", @@ -3161,6 +3162,9 @@ "prettier-plugin-jsdoc": { "optional": true }, + "prettier-plugin-marko": { + "optional": true + }, "prettier-plugin-organize-attributes": { "optional": true }, diff --git a/package.json b/package.json index 08b9ea2..b273506 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-config-next": "13.2.4", "postcss": "8.4.23", "prettier": "2.8.7", - "prettier-plugin-tailwindcss": "0.2.8", + "prettier-plugin-tailwindcss": "0.3.0", "tailwindcss": "3.3.1", "typescript": "5.0.4" },