diff --git a/package-lock.json b/package-lock.json index 400d18c..6a614ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@tailwindcss/typography": "^0.5.4", "@vitejs/plugin-vue": "^2.3.3", "autoprefixer": "^10.4.7", - "prettier-plugin-tailwindcss": "^0.1.12", + "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.1.6", "vite": "^2.9.14" } @@ -1335,9 +1335,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.12.tgz", - "integrity": "sha512-pEZ6tppwknCeq3ObR9g8t61AhWtVRRR3I0EQNeiRrrJ3D42FJGeUDxiFc/LJRYEeAx5JOxagsF0MICwuWOJa+w==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.1.tgz", + "integrity": "sha512-aIO8IguumORyRsmT+E7JfJ3A9FEoyhqZR7Au7TBOege3VZkgMvHJMkufeYp4zjnDK2iq4ktkvGMNOQR9T8lisQ==", "dev": true, "engines": { "node": ">=12.17.0" @@ -2482,9 +2482,9 @@ "peer": true }, "prettier-plugin-tailwindcss": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.12.tgz", - "integrity": "sha512-pEZ6tppwknCeq3ObR9g8t61AhWtVRRR3I0EQNeiRrrJ3D42FJGeUDxiFc/LJRYEeAx5JOxagsF0MICwuWOJa+w==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.1.tgz", + "integrity": "sha512-aIO8IguumORyRsmT+E7JfJ3A9FEoyhqZR7Au7TBOege3VZkgMvHJMkufeYp4zjnDK2iq4ktkvGMNOQR9T8lisQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 4f7fcba..05b552e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@tailwindcss/typography": "^0.5.4", "@vitejs/plugin-vue": "^2.3.3", "autoprefixer": "^10.4.7", - "prettier-plugin-tailwindcss": "^0.1.12", + "prettier-plugin-tailwindcss": "^0.2.1", "tailwindcss": "^3.1.6", "vite": "^2.9.14" }