diff --git a/package-lock.json b/package-lock.json index e80fdd1..3579595 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "postcss": "^8.2.14", "postcss-cli": "^10.0.0", "prettier": "^2.2.1", - "prettier-plugin-tailwindcss": "^0.2.2", + "prettier-plugin-tailwindcss": "^0.2.8", "rimraf": "^4.1.2", "stylelint": "^15.1.0", "stylelint-config-standard": "^30.0.1", @@ -8506,15 +8506,15 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.2.tgz", - "integrity": "sha512-5RjUbWRe305pUpc48MosoIp6uxZvZxrM6GyOgsbGLTce+ehePKNm7ziW2dLG2air9aXbGuXlHVSQQw4Lbosq3w==", + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.8.tgz", + "integrity": "sha512-KgPcEnJeIijlMjsA6WwYgRs5rh3/q76oInqtMXBA/EMcamrcYJpyhtRhyX1ayT9hnHlHTuO8sIifHF10WuSDKg==", "dev": true, "engines": { "node": ">=12.17.0" }, "peerDependencies": { - "@prettier/plugin-php": "*", + "@ianvs/prettier-plugin-sort-imports": "*", "@prettier/plugin-pug": "*", "@shopify/prettier-plugin-liquid": "*", "@shufo/prettier-plugin-blade": "*", @@ -8531,7 +8531,7 @@ "prettier-plugin-twig-melody": "*" }, "peerDependenciesMeta": { - "@prettier/plugin-php": { + "@ianvs/prettier-plugin-sort-imports": { "optional": true }, "@prettier/plugin-pug": { diff --git a/package.json b/package.json index 9c8fc31..c88391f 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "postcss": "^8.2.14", "postcss-cli": "^10.0.0", "prettier": "^2.2.1", - "prettier-plugin-tailwindcss": "^0.2.2", + "prettier-plugin-tailwindcss": "^0.2.8", "rimraf": "^4.1.2", "stylelint": "^15.1.0", "stylelint-config-standard": "^30.0.1",