diff options
Diffstat (limited to 'app/package.json')
-rw-r--r-- | app/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/package.json b/app/package.json index ad00fd6..4f087b6 100644 --- a/app/package.json +++ b/app/package.json @@ -18,8 +18,8 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "22.5.5", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.5.0", - "@typescript-eslint/parser": "8.5.0", + "@typescript-eslint/eslint-plugin": "8.6.0", + "@typescript-eslint/parser": "8.6.0", "@vite-pwa/sveltekit": "0.6.5", "autoprefixer": "10.4.20", "crc": "4.3.2", @@ -33,10 +33,10 @@ "prettier-plugin-svelte": "3.2.6", "svelte": "4.2.19", "svelte-check": "4.0.2", - "tailwindcss": "3.4.11", + "tailwindcss": "3.4.12", "tslib": "2.7.0", "typescript": "5.6.2", - "vite": "5.4.5", + "vite": "5.4.6", "vite-plugin-pwa": "0.20.5", "vite-plugin-tailwind-purgecss": "0.3.3" }, |