react-email 5.2.10 → 5.2.11
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/CHANGELOG.md +6 -0
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -6362,7 +6362,7 @@ const getEmailsDirectoryMetadata = async (absolutePathToEmailsDirectory, keepFil
|
|
|
6362
6362
|
//#region package.json
|
|
6363
6363
|
var package_default = {
|
|
6364
6364
|
name: "react-email",
|
|
6365
|
-
version: "5.2.
|
|
6365
|
+
version: "5.2.11",
|
|
6366
6366
|
description: "A live preview of your emails right in your browser.",
|
|
6367
6367
|
bin: { "email": "./dist/index.mjs" },
|
|
6368
6368
|
type: "module",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-email",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.11",
|
|
4
4
|
"description": "A live preview of your emails right in your browser.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"email": "./dist/index.mjs"
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"commander": "^13.0.0",
|
|
27
27
|
"conf": "^15.0.2",
|
|
28
28
|
"debounce": "^2.0.0",
|
|
29
|
-
"esbuild": "0.27.
|
|
29
|
+
"esbuild": "0.27.4",
|
|
30
30
|
"glob": "^13.0.6",
|
|
31
31
|
"jiti": "2.4.2",
|
|
32
32
|
"log-symbols": "^7.0.0",
|
|
33
33
|
"mime-types": "^3.0.0",
|
|
34
34
|
"normalize-path": "^3.0.0",
|
|
35
|
-
"nypm": "0.6.
|
|
35
|
+
"nypm": "0.6.5",
|
|
36
36
|
"ora": "^8.0.0",
|
|
37
37
|
"prompts": "2.4.2",
|
|
38
38
|
"socket.io": "^4.8.1",
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"@types/babel__traverse": "7.20.7",
|
|
44
44
|
"@types/mime-types": "2.1.4",
|
|
45
45
|
"@types/prompts": "2.4.9",
|
|
46
|
-
"next": "16.
|
|
46
|
+
"next": "16.2.3",
|
|
47
47
|
"react": "19.0.0",
|
|
48
48
|
"react-dom": "19.0.0",
|
|
49
49
|
"shlex": "3.0.0",
|
|
50
50
|
"tsx": "4.21.0",
|
|
51
51
|
"typescript": "5.9.3",
|
|
52
|
-
"@react-email/components": "1.0.
|
|
52
|
+
"@react-email/components": "1.0.12"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"build": "tsdown",
|