fix: invitation email

This commit is contained in:
Marc Seitz
2025-05-09 19:57:18 +02:00
parent 1246a320d8
commit bec0a6eb2a
4 changed files with 504 additions and 497 deletions

View File

@@ -54,7 +54,7 @@
"@radix-ui/react-toggle": "^1.1.3",
"@radix-ui/react-toggle-group": "^1.1.3",
"@radix-ui/react-tooltip": "^1.2.0",
"@react-email/components": "^0.0.36",
"@react-email/components": "^0.0.39",
"@sindresorhus/slugify": "^2.2.1",
"@stripe/stripe-js": "^4.10.0",
"@tailwindcss/typography": "^0.5.16",
@@ -113,7 +113,7 @@
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.3.8",
"react-email": "^4.0.7",
"react-email": "^4.0.13",
"react-hotkeys-hook": "^5.0.1",
"react-intersection-observer": "^9.16.0",
"react-notion-x": "^7.3.0",
@@ -138,7 +138,7 @@
"use-debounce": "^10.0.4",
"vaul": "^1.1.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",