Skip to content

Commit c4d3bcb

Browse files
Briscoooegabrielmfernrenovate[bot]github-actions[bot]dependabot[bot]
committed
fix(create-email): Move "react-email" package to devDependencies for the template (#1708)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Gabriel Miranda <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55940c2 commit c4d3bcb

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/nervous-eggs-allow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-email": minor
3+
---
4+
5+
Move "react-email" package to devDependencies for the template

packages/create-email/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
},
1010
"dependencies": {
1111
"@react-email/components": "workspace:0.0.26-canary.4",
12-
"react-email": "workspace:3.0.2-canary.3",
1312
"react-dom": "18.3.1",
1413
"react": "18.3.1"
1514
},
1615
"devDependencies": {
1716
"@types/react": "18.3.4",
18-
"@types/react-dom": "18.3.0"
17+
"@types/react-dom": "18.3.0",
18+
"react-email": "workspace:3.0.2-canary.3"
1919
}
2020
}

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)