mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-11 17:47:47 -05:00
Bumps the npm group in /supabase/email-templates with 2 updates: [@react-email/components](https://github.com/resend/react-email/tree/HEAD/packages/components) and [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email). Updates `@react-email/components` from 0.1.1 to 0.3.2 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/@react-email/components@0.3.2/packages/components/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/@react-email/components@0.3.2/packages/components) Updates `react-email` from 4.0.17 to 4.2.4 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/react-email@4.2.4/packages/react-email/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/react-email@4.2.4/packages/react-email) --- updated-dependencies: - dependency-name: "@react-email/components" dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: react-email dependency-version: 4.2.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"name": "emails",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "email build",
|
|
"dev": "email dev",
|
|
"export": "email export"
|
|
},
|
|
"dependencies": {
|
|
"@react-email/components": "0.3.2",
|
|
"react-dom": "^19.0.0",
|
|
"react": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"react-email": "4.2.4"
|
|
}
|
|
}
|