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 eb20980..e4ba8eb 100644 --- a/app/package.json +++ b/app/package.json @@ -16,10 +16,10 @@ "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/html-minifier-terser": "7.0.2", - "@types/node": "22.8.1", + "@types/node": "22.8.2", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.11.0", - "@typescript-eslint/parser": "8.11.0", + "@typescript-eslint/eslint-plugin": "8.12.2", + "@typescript-eslint/parser": "8.12.2", "@vite-pwa/sveltekit": "0.6.6", "autoprefixer": "10.4.20", "crc": "4.3.2", @@ -31,7 +31,7 @@ "postcss": "8.4.47", "prettier": "3.3.3", "prettier-plugin-svelte": "3.2.7", - "svelte": "5.1.3", + "svelte": "5.1.4", "svelte-check": "4.0.5", "tailwindcss": "3.4.14", "tslib": "2.8.0", |