Skip to content

Commit 805ac33

Browse files
authored
chore(deps): upgrade react-email to v6 (#6034)
@react-email/components 0.5.7 to 1.0.12, @react-email/render 2.0.8 to 2.1.0, react-email 4.3.2 to 6.9.0. Rendered all 21 templates under both versions and diffed: visible text, clickable links and image sources are identical. The only output changes are a dropped <link rel=preload> block, which email clients strip with the rest of <head>, and a margin/padding reset on <body>.
1 parent 69b8364 commit 805ac33

2 files changed

Lines changed: 169 additions & 69 deletions

File tree

apps/sim/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
"@radix-ui/react-slot": "1.2.2",
103103
"@radix-ui/react-switch": "^1.1.2",
104104
"@radix-ui/react-tabs": "^1.1.2",
105-
"@react-email/components": "0.5.7",
106-
"@react-email/render": "2.0.8",
105+
"@react-email/components": "1.0.12",
106+
"@react-email/render": "2.1.0",
107107
"@sim/audit": "workspace:*",
108108
"@sim/emcn": "workspace:*",
109109
"@sim/logger": "workspace:*",
@@ -252,7 +252,7 @@
252252
"autoprefixer": "10.4.21",
253253
"jsdom": "^26.0.0",
254254
"postcss": "^8",
255-
"react-email": "4.3.2",
255+
"react-email": "6.9.0",
256256
"tailwindcss": "^3.4.1",
257257
"typescript": "^7.0.2",
258258
"vite-tsconfig-paths": "^5.1.4",

0 commit comments

Comments
 (0)