mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-11 17:47:47 -05:00
* Bump the npm-email-templates group Bumps the npm-email-templates group in /supabase/email-templates with 1 update: [@react-email/components](https://github.com/resendlabs/react-email/tree/HEAD/packages/components). - [Release notes](https://github.com/resendlabs/react-email/releases) - [Changelog](https://github.com/resendlabs/react-email/blob/main/docs/changelog.mdx) - [Commits](https://github.com/resendlabs/react-email/commits/HEAD/packages/components) --- updated-dependencies: - dependency-name: "@react-email/components" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-email-templates ... Signed-off-by: dependabot[bot] <support@github.com> * Update Email Templates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de>
17 lines
275 B
JSON
17 lines
275 B
JSON
{
|
|
"name": "emails",
|
|
"version": "0.0.18",
|
|
"private": true,
|
|
"workspaces": [
|
|
".react-email"
|
|
],
|
|
"scripts": {
|
|
"dev": "email dev",
|
|
"export": "email export"
|
|
},
|
|
"dependencies": {
|
|
"@react-email/components": "^0.0.10",
|
|
"react-email": "^1.9.5"
|
|
}
|
|
}
|