Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: resend/resend-redwoodjs-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f2e4208ec19a0a12b5606b199012fd9d0f977137
Choose a base ref
..
head repository: resend/resend-redwoodjs-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 92c89c67090b2db0e533232f1c7ae33713df1c1a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -20,5 +20,5 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.0"
}