diff --git a/package-lock.json b/package-lock.json index e86eb8c0..7a526f73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "mermaid": "^9.2.2", "prettier": "^2.8.0", "prettier-plugin-go-template": "^0.0.13", - "prettier-plugin-tailwindcss": "^0.1.13", + "prettier-plugin-tailwindcss": "^0.2.0", "rimraf": "^3.0.2", "tailwindcss": "^3.2.4", "vendor-copy": "^3.0.1" @@ -1671,9 +1671,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.13.tgz", - "integrity": "sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.0.tgz", + "integrity": "sha512-Ruqig/mdWCSpqdq9WK44nrmqM4BFWTzBPhPGwC5NK3coV9eZntEQPB84MGZbjAg0XQU02jVRHXNRPREBzxvM+A==", "dev": true, "engines": { "node": ">=12.17.0" @@ -3259,9 +3259,9 @@ } }, "prettier-plugin-tailwindcss": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.13.tgz", - "integrity": "sha512-/EKQURUrxLu66CMUg4+1LwGdxnz8of7IDvrSLqEtDqhLH61SAlNNUSr90UTvZaemujgl3OH/VHg+fyGltrNixw==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.0.tgz", + "integrity": "sha512-Ruqig/mdWCSpqdq9WK44nrmqM4BFWTzBPhPGwC5NK3coV9eZntEQPB84MGZbjAg0XQU02jVRHXNRPREBzxvM+A==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 18fca0e4..7b030d53 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "mermaid": "^9.2.2", "prettier": "^2.8.0", "prettier-plugin-go-template": "^0.0.13", - "prettier-plugin-tailwindcss": "^0.1.13", + "prettier-plugin-tailwindcss": "^0.2.0", "rimraf": "^3.0.2", "tailwindcss": "^3.2.4", "vendor-copy": "^3.0.1"