diff --git a/package-lock.json b/package-lock.json index 9e425b6..f7f095f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "json": "11.0.0", "postcss": "8.5.6", "prettier": "3.7.1", - "prettier-plugin-tailwindcss": "0.7.1", + "prettier-plugin-tailwindcss": "0.7.2", "release-it": "19.0.6", "tailwindcss": "3.4.17", "typescript": "5.9.3" @@ -4038,6 +4038,7 @@ "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@rtsao/scc": "^1.1.0", "array-includes": "^3.1.9", @@ -7094,9 +7095,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "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==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.7.2.tgz", + "integrity": "sha512-LkphyK3Fw+q2HdMOoiEHWf93fNtYJwfamoKPl7UwtjFQdei/iIBoX11G6j706FzN3ymX9mPVi97qIY8328vdnA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 965f7b1..92bbec2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "json": "11.0.0", "postcss": "8.5.6", "prettier": "3.7.1", - "prettier-plugin-tailwindcss": "0.7.1", + "prettier-plugin-tailwindcss": "0.7.2", "release-it": "19.0.6", "tailwindcss": "3.4.17", "typescript": "5.9.3"