daisyui 3.2.0 → 3.2.1
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 +6 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "daisyui",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "daisyUI - Tailwind CSS Components",
|
|
5
5
|
"author": "Pouya Saadeghi",
|
|
6
6
|
"license": "MIT",
|
|
@@ -95,7 +95,11 @@
|
|
|
95
95
|
"postcss-cli": "10.1.0",
|
|
96
96
|
"postcss-import": "15.1.0",
|
|
97
97
|
"prejss-cli": "0.3.3",
|
|
98
|
-
"
|
|
98
|
+
"prettier": "^2.8.8",
|
|
99
|
+
"prettier-plugin-svelte": "^2.10.1",
|
|
100
|
+
"rtlcss": "4.1.0",
|
|
101
|
+
"standard-version": "^9.5.0",
|
|
102
|
+
"vitest": "^0.31.1"
|
|
99
103
|
},
|
|
100
104
|
"dependencies": {
|
|
101
105
|
"colord": "^2.9",
|
|
@@ -103,11 +107,5 @@
|
|
|
103
107
|
"postcss": "^8",
|
|
104
108
|
"postcss-js": "^4",
|
|
105
109
|
"tailwindcss": "^3"
|
|
106
|
-
},
|
|
107
|
-
"optionalDependencies": {
|
|
108
|
-
"prettier": "^2.8.8",
|
|
109
|
-
"prettier-plugin-svelte": "^2.10.1",
|
|
110
|
-
"standard-version": "^9.5.0",
|
|
111
|
-
"vitest": "^0.31.1"
|
|
112
110
|
}
|
|
113
111
|
}
|