diff --git a/package-lock.json b/package-lock.json index e80fdd1..05e5317 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.6", "rimraf": "^4.1.2", "stylelint": "^15.1.0", "stylelint-config-standard": "^30.0.1", @@ -8506,14 +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.6", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.6.tgz", + "integrity": "sha512-F+7XCl9RLF/LPrGdUMHWpsT6TM31JraonAUyE6eBmpqymFvDwyl0ETHsKFHP1NG+sEfv8bmKqnTxEbWQbHPlBA==", "dev": true, "engines": { "node": ">=12.17.0" }, "peerDependencies": { + "@ianvs/prettier-plugin-sort-imports": "*", "@prettier/plugin-php": "*", "@prettier/plugin-pug": "*", "@shopify/prettier-plugin-liquid": "*", @@ -8531,6 +8532,9 @@ "prettier-plugin-twig-melody": "*" }, "peerDependenciesMeta": { + "@ianvs/prettier-plugin-sort-imports": { + "optional": true + }, "@prettier/plugin-php": { "optional": true }, diff --git a/package.json b/package.json index 9c8fc31..768baed 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.6", "rimraf": "^4.1.2", "stylelint": "^15.1.0", "stylelint-config-standard": "^30.0.1",