@bigbinary/neeto-email-delivery-frontend 1.0.6 → 1.0.7
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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-email-delivery-frontend",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "This repo is for implementing custom email delivery functionality for the Neeto platform.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-email-delivery-nano",
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"@rollup/plugin-node-resolve": "15.3.0",
|
|
84
84
|
"@rollup/plugin-replace": "5.0.4",
|
|
85
85
|
"@svgr/rollup": "8.1.0",
|
|
86
|
+
"@tailwindcss/postcss": "^4.1.17",
|
|
86
87
|
"@tanstack/react-query": "5.59.20",
|
|
87
88
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
88
89
|
"antd": "5.22.0",
|
|
@@ -137,7 +138,7 @@
|
|
|
137
138
|
"postcss-loader": "^7.0.1",
|
|
138
139
|
"postcss-preset-env": "7.8.2",
|
|
139
140
|
"prettier": "3",
|
|
140
|
-
"prettier-plugin-tailwindcss": "0.
|
|
141
|
+
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
141
142
|
"process": "0.11.10",
|
|
142
143
|
"qs": "^6.11.2",
|
|
143
144
|
"ramda": "0.29.0",
|
|
@@ -161,7 +162,7 @@
|
|
|
161
162
|
"stream-browserify": "^3.0.0",
|
|
162
163
|
"stream-http": "3.2.0",
|
|
163
164
|
"style-loader": "^3.3.1",
|
|
164
|
-
"tailwindcss": "
|
|
165
|
+
"tailwindcss": "^4.1.17",
|
|
165
166
|
"tty-browserify": "0.0.1",
|
|
166
167
|
"url": "^0.11.0",
|
|
167
168
|
"util": "^0.12.5",
|
|
@@ -209,7 +210,7 @@
|
|
|
209
210
|
"source-map-loader": "4.0.1",
|
|
210
211
|
"stream-browserify": "^3.0.0",
|
|
211
212
|
"stream-http": "3.2.0",
|
|
212
|
-
"tailwindcss": "
|
|
213
|
+
"tailwindcss": "^4.1.17",
|
|
213
214
|
"tty-browserify": "0.0.1",
|
|
214
215
|
"url": "^0.11.0",
|
|
215
216
|
"util": "^0.12.5",
|