diff --git a/package-lock.json b/package-lock.json index d1c108e..2a77219 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "lint-staged": "^11.0.0", "next-remote-watch": "^1.0.0", "prettier": "^2.5.1", - "prettier-plugin-tailwindcss": "^0.1.4", + "prettier-plugin-tailwindcss": "^0.2.1", "socket.io": "^4.4.0", "socket.io-client": "^4.4.0" } @@ -12110,9 +12110,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.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" diff --git a/package.json b/package.json index e547474..533c226 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lint-staged": "^11.0.0", "next-remote-watch": "^1.0.0", "prettier": "^2.5.1", - "prettier-plugin-tailwindcss": "^0.1.4", + "prettier-plugin-tailwindcss": "^0.2.1", "socket.io": "^4.4.0", "socket.io-client": "^4.4.0" },