File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
"@react-email/components" : " ^0.0.25" ,
15
15
"@react-email/render" : " 1.0.1" ,
16
16
"next" : " 15.0.1" ,
17
- "react" : " ^18.3.1 " ,
18
- "react-dom" : " ^18.3.1 " ,
17
+ "react" : " ^19.0.0 " ,
18
+ "react-dom" : " ^19.0.0 " ,
19
19
"resend" : " ^2.0.0"
20
20
},
21
21
"devDependencies" : {
22
22
"@types/node" : " ^20" ,
23
- "@types/react" : " ^18 " ,
24
- "@types/react-dom" : " ^18 " ,
23
+ "@types/react" : " ^19.0.0 " ,
24
+ "@types/react-dom" : " ^19.0.0 " ,
25
25
"typescript" : " ^5"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"main" : " ./index.tsx" ,
6
6
"dependencies" : {
7
- "react" : " 18.3.1 " ,
8
- "react-dom" : " 18.3.1 "
7
+ "react" : " 19.1.0 " ,
8
+ "react-dom" : " 19.1.0 "
9
9
},
10
10
"devDependencies" : {
11
11
"@types/node" : " ^20" ,
12
- "@types/react" : " ^18 " ,
13
- "@types/react-dom" : " ^18 " ,
12
+ "@types/react" : " ^19.0.0 " ,
13
+ "@types/react-dom" : " ^19.0.0 " ,
14
14
"typescript" : " ^5"
15
15
}
16
16
}
Original file line number Diff line number Diff line change 7
7
"dependencies" : {
8
8
"@my-repo/components" : " workspace:*" ,
9
9
"@react-email/components" : " 0.0.25" ,
10
- "react" : " ^18.3.1 " ,
10
+ "react" : " ^19.0.0 " ,
11
11
"react-email" : " 3.0.1"
12
12
},
13
13
"devDependencies" : {
14
14
"@types/node" : " ^20" ,
15
- "@types/react" : " ^18 "
15
+ "@types/react" : " ^19.0.0 "
16
16
}
17
17
}
You can’t perform that action at this time.
0 commit comments