diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4332aae..f02ee27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: language: node additional_dependencies: - prettier@^3.6.2 - - prettier-plugin-tailwindcss@^0.7.0 + - prettier-plugin-tailwindcss@^0.8.0 - repo: https://github.com/doublify/pre-commit-rust rev: v1.0 diff --git a/package-lock.json b/package-lock.json index 6ca6047..52fcd15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "MIT", "devDependencies": { "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.7.0", + "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^3.4.10" }, "engines": { @@ -1012,9 +1012,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.7.3.tgz", - "integrity": "sha512-lckXaWWdo2ZVXoMoUO3WIBiz9hVY+YBEh1gYyMFfrWP9WZW/wpFXQKizHx7WrFQFMkcG0bGShdpp531X1n+qpg==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.8.0.tgz", + "integrity": "sha512-V8ITGH87yuBDF6JpEZTOVlUz/saAwqb8f3HRgUj8Lh+tGCcrmorhsLpYqzygwFwK0PE2Ib6Mv3M7T/uE2tZV1g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 95be7de..784a461 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": {}, "devDependencies": { "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.7.0", + "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^3.4.10" }, "engines": {