Fix: update dependencies, remove sparkpost-node

This commit removes the sparkpost-node and switches to using a raw api call using fetch. This commit also updates the dependency react-email.
This commit is contained in:
Aaron William Po
2023-11-12 17:43:48 -05:00
parent 24e245fc6f
commit b939219c67
4 changed files with 448 additions and 1238 deletions

View File

@@ -21,9 +21,9 @@
"@mapbox/search-js-react": "^1.0.0-beta.17",
"@next/bundle-analyzer": "^13.4.10",
"@prisma/client": "^5.0.0",
"@react-email/components": "^0.0.7",
"@react-email/render": "^0.0.7",
"@react-email/tailwind": "^0.0.8",
"@react-email/components": "^0.0.11",
"@react-email/render": "^0.0.9",
"@react-email/tailwind": "^0.0.12",
"@vercel/analytics": "^1.1.0",
"argon2": "^0.31.1",
"cloudinary": "^1.41.0",
@@ -44,14 +44,13 @@
"react": "^18.2.0",
"react-daisyui": "^4.0.0",
"react-dom": "^18.2.0",
"react-email": "^1.9.4",
"react-email": "^1.9.5",
"react-hook-form": "^7.45.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-intersection-observer": "^9.5.2",
"react-map-gl": "^7.1.2",
"react-responsive-carousel": "^3.2.23",
"sparkpost": "^2.1.4",
"swr": "^2.2.0",
"theme-change": "^2.5.0",
"zod": "^3.21.4"