diff --git a/package-lock.json b/package-lock.json index 2b54ef3..0a1c237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "sharp": "0.33.5", "tailwind-merge": "^2.6.0", "tailwindcss": "^3.4.17", - "typescript": "^5.7.3", + "typescript": "^5.8.3", "typescript-eslint": "^8.21.0", "unist-util-visit": "^5.0.0" }, diff --git a/package.json b/package.json index 9e78bd9..c087ce6 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "astro": "astro", "check": "npm run check:astro && npm run check:eslint && npm run check:prettier", "check:astro": "astro check", - "check:eslint": "eslint .", + "check:eslint": "npx eslint .", "check:prettier": "prettier --check .", "fix": "npm run fix:eslint && npm run fix:prettier", - "fix:eslint": "eslint --fix .", + "fix:eslint": "npx eslint --fix .", "fix:prettier": "prettier -w ." }, "dependencies": { @@ -81,7 +81,7 @@ "sharp": "0.33.5", "tailwind-merge": "^2.6.0", "tailwindcss": "^3.4.17", - "typescript": "^5.7.3", + "typescript": "^5.8.3", "typescript-eslint": "^8.21.0", "unist-util-visit": "^5.0.0" } diff --git a/src/components/ContactForm.astro b/src/components/ContactForm.astro index c5a0239..d088d8a 100644 --- a/src/components/ContactForm.astro +++ b/src/components/ContactForm.astro @@ -1,5 +1,6 @@