chore: upgrade next, react-email and better-auth (#278)

* feat: upgrade next and react-email

* chore: upgrade better-auth
This commit is contained in:
Henry
2025-12-10 20:34:10 +00:00
committed by GitHub
parent 94760f1e4c
commit 36675604f9
15 changed files with 1367 additions and 1041 deletions

View File

@@ -37,7 +37,7 @@
},
"prettier": "@kan/prettier-config",
"dependencies": {
"@better-auth/stripe": "^1.3.7",
"better-auth": "^1.3.7"
"@better-auth/stripe": "^1.4.6",
"better-auth": "^1.4.6"
}
}

View File

@@ -24,9 +24,9 @@
},
"dependencies": {
"@novu/api": "^3.11.0",
"@react-email/components": "^0.0.25",
"@react-email/components": "^1.0.1",
"nodemailer": "^7.0.3",
"react-email": "^3.0.1"
"react-email": "^5.0.6"
},
"devDependencies": {
"@kan/eslint-config": "workspace:*",