diff options
author | Wolfgang Müller | 2024-11-14 15:32:27 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-11-14 15:32:27 +0100 |
commit | 0c062fae9083e92cc8e1bc21325eae0db833de9a (patch) | |
tree | e2134a42e685227ad11b7a4bc052108b1efb505e /frontend/package.json | |
parent | c60d753b71c55b5a6b37c434d2e4ed1b59231433 (diff) | |
download | hircine-0c062fae9083e92cc8e1bc21325eae0db833de9a.tar.gz |
build/deps: Update prettier-plugin-tailwindcss to 0.6.8
Diffstat (limited to '')
-rw-r--r-- | frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index b9976af..ef2deeb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -36,7 +36,7 @@ "postcss": "^8.4.35", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", - "prettier-plugin-tailwindcss": "^0.5.11", + "prettier-plugin-tailwindcss": "^0.6.8", "svelte": "^4.2.12", "svelte-check": "^3.6.6", "tailwindcss": "^3.4.1", |