We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3013cf commit 6ad93d5Copy full SHA for 6ad93d5
.changeset/proud-dodos-obey.md
@@ -0,0 +1,5 @@
1
+---
2
+"@zenml-io/react-component-library": patch
3
4
+
5
+make tailwindcss a peer dependency
package.json
@@ -63,8 +63,7 @@
63
"@radix-ui/react-slot": "^1.0.2",
64
"class-variance-authority": "^0.7.0",
65
"clsx": "^2.0.0",
66
- "tailwind-merge": "^1.14.0",
67
- "tailwindcss": "^3.3.3"
+ "tailwind-merge": "^1.14.0"
68
},
69
"devDependencies": {
70
"@changesets/cli": "^2.26.2",
@@ -92,6 +91,7 @@
92
91
"@types/react": "^18.0.0",
93
"@types/react-dom": "^18.0.0",
94
"react": "^18.0.0",
95
- "react-dom": "^18.0.0"
+ "react-dom": "^18.0.0",
+ "tailwindcss": "^3.0.0"
96
}
97
0 commit comments