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 ec81681..e702a59 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -22,8 +22,8 @@ "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/node": "22.5.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", "eslint": "^9.10.0", @@ -39,7 +39,7 @@ "tailwindcss": "3.4.11", "tslib": "^2.7.0", "typescript": "^5.6.2", - "vite": "^5.4.5", + "vite": "^5.4.6", "vite-plugin-tailwind-purgecss": "0.3.3" }, "type": "module" |