File tree Expand file tree Collapse file tree 3 files changed +404
-62
lines changed Expand file tree Collapse file tree 3 files changed +404
-62
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @react-email/preview-server " : patch
3
+ ---
4
+
5
+ pin all dependencies to avoid compatibility issues of the built preview server
Original file line number Diff line number Diff line change 14
14
"main" : " ./index.mjs" ,
15
15
"dependencies" : {
16
16
"@babel/core" : " 7.26.10" ,
17
- "@babel/parser" : " ^ 7.27.0" ,
18
- "@babel/traverse" : " ^ 7.27.0" ,
17
+ "@babel/parser" : " 7.27.0" ,
18
+ "@babel/traverse" : " 7.27.0" ,
19
19
"@lottiefiles/dotlottie-react" : " 0.13.3" ,
20
20
"@radix-ui/colors" : " 3.0.0" ,
21
21
"@radix-ui/react-collapsible" : " 1.1.7" ,
31
31
"@types/react-dom" : " 19.0.4" ,
32
32
"@types/webpack" : " 5.28.5" ,
33
33
"autoprefixer" : " 10.4.21" ,
34
- "chalk" : " ^ 4.1.2" ,
34
+ "chalk" : " 4.1.2" ,
35
35
"clsx" : " 2.1.1" ,
36
- "esbuild" : " ^ 0.25.0" ,
36
+ "esbuild" : " 0.25.0" ,
37
37
"framer-motion" : " 12.7.5" ,
38
38
"json5" : " 2.2.3" ,
39
- "log-symbols" : " ^ 4.1.0" ,
39
+ "log-symbols" : " 4.1.0" ,
40
40
"module-punycode" :
" npm:[email protected] " ,
41
- "next" : " ^ 15.3.2 " ,
41
+ "next" : " 15.4.1 " ,
42
42
"node-html-parser" : " 7.0.1" ,
43
- "ora" : " ^ 5.4.1" ,
43
+ "ora" : " 5.4.1" ,
44
44
"pretty-bytes" : " 6.1.1" ,
45
45
"prism-react-renderer" : " 2.4.1" ,
46
46
"react" : " 19.0.0" ,
You can’t perform that action at this time.
0 commit comments