diff options
Diffstat (limited to '')
-rw-r--r-- | app/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/package.json b/app/package.json index a49f08b..3d9677a 100644 --- a/app/package.json +++ b/app/package.json @@ -19,8 +19,8 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "22.9.0", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.13.0", - "@typescript-eslint/parser": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/parser": "8.14.0", "@vite-pwa/sveltekit": "0.6.6", "autoprefixer": "10.4.20", "crc": "4.3.2", @@ -29,11 +29,11 @@ "eslint-plugin-svelte": "2.46.0", "html-minifier-terser": "7.2.0", "iconify-icon": "^2.1.0", - "postcss": "8.4.48", + "postcss": "8.4.49", "prettier": "3.3.3", "prettier-plugin-svelte": "3.2.8", - "svelte": "5.1.14", - "svelte-check": "4.0.6", + "svelte": "5.1.15", + "svelte-check": "4.0.7", "tailwindcss": "3.4.14", "tslib": "2.8.1", "typescript": "5.6.3", |