Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @react-email/render to v0.0.9 #9473

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mailer/renderers/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]
},
"dependencies": {
"@react-email/render": "0.0.7",
"@react-email/render": "0.0.9",
"@redwoodjs/mailer-core": "6.0.7"
},
"devDependencies": {
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7692,6 +7692,18 @@ __metadata:
languageName: node
linkType: hard

"@react-email/render@npm:0.0.9":
version: 0.0.9
resolution: "@react-email/render@npm:0.0.9"
dependencies:
html-to-text: 9.0.5
pretty: 2.0.0
react: 18.2.0
react-dom: 18.2.0
checksum: 128b3a7c65e77a14600e48fb24183e182de82b4ddc8ff11bb239c421fa68bd6eb8b063822b5abe9f8599e34ece315cdb961b4133c59285cebcc517d2ec0ae8da
languageName: node
linkType: hard

"@react-spring/animated@npm:~9.7.3":
version: 9.7.3
resolution: "@react-spring/animated@npm:9.7.3"
Expand Down Expand Up @@ -8886,7 +8898,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@redwoodjs/mailer-renderer-react-email@workspace:packages/mailer/renderers/react-email"
dependencies:
"@react-email/render": 0.0.7
"@react-email/render": 0.0.9
"@redwoodjs/mailer-core": 6.0.7
esbuild: 0.19.5
fast-glob: 3.3.2
Expand Down
Loading