diff --git a/package.json b/package.json index 866547f..8a83858 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "autoprefixer": "10.4.14", "postcss": "8.4.23", "prettier": "2.8.8", - "prettier-plugin-tailwindcss": "0.2.8", + "prettier-plugin-tailwindcss": "0.3.0", "sass": "1.62.1", "tailwindcss": "3.3.2", "typescript": "5.0.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7801869..7528320 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: next: latest postcss: 8.4.23 prettier: 2.8.8 - prettier-plugin-tailwindcss: 0.2.8 + prettier-plugin-tailwindcss: 0.3.0 react: 18.2.0 react-dom: 18.2.0 sass: 1.62.1 @@ -29,7 +29,7 @@ devDependencies: autoprefixer: 10.4.14_postcss@8.4.23 postcss: 8.4.23 prettier: 2.8.8 - prettier-plugin-tailwindcss: 0.2.8_prettier@2.8.8 + prettier-plugin-tailwindcss: 0.3.0_prettier@2.8.8 sass: 1.62.1 tailwindcss: 3.3.2 typescript: 5.0.4 @@ -693,8 +693,8 @@ packages: source-map-js: 1.0.2 dev: true - /prettier-plugin-tailwindcss/0.2.8_prettier@2.8.8: - resolution: {integrity: sha512-KgPcEnJeIijlMjsA6WwYgRs5rh3/q76oInqtMXBA/EMcamrcYJpyhtRhyX1ayT9hnHlHTuO8sIifHF10WuSDKg==} + /prettier-plugin-tailwindcss/0.3.0_prettier@2.8.8: + resolution: {integrity: sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==} engines: {node: '>=12.17.0'} peerDependencies: '@ianvs/prettier-plugin-sort-imports': '*' @@ -707,6 +707,7 @@ packages: 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: '*' @@ -731,6 +732,8 @@ packages: optional: true prettier-plugin-jsdoc: optional: true + prettier-plugin-marko: + optional: true prettier-plugin-organize-attributes: optional: true prettier-plugin-organize-imports: diff --git a/yarn.lock b/yarn.lock index a347624..00817b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -646,10 +646,10 @@ postcss@8.4.5: picocolors "^1.0.0" source-map-js "^1.0.1" -prettier-plugin-tailwindcss@0.2.8: - version "0.2.8" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.8.tgz#e9c0356680331f909a86fefe8fc2b247c21e23a2" - integrity sha512-KgPcEnJeIijlMjsA6WwYgRs5rh3/q76oInqtMXBA/EMcamrcYJpyhtRhyX1ayT9hnHlHTuO8sIifHF10WuSDKg== +prettier-plugin-tailwindcss@0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz#8299b307c7f6467f52732265579ed9375be6c818" + integrity sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA== prettier@2.8.8: version "2.8.8"