diff options
author | Wolfgang Müller | 2025-06-19 17:42:29 +0200 |
---|---|---|
committer | Wolfgang Müller | 2025-06-19 17:42:29 +0200 |
commit | 72397cc96c5deb23baa00c9067078f430583f1f8 (patch) | |
tree | 3d10146c151ca96347eb1e5f8690841b189b4c79 | |
parent | 163e5f034c441b455c7d4357dbb450308e6e2d2e (diff) | |
download | hircine-72397cc96c5deb23baa00c9067078f430583f1f8.tar.gz |
build/deps: Update prettier-plugin-tailwindcss to 0.6.12next
-rw-r--r-- | frontend/package-lock.json | 2 | ||||
-rw-r--r-- | frontend/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1b7e958..aaa11c3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -40,7 +40,7 @@ "npm-check-updates": "^18.0.00", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.8", - "prettier-plugin-tailwindcss": "^0.6.11", + "prettier-plugin-tailwindcss": "^0.6.12", "svelte": "^5.5.0", "svelte-check": "^4.0.0", "tailwindcss": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 217ab8f..89f000e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "npm-check-updates": "^18.0.00", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.8", - "prettier-plugin-tailwindcss": "^0.6.11", + "prettier-plugin-tailwindcss": "^0.6.12", "svelte": "^5.5.0", "svelte-check": "^4.0.0", "tailwindcss": "^4.0.0", |