diff options
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index b781096..c883af1 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -20,7 +20,7 @@ "@sveltejs/kit": "^2.5.20", "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tailwindcss/forms": "0.5.7", - "@tailwindcss/typography": "0.5.13", + "@tailwindcss/typography": "0.5.14", "@types/node": "22.1.0", "@typescript-eslint/eslint-plugin": "^8.0.1", "@typescript-eslint/parser": "^8.0.1", @@ -36,10 +36,10 @@ "svelte": "^4.2.18", "svelte-check": "^3.8.5", "svelte-persisted-store": "^0.11.0", - "tailwindcss": "3.4.7", + "tailwindcss": "3.4.8", "tslib": "^2.6.3", "typescript": "^5.5.4", - "vite": "^5.3.5", + "vite": "^5.4.0", "vite-plugin-tailwind-purgecss": "0.3.3" }, "type": "module" |