mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 20:15:31 -04:00
Refactor bot detection logic in contact form to improve error handling. Log verification failures and throw errors for better debugging.
This commit is contained in:
+6
-6
@@ -26,8 +26,8 @@
|
||||
"@mdx-js/loader": "^3.1.1",
|
||||
"@mdx-js/react": "^3.1.1",
|
||||
"@neondatabase/serverless": "^1.0.1",
|
||||
"@next/bundle-analyzer": "15.5.1-canary.23",
|
||||
"@next/mdx": "15.5.1-canary.23",
|
||||
"@next/bundle-analyzer": "15.5.1-canary.24",
|
||||
"@next/mdx": "15.5.1-canary.24",
|
||||
"@octokit/graphql": "^9.0.1",
|
||||
"@octokit/graphql-schema": "^15.26.0",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||||
@@ -58,7 +58,7 @@
|
||||
"geist": "^1.4.2",
|
||||
"html-entities": "^2.6.0",
|
||||
"lucide-react": "0.542.0",
|
||||
"next": "15.5.1-canary.23",
|
||||
"next": "15.5.1-canary.24",
|
||||
"react": "19.1.1",
|
||||
"react-activity-calendar": "^2.7.13",
|
||||
"react-countup": "^6.5.3",
|
||||
@@ -88,11 +88,11 @@
|
||||
"remark-strip-mdx-imports-exports": "^1.0.1",
|
||||
"resend": "^6.0.2",
|
||||
"server-only": "0.0.1",
|
||||
"shiki": "^3.12.1",
|
||||
"shiki": "^3.12.2",
|
||||
"sonner": "^2.0.7",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"tw-animate-css": "^1.3.7",
|
||||
"tw-animate-css": "^1.3.8",
|
||||
"unified": "^11.0.5",
|
||||
"zod": "4.1.5"
|
||||
},
|
||||
@@ -110,7 +110,7 @@
|
||||
"dotenv": "^17.2.2",
|
||||
"drizzle-kit": "^0.31.4",
|
||||
"eslint": "^9.34.0",
|
||||
"eslint-config-next": "15.5.1-canary.23",
|
||||
"eslint-config-next": "15.5.1-canary.24",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-css-modules": "^2.12.0",
|
||||
"eslint-plugin-drizzle": "^0.2.3",
|
||||
|
||||
Reference in New Issue
Block a user