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 3131 },
3232 "pnpm" : {
3333 "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"
3838 }
3939 },
4040 "packageManager" :
" [email protected] +sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
Original file line number Diff line number Diff line change 4747 "access" : " public"
4848 },
4949 "dependencies" : {
50- "prismjs" : " 1.30.0"
50+ "prismjs" : " ^ 1.30.0"
5151 }
5252}
Original file line number Diff line number Diff line change 99 "test" : " vitest run"
1010 },
1111 "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"
1616 },
1717 "repository" : {
1818 "type" : " git" ,
Original file line number Diff line number Diff line change 99 },
1010 "dependencies" : {
1111 "@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"
1414 },
1515 "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" ,
1818 "react-email" : " INSERT_REACT_EMAIL_VERSION"
1919 }
2020}
Original file line number Diff line number Diff line change 4040 },
4141 "license" : " MIT" ,
4242 "dependencies" : {
43- "md-to-react-email" : " 5.0.5"
43+ "md-to-react-email" : " ^ 5.0.5"
4444 },
4545 "peerDependencies" : {
4646 "react" : " ^18.0 || ^19.0 || ^19.0.0-rc"
Original file line number Diff line number Diff line change 2525 "node" : " >=18.0.0"
2626 },
2727 "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"
4242 },
4343 "devDependencies" : {
4444 "@babel/core" : " 7.26.10" ,
Original file line number Diff line number Diff line change 7979 "node" : " >=18.0.0"
8080 },
8181 "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"
8585 },
8686 "peerDependencies" : {
8787 "react" : " ^18.0 || ^19.0 || ^19.0.0-rc" ,
You can’t perform that action at this time.
0 commit comments