File tree Expand file tree Collapse file tree 9 files changed +345
-363
lines changed Expand file tree Collapse file tree 9 files changed +345
-363
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " react-email-starter " : patch
3
+ " react-email " : patch
4
+ " @react-email/code-block " : patch
5
+ " @react-email/markdown " : patch
6
+ " @react-email/render " : patch
7
+ ---
8
+
9
+ Use range of versions for dependencies
Original file line number Diff line number Diff line change 31
31
},
32
32
"pnpm" : {
33
33
"overrides" : {
34
- "react" : " 19.0.0" ,
35
- "react-dom" : " 19.0.0" ,
36
- "@types/react" : " 19.0.1" ,
37
- "@types/react-dom" : " 19.0.1"
34
+ "react" : " ^ 19.0.0" ,
35
+ "react-dom" : " ^ 19.0.0" ,
36
+ "@types/react" : " ^ 19.0.1" ,
37
+ "@types/react-dom" : " ^ 19.0.1"
38
38
}
39
39
},
40
40
"packageManager" :
" [email protected] +sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
Original file line number Diff line number Diff line change 47
47
"access" : " public"
48
48
},
49
49
"dependencies" : {
50
- "prismjs" : " 1.30.0"
50
+ "prismjs" : " ^ 1.30.0"
51
51
}
52
52
}
Original file line number Diff line number Diff line change 9
9
"test" : " vitest run"
10
10
},
11
11
"dependencies" : {
12
- "commander" : " 9.4.1" ,
13
- "fs-extra" : " 11.1.1" ,
14
- "log-symbols" : " 5.1.0" ,
15
- "ora" : " 6.1.2"
12
+ "commander" : " ^ 9.4.1" ,
13
+ "fs-extra" : " ^ 11.1.1" ,
14
+ "log-symbols" : " ^ 5.1.0" ,
15
+ "ora" : " ^ 6.1.2"
16
16
},
17
17
"repository" : {
18
18
"type" : " git" ,
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"@react-email/components" : " INSERT_COMPONENTS_VERSION" ,
12
- "react-dom" : " 19.0.0" ,
13
- "react" : " 19.0.0"
12
+ "react-dom" : " ^ 19.0.0" ,
13
+ "react" : " ^ 19.0.0"
14
14
},
15
15
"devDependencies" : {
16
- "@types/react" : " 19.0.1" ,
17
- "@types/react-dom" : " 19.0.1" ,
16
+ "@types/react" : " ^ 19.0.1" ,
17
+ "@types/react-dom" : " ^ 19.0.1" ,
18
18
"react-email" : " INSERT_REACT_EMAIL_VERSION"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 40
40
},
41
41
"license" : " MIT" ,
42
42
"dependencies" : {
43
- "md-to-react-email" : " 5.0.5"
43
+ "md-to-react-email" : " ^ 5.0.5"
44
44
},
45
45
"peerDependencies" : {
46
46
"react" : " ^18.0 || ^19.0 || ^19.0.0-rc"
Original file line number Diff line number Diff line change 25
25
"node" : " >=18.0.0"
26
26
},
27
27
"dependencies" : {
28
- "@babel/parser" : " 7.24.5" ,
29
- "@babel/traverse" : " 7.25.6" ,
30
- "chalk" : " 4.1.2" ,
31
- "chokidar" : " 4.0.3" ,
32
- "commander" : " 11.1.0" ,
33
- "debounce" : " 2.0.0" ,
34
- "esbuild" : " 0.25.0" ,
35
- "glob" : " 10.3.4" ,
36
- "log-symbols" : " 4.1.0" ,
37
- "mime-types" : " 2.1.35" ,
38
- "next" : " 15.2.4" ,
39
- "normalize-path" : " 3.0.0" ,
40
- "ora" : " 5.4.1" ,
41
- "socket.io" : " 4.8.1"
28
+ "@babel/parser" : " ^ 7.24.5" ,
29
+ "@babel/traverse" : " ^ 7.25.6" ,
30
+ "chalk" : " ^ 4.1.2" ,
31
+ "chokidar" : " ^ 4.0.3" ,
32
+ "commander" : " ^ 11.1.0" ,
33
+ "debounce" : " ^ 2.0.0" ,
34
+ "esbuild" : " ^ 0.25.0" ,
35
+ "glob" : " ^ 10.3.4" ,
36
+ "log-symbols" : " ^ 4.1.0" ,
37
+ "mime-types" : " ^ 2.1.35" ,
38
+ "next" : " ^ 15.2.4" ,
39
+ "normalize-path" : " ^ 3.0.0" ,
40
+ "ora" : " ^ 5.4.1" ,
41
+ "socket.io" : " ^ 4.8.1"
42
42
},
43
43
"devDependencies" : {
44
44
"@babel/core" : " 7.26.10" ,
Original file line number Diff line number Diff line change 79
79
"node" : " >=18.0.0"
80
80
},
81
81
"dependencies" : {
82
- "html-to-text" : " 9.0.5" ,
83
- "prettier" : " 3.5.3" ,
84
- "react-promise-suspense" : " 0.3.4"
82
+ "html-to-text" : " ^ 9.0.5" ,
83
+ "prettier" : " ^ 3.5.3" ,
84
+ "react-promise-suspense" : " ^ 0.3.4"
85
85
},
86
86
"peerDependencies" : {
87
87
"react" : " ^18.0 || ^19.0 || ^19.0.0-rc" ,
You can’t perform that action at this time.
0 commit comments