@depup/react-email 6.9.1-depup.0 → 6.9.2-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.2
4
+
3
5
  ## 6.9.1
4
6
 
5
7
  ### Patch Changes
package/README.md CHANGED
@@ -13,10 +13,10 @@ 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.1 |
17
- | Processed | 2026-07-24 |
16
+ | Original | [react-email](https://www.npmjs.com/package/react-email) @ 6.9.2 |
17
+ | Processed | 2026-08-08 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 14 |
19
+ | Deps updated | 15 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -31,9 +31,10 @@ npm install @depup/react-email
31
31
  | esbuild | ^0.28.0 | ^0.28.1 |
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.7 |
34
+ | marked | ^15.0.12 | ^18.0.9 |
35
35
  | mime-types | ^3.0.0 | ^3.0.2 |
36
- | nypm | 0.6.6 | ^0.6.8 |
36
+ | nypm | 0.6.6 | ^0.6.9 |
37
+ | picospinner | ^3.0.0 | ^3.1.2 |
37
38
  | socket.io | ^4.8.1 | ^4.8.3 |
38
39
  | tailwindcss | ^4.1.18 | ^4.3.3 |
39
40
 
package/changes.json CHANGED
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "marked": {
40
40
  "from": "^15.0.12",
41
- "to": "^18.0.7"
41
+ "to": "^18.0.9"
42
42
  },
43
43
  "mime-types": {
44
44
  "from": "^3.0.0",
@@ -46,7 +46,11 @@
46
46
  },
47
47
  "nypm": {
48
48
  "from": "0.6.6",
49
- "to": "^0.6.8"
49
+ "to": "^0.6.9"
50
+ },
51
+ "picospinner": {
52
+ "from": "^3.0.0",
53
+ "to": "^3.1.2"
50
54
  },
51
55
  "socket.io": {
52
56
  "from": "^4.8.1",
@@ -57,6 +61,6 @@
57
61
  "to": "^4.3.3"
58
62
  }
59
63
  },
60
- "timestamp": "2026-07-24T00:40:11.966Z",
61
- "totalUpdated": 14
64
+ "timestamp": "2026-08-08T00:22:56.143Z",
65
+ "totalUpdated": 15
62
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.1",
6536
+ version: "6.9.2",
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.1-depup.0",
3
+ "version": "6.9.2-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"
@@ -54,11 +54,11 @@
54
54
  "glob": "^13.0.6",
55
55
  "jiti": "^2.7.0",
56
56
  "log-symbols": "^7.0.1",
57
- "marked": "^18.0.7",
57
+ "marked": "^18.0.9",
58
58
  "mime-types": "^3.0.2",
59
59
  "normalize-path": "^3.0.0",
60
- "nypm": "^0.6.8",
61
- "picospinner": "^3.0.0",
60
+ "nypm": "^0.6.9",
61
+ "picospinner": "^3.1.2",
62
62
  "prismjs": "^1.30.0",
63
63
  "prompts": "2.4.2",
64
64
  "socket.io": "^4.8.3",
@@ -73,7 +73,7 @@
73
73
  "@types/mime-types": "2.1.4",
74
74
  "@types/prompts": "2.4.9",
75
75
  "@types/shelljs": "0.10.0",
76
- "next": "16.2.6",
76
+ "next": "16.3.0",
77
77
  "react": "19.2.4",
78
78
  "react-dom": "19.2.4",
79
79
  "shelljs": "0.10.0",
@@ -132,7 +132,7 @@
132
132
  },
133
133
  "marked": {
134
134
  "from": "^15.0.12",
135
- "to": "^18.0.7"
135
+ "to": "^18.0.9"
136
136
  },
137
137
  "mime-types": {
138
138
  "from": "^3.0.0",
@@ -140,7 +140,11 @@
140
140
  },
141
141
  "nypm": {
142
142
  "from": "0.6.6",
143
- "to": "^0.6.8"
143
+ "to": "^0.6.9"
144
+ },
145
+ "picospinner": {
146
+ "from": "^3.0.0",
147
+ "to": "^3.1.2"
144
148
  },
145
149
  "socket.io": {
146
150
  "from": "^4.8.1",
@@ -151,10 +155,10 @@
151
155
  "to": "^4.3.3"
152
156
  }
153
157
  },
154
- "depsUpdated": 14,
158
+ "depsUpdated": 15,
155
159
  "originalPackage": "react-email",
156
- "originalVersion": "6.9.1",
157
- "processedAt": "2026-07-24T00:40:21.971Z",
160
+ "originalVersion": "6.9.2",
161
+ "processedAt": "2026-08-08T00:23:03.746Z",
158
162
  "smokeTest": "failed"
159
163
  }
160
164
  }