@react-email/tailwind 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +14 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-email/tailwind",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "A React component to wrap emails with Tailwind CSS",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,20 +33,26 @@
|
|
|
33
33
|
"tailwind"
|
|
34
34
|
],
|
|
35
35
|
"engines": {
|
|
36
|
-
"node": ">=
|
|
36
|
+
"node": ">=20.0.0"
|
|
37
|
+
},
|
|
38
|
+
"devEngines": {
|
|
39
|
+
"runtime": {
|
|
40
|
+
"name": "node",
|
|
41
|
+
"version": ">=22.0.0"
|
|
42
|
+
}
|
|
37
43
|
},
|
|
38
44
|
"peerDependencies": {
|
|
39
45
|
"react": "^18.0 || ^19.0 || ^19.0.0-rc",
|
|
40
|
-
"@react-email/body": "0.2.0",
|
|
41
46
|
"@react-email/button": "0.2.0",
|
|
47
|
+
"@react-email/body": "0.2.0",
|
|
42
48
|
"@react-email/code-block": "0.2.0",
|
|
43
49
|
"@react-email/container": "0.0.15",
|
|
44
|
-
"@react-email/code-inline": "0.0.5",
|
|
45
50
|
"@react-email/heading": "0.0.15",
|
|
46
51
|
"@react-email/hr": "0.0.11",
|
|
52
|
+
"@react-email/code-inline": "0.0.5",
|
|
47
53
|
"@react-email/img": "0.0.11",
|
|
48
|
-
"@react-email/link": "0.0.12",
|
|
49
54
|
"@react-email/preview": "0.0.13",
|
|
55
|
+
"@react-email/link": "0.0.12",
|
|
50
56
|
"@react-email/text": "0.1.5"
|
|
51
57
|
},
|
|
52
58
|
"peerDependenciesMeta": {
|
|
@@ -90,13 +96,13 @@
|
|
|
90
96
|
"react-dom": "^19",
|
|
91
97
|
"shelljs": "0.9.2",
|
|
92
98
|
"typescript": "5.8.3",
|
|
93
|
-
"vite": "6.
|
|
99
|
+
"vite": "6.4.1",
|
|
94
100
|
"vite-plugin-dts": "4.5.3",
|
|
95
101
|
"yalc": "1.0.0-pre.53",
|
|
96
102
|
"@react-email/button": "^0.2.0",
|
|
97
103
|
"@react-email/head": "0.0.12",
|
|
98
|
-
"@react-email/hr": "0.0.11",
|
|
99
104
|
"@react-email/heading": "0.0.15",
|
|
105
|
+
"@react-email/hr": "0.0.11",
|
|
100
106
|
"@react-email/html": "0.0.11",
|
|
101
107
|
"@react-email/link": "0.0.12",
|
|
102
108
|
"@react-email/render": "2.0.0",
|
|
@@ -106,7 +112,7 @@
|
|
|
106
112
|
"access": "public"
|
|
107
113
|
},
|
|
108
114
|
"dependencies": {
|
|
109
|
-
"tailwindcss": "^4.1.
|
|
115
|
+
"tailwindcss": "^4.1.18"
|
|
110
116
|
},
|
|
111
117
|
"scripts": {
|
|
112
118
|
"build": "tsdown",
|