Skip to content

Commit

Permalink
feat(wabe-resend): bump react and resend (support react19) (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
coratgerl authored Feb 22, 2025
1 parent 5e3949b commit d375909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions packages/wabe-resend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wabe-resend",
"version": "0.5.0",
"version": "0.5.1",
"description": "Resend email adapter for Wabe (official)",
"homepage": "https://wabe.dev",
"author": {
Expand Down Expand Up @@ -28,11 +28,11 @@
"format": "biome format --write . --config-path=../../"
},
"dependencies": {
"resend": "4.0.0"
"resend": "4.1.2"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "18.3.5",
"@types/react": "19.0.10",
"wabe": "workspace:*",
"dts-bundle-generator": "9.5.1"
}
Expand Down

0 comments on commit d375909

Please sign in to comment.