Skip to content

Commit

Permalink
fix: Upgrade tw-to-css (resend#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita authored Oct 31, 2023
1 parent e668ab5 commit d0cf3c6
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 29 deletions.
4 changes: 2 additions & 2 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-email/tailwind",
"version": "0.0.11",
"version": "0.0.12",
"description": "A React component to wrap emails with Tailwind CSS",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"tw-to-css": "0.0.11"
"tw-to-css": "0.0.12"
},
"peerDependencies": {
"react": "18.2.0"
Expand Down
97 changes: 70 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0cf3c6

Please sign in to comment.