diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/package.json b/app/package.json index ade496b..d91232e 100644 --- a/app/package.json +++ b/app/package.json @@ -16,7 +16,7 @@ "@tailwindcss/forms": "0.5.8", "@tailwindcss/typography": "0.5.15", "@types/html-minifier-terser": "7.0.2", - "@types/node": "22.5.1", + "@types/node": "22.5.2", "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "8.3.0", "@typescript-eslint/parser": "8.3.0", @@ -28,11 +28,11 @@ "eslint-plugin-svelte": "2.43.0", "html-minifier-terser": "7.2.0", "iconify-icon": "^2.1.0", - "postcss": "8.4.41", + "postcss": "8.4.44", "prettier": "3.3.3", "prettier-plugin-svelte": "3.2.6", "svelte": "4.2.19", - "svelte-check": "3.8.6", + "svelte-check": "4.0.0", "tailwindcss": "3.4.10", "tslib": "2.7.0", "typescript": "5.5.4", |