@depup/react-email 6.9.2-depup.0 → 6.9.3-depup.0

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # react-email
2
2
 
3
+ ## 6.9.3
4
+
3
5
  ## 6.9.2
4
6
 
5
7
  ## 6.9.1
package/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/react-email
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [react-email](https://www.npmjs.com/package/react-email) @ 6.9.2 |
17
- | Processed | 2026-08-08 |
16
+ | Original | [react-email](https://www.npmjs.com/package/react-email) @ 6.9.3 |
17
+ | Processed | 2026-08-26 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 15 |
20
20
 
@@ -28,10 +28,10 @@ npm install @depup/react-email
28
28
  | commander | ^13.0.0 | ^15.0.0 |
29
29
  | conf | ^15.0.2 | ^15.1.0 |
30
30
  | debounce | ^2.0.0 | ^3.0.0 |
31
- | esbuild | ^0.28.0 | ^0.28.1 |
31
+ | esbuild | ^0.28.0 | ^0.28.2 |
32
32
  | jiti | 2.6.1 | ^2.7.0 |
33
33
  | log-symbols | ^7.0.0 | ^7.0.1 |
34
- | marked | ^15.0.12 | ^18.0.9 |
34
+ | marked | ^15.0.12 | ^18.0.11 |
35
35
  | mime-types | ^3.0.0 | ^3.0.2 |
36
36
  | nypm | 0.6.6 | ^0.6.9 |
37
37
  | picospinner | ^3.0.0 | ^3.1.2 |
package/changes.json CHANGED
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "esbuild": {
28
28
  "from": "^0.28.0",
29
- "to": "^0.28.1"
29
+ "to": "^0.28.2"
30
30
  },
31
31
  "jiti": {
32
32
  "from": "2.6.1",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "marked": {
40
40
  "from": "^15.0.12",
41
- "to": "^18.0.9"
41
+ "to": "^18.0.11"
42
42
  },
43
43
  "mime-types": {
44
44
  "from": "^3.0.0",
@@ -61,6 +61,6 @@
61
61
  "to": "^4.3.3"
62
62
  }
63
63
  },
64
- "timestamp": "2026-08-08T00:22:56.143Z",
64
+ "timestamp": "2026-08-26T00:16:59.732Z",
65
65
  "totalUpdated": 15
66
66
  }
@@ -6533,7 +6533,7 @@ const getTracingRootDir = async (usersProjectLocation) => {
6533
6533
  //#region package.json
6534
6534
  var package_default = {
6535
6535
  name: "react-email",
6536
- version: "6.9.2",
6536
+ version: "6.9.3",
6537
6537
  description: "A live preview of your emails right in your browser.",
6538
6538
  bin: { "email": "./dist/cli/index.mjs" },
6539
6539
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/react-email",
3
- "version": "6.9.2-depup.0",
3
+ "version": "6.9.3-depup.0",
4
4
  "description": "A live preview of your emails right in your browser. (with updated dependencies)",
5
5
  "bin": {
6
6
  "email": "./dist/cli/index.mjs"
@@ -50,11 +50,11 @@
50
50
  "conf": "^15.1.0",
51
51
  "css-tree": "3.2.1",
52
52
  "debounce": "^3.0.0",
53
- "esbuild": "^0.28.1",
53
+ "esbuild": "^0.28.2",
54
54
  "glob": "^13.0.6",
55
55
  "jiti": "^2.7.0",
56
56
  "log-symbols": "^7.0.1",
57
- "marked": "^18.0.9",
57
+ "marked": "^18.0.11",
58
58
  "mime-types": "^3.0.2",
59
59
  "normalize-path": "^3.0.0",
60
60
  "nypm": "^0.6.9",
@@ -120,7 +120,7 @@
120
120
  },
121
121
  "esbuild": {
122
122
  "from": "^0.28.0",
123
- "to": "^0.28.1"
123
+ "to": "^0.28.2"
124
124
  },
125
125
  "jiti": {
126
126
  "from": "2.6.1",
@@ -132,7 +132,7 @@
132
132
  },
133
133
  "marked": {
134
134
  "from": "^15.0.12",
135
- "to": "^18.0.9"
135
+ "to": "^18.0.11"
136
136
  },
137
137
  "mime-types": {
138
138
  "from": "^3.0.0",
@@ -157,8 +157,8 @@
157
157
  },
158
158
  "depsUpdated": 15,
159
159
  "originalPackage": "react-email",
160
- "originalVersion": "6.9.2",
161
- "processedAt": "2026-08-08T00:23:03.746Z",
160
+ "originalVersion": "6.9.3",
161
+ "processedAt": "2026-08-26T00:17:10.469Z",
162
162
  "smokeTest": "failed"
163
163
  }
164
164
  }