@react-email/render 2.0.8 → 2.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-email/render",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "Transform React components into HTML email templates",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/browser/index.cjs",
|
|
@@ -99,6 +99,10 @@
|
|
|
99
99
|
"url": "https://github.com/resend/react-email.git",
|
|
100
100
|
"directory": "packages/render"
|
|
101
101
|
},
|
|
102
|
+
"bugs": {
|
|
103
|
+
"url": "https://github.com/resend/react-email/issues"
|
|
104
|
+
},
|
|
105
|
+
"homepage": "https://react.email",
|
|
102
106
|
"keywords": [
|
|
103
107
|
"react",
|
|
104
108
|
"email"
|
|
@@ -117,8 +121,14 @@
|
|
|
117
121
|
"devDependencies": {
|
|
118
122
|
"@edge-runtime/vm": "5.0.0",
|
|
119
123
|
"@types/html-to-text": "9.0.4",
|
|
124
|
+
"@types/react": "19.2.14",
|
|
125
|
+
"@types/react-dom": "19.2.3",
|
|
126
|
+
"@types/shelljs": "0.10.0",
|
|
120
127
|
"jsdom": "26.1.0",
|
|
128
|
+
"playwright": "1.59.1",
|
|
129
|
+
"shelljs": "0.10.0",
|
|
121
130
|
"typescript": "5.9.3",
|
|
131
|
+
"yalc": "1.0.0-pre.53",
|
|
122
132
|
"tsconfig": "0.0.0"
|
|
123
133
|
},
|
|
124
134
|
"publishConfig": {
|
|
@@ -129,6 +139,7 @@
|
|
|
129
139
|
"build:watch": "tsdown --watch",
|
|
130
140
|
"clean": "rm -rf dist",
|
|
131
141
|
"test": "vitest run",
|
|
142
|
+
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
132
143
|
"test:watch": "vitest"
|
|
133
144
|
}
|
|
134
145
|
}
|