File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
- name : Install React v18
35
35
run : |
36
36
cd packages/jsx-email
37
- pnpm add react@^18
37
+ pnpm add react@^18 react-dom@18
38
38
cd ../create-jsx-email
39
- pnpm add react@^18
39
+ pnpm add react@^18 react-dom@18
40
40
41
41
- name : Build Projects
42
42
run : |
Original file line number Diff line number Diff line change 66
66
"@jsx-email/plugin-inline" : " workspace:^" ,
67
67
"@jsx-email/plugin-minify" : " workspace:^" ,
68
68
"@jsx-email/plugin-pretty" : " workspace:^" ,
69
- "react" : " ^18.2.0 || ^19"
69
+ "react" : " ^18.2.0 || ^19" ,
70
+ "react-dom" : " ^18.2.0 || ^19"
70
71
},
71
72
"dependencies" : {
72
73
"@dot/log" : " ^0.1.5" ,
106
107
"postcss" : " ^8.4.32" ,
107
108
"postcss-var-replace" : " ^1.0.0" ,
108
109
"pretty-bytes" : " ^6.1.1" ,
109
- "react-dom" : " ^19" ,
110
110
"react-router-dom" : " 7.0.1" ,
111
111
"rehype" : " ^13.0.1" ,
112
112
"rehype-stringify" : " ^10.0.0" ,
You can’t perform that action at this time.
0 commit comments