diff --git a/package-lock.json b/package-lock.json index 99e1763..05d30b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "eslint-config-next": "13.4.9", "postcss": "8.4.25", "prettier": "3.0.0", - "prettier-plugin-tailwindcss": "0.3.0", + "prettier-plugin-tailwindcss": "0.4.0", "tailwindcss": "3.3.2", "typescript": "5.1.6" }, @@ -3053,9 +3053,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz", - "integrity": "sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.4.0.tgz", + "integrity": "sha512-Rna0sDPETA0KNhMHlN8wxKNgfSa8mTl2hPPAGxnbv6tUcHT6J4RQmQ8TLXyhB7Dm5Von4iHloBxTyClYM6wT0A==", "dev": true, "engines": { "node": ">=12.17.0" @@ -3066,7 +3066,7 @@ "@shopify/prettier-plugin-liquid": "*", "@shufo/prettier-plugin-blade": "*", "@trivago/prettier-plugin-sort-imports": "*", - "prettier": ">=2.2.0", + "prettier": "^2.2 || ^3.0", "prettier-plugin-astro": "*", "prettier-plugin-css-order": "*", "prettier-plugin-import-sort": "*", diff --git a/package.json b/package.json index bdfeb06..84540ae 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-next": "13.4.9", "postcss": "8.4.25", "prettier": "3.0.0", - "prettier-plugin-tailwindcss": "0.3.0", + "prettier-plugin-tailwindcss": "0.4.0", "tailwindcss": "3.3.2", "typescript": "5.1.6" },