diff --git a/package-lock.json b/package-lock.json index b97b287..5830d63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "jsdom": "^27.0.0", "postcss": "^8.5.3", "prettier": "^3.5.3", - "prettier-plugin-tailwindcss": "^0.7.0", + "prettier-plugin-tailwindcss": "^0.7.1", "prisma": "^6.17.1", "tailwindcss": "^4.1.14", "typescript": "^5.8.2", @@ -10205,9 +10205,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.7.0.tgz", - "integrity": "sha512-zpRZhkfwq1cNmbKhmKzXKuKFdkgXZXlf6p+KttD75v6pGz1FxmcKMc4RKdw97GYBKBbout4113HSLaBJAomFDw==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.7.1.tgz", + "integrity": "sha512-Bzv1LZcuiR1Sk02iJTS1QzlFNp/o5l2p3xkopwOrbPmtMeh3fK9rVW5M3neBQzHq+kGKj/4LGQMTNcTH4NGPtQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index d99adf8..6f79f34 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "jsdom": "^27.0.0", "postcss": "^8.5.3", "prettier": "^3.5.3", - "prettier-plugin-tailwindcss": "^0.7.0", + "prettier-plugin-tailwindcss": "^0.7.1", "prisma": "^6.17.1", "tailwindcss": "^4.1.14", "typescript": "^5.8.2",