Skip to content

Commit 49bd771

Browse files
authored
feat(tailwind): package rewrite (#953)
1 parent 73842f9 commit 49bd771

File tree

6 files changed

+648
-424
lines changed

6 files changed

+648
-424
lines changed

packages/tailwind/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-email/tailwind",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "A React component to wrap emails with Tailwind CSS",
55
"sideEffects": false,
66
"main": "./dist/index.js",
@@ -44,7 +44,6 @@
4444
"node": ">=18.0.0"
4545
},
4646
"dependencies": {
47-
"html-react-parser": "4.2.2",
4847
"react": "18.2.0",
4948
"react-dom": "18.2.0",
5049
"tw-to-css": "0.0.11"
@@ -56,6 +55,8 @@
5655
"@babel/core": "^7.21.8",
5756
"@babel/preset-react": "7.22.5",
5857
"@react-email/hr": "workspace:*",
58+
"@react-email/head": "workspace:*",
59+
"@react-email/html": "workspace:*",
5960
"@testing-library/react": "14.0.0",
6061
"eslint-config-custom": "workspace:*",
6162
"tsconfig": "workspace:*",

0 commit comments

Comments
 (0)