Skip to content

Commit a42f373

Browse files
committed
chore: update react-email
1 parent 6b93900 commit a42f373

7 files changed

Lines changed: 86 additions & 166 deletions

File tree

bun.lock

Lines changed: 79 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@orpc/server": "1.14.0",
5757
"@orpc/tanstack-query": "1.14.0",
5858
"@paralleldrive/cuid2": "3.3.0",
59-
"@react-email/components": "1.0.12",
59+
"@react-email/ui": "6.0.5",
6060
"@shikijs/rehype": "4.0.2",
6161
"@shikijs/transformers": "4.0.2",
6262
"@t3-oss/env-nextjs": "0.13.11",
@@ -125,7 +125,6 @@
125125
"@nelsonlaidev/prettier-config": "0.3.0",
126126
"@nelsonlaidev/typescript-config": "1.2.1",
127127
"@playwright/test": "1.59.1",
128-
"@react-email/preview-server": "5.2.10",
129128
"@tailwindcss/postcss": "4.2.4",
130129
"@tailwindcss/typography": "0.5.19",
131130
"@tanstack/react-query-devtools": "5.100.6",
@@ -156,7 +155,7 @@
156155
"react-cosmos": "7.3.0",
157156
"react-cosmos-core": "7.3.0",
158157
"react-cosmos-next": "7.3.0",
159-
"react-email": "5.2.10",
158+
"react-email": "6.0.5",
160159
"schema-dts": "2.0.0",
161160
"tailwindcss": "4.2.4",
162161
"tsx": "4.21.0",

src/emails/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Column, Hr, Img, Link, Row, Section, Text } from '@react-email/components'
1+
import { Column, Hr, Img, Link, Row, Section, Text } from 'react-email'
22

33
const currentYear = new Date().getFullYear()
44

src/emails/components/geist-font.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Font } from '@react-email/components'
1+
import { Font } from 'react-email'
22

33
function GeistFont() {
44
return (

src/emails/components/logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Img, Section } from '@react-email/components'
1+
import { Img, Section } from 'react-email'
22

33
function Logo() {
44
return (

src/emails/templates/comment.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
Section,
1313
Tailwind,
1414
Text,
15-
} from '@react-email/components'
15+
} from 'react-email'
1616

1717
import Footer from '../components/footer'
1818
import GeistFont from '../components/geist-font'

src/emails/templates/reply.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
Section,
1313
Tailwind,
1414
Text,
15-
} from '@react-email/components'
15+
} from 'react-email'
1616

1717
import Footer from '../components/footer'
1818
import GeistFont from '../components/geist-font'

0 commit comments

Comments
 (0)