diff --git a/bun.lockb b/bun.lockb index 76aeb27..cd0ca02 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d412ae2..fdc4cae 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,17 @@ "@sveltejs/kit": "^2.15.2", "@sveltejs/package": "^2.3.7", "@sveltejs/vite-plugin-svelte": "^4.0.4", + "autoprefixer": "^10.4.20", + "globals": "^15.14.0", + "publint": "^0.2.12", + "sass": "^1.83.1", "svelte": "^5.17.3", "svelte-preprocess": "^5.1.4", - "sass": "^1.83.1", - "autoprefixer": "^10.4.20", - "publint": "^0.2.12", "tailwindcss": "^3.4.17", - "typescript": "^5.7.3", "terser": "^5.37.0", - "vite-plugin-compression": "^0.5.1", - "vite": "^5.4.11" + "typescript": "^5.7.3", + "vite": "^5.4.11", + "vite-plugin-compression": "^0.5.1" }, "dependencies": { "@tailwindcss/forms": "^0.5.10", diff --git a/src/lib/components/ContactForm.svelte b/src/lib/components/ContactForm.svelte index 3b5f161..fdc4da0 100644 --- a/src/lib/components/ContactForm.svelte +++ b/src/lib/components/ContactForm.svelte @@ -1,5 +1,6 @@