react-email 6.0.2 → 6.0.3
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/cli/index.mjs +5 -1
- package/package.json +5 -1
package/CHANGELOG.md
CHANGED
package/dist/cli/index.mjs
CHANGED
|
@@ -6522,7 +6522,7 @@ const getEmailsDirectoryMetadata = async (absolutePathToEmailsDirectory, keepFil
|
|
|
6522
6522
|
//#region package.json
|
|
6523
6523
|
var package_default = {
|
|
6524
6524
|
name: "react-email",
|
|
6525
|
-
version: "6.0.
|
|
6525
|
+
version: "6.0.3",
|
|
6526
6526
|
description: "A live preview of your emails right in your browser.",
|
|
6527
6527
|
bin: { "email": "./dist/cli/index.mjs" },
|
|
6528
6528
|
type: "module",
|
|
@@ -6554,6 +6554,10 @@ var package_default = {
|
|
|
6554
6554
|
},
|
|
6555
6555
|
keywords: ["react", "email"],
|
|
6556
6556
|
engines: { "node": ">=20.0.0" },
|
|
6557
|
+
peerDependencies: {
|
|
6558
|
+
"react": "^18.0 || ^19.0 || ^19.0.0-rc",
|
|
6559
|
+
"react-dom": "^18.0 || ^19.0 || ^19.0.0-rc"
|
|
6560
|
+
},
|
|
6557
6561
|
dependencies: {
|
|
6558
6562
|
"@babel/parser": "catalog:",
|
|
6559
6563
|
"@babel/traverse": "catalog:",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-email",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"description": "A live preview of your emails right in your browser.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"email": "./dist/cli/index.mjs"
|
|
@@ -30,6 +30,10 @@
|
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=20.0.0"
|
|
32
32
|
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"react": "^18.0 || ^19.0 || ^19.0.0-rc",
|
|
35
|
+
"react-dom": "^18.0 || ^19.0 || ^19.0.0-rc"
|
|
36
|
+
},
|
|
33
37
|
"dependencies": {
|
|
34
38
|
"@babel/parser": "7.27.0",
|
|
35
39
|
"@babel/traverse": "7.27.0",
|