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 b4cfb32..ee4f8d9 100644 --- a/app/package.json +++ b/app/package.json @@ -17,10 +17,10 @@ "@tailwindcss/forms": "0.5.10", "@tailwindcss/typography": "0.5.16", "@types/html-minifier-terser": "7.0.2", - "@types/node": "22.10.5", + "@types/node": "22.10.6", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.19.1", - "@typescript-eslint/parser": "8.19.1", + "@typescript-eslint/eslint-plugin": "8.20.0", + "@typescript-eslint/parser": "8.20.0", "@vite-pwa/sveltekit": "0.6.7", "autoprefixer": "10.4.20", "crc": "4.3.2", @@ -29,10 +29,10 @@ "eslint-plugin-svelte": "2.46.1", "html-minifier-terser": "7.2.0", "iconify-icon": "^2.3.0", - "postcss": "8.4.49", + "postcss": "8.5.1", "prettier": "3.4.2", "prettier-plugin-svelte": "3.3.3", - "svelte": "5.17.3", + "svelte": "5.17.5", "svelte-check": "4.1.4", "tailwindcss": "3.4.17", "tslib": "2.8.1", |