Skip to content

Commit

Permalink
fix: add tailwindcss to peer deps (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Dec 12, 2024
1 parent 4d25457 commit 58167e4
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-tools-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@svecodocs/kit": patch
---

add `tailwindcss` to `peerDependencies`
7 changes: 4 additions & 3 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"peerDependencies": {
"@sveltejs/kit": "^2.0.0",
"bits-ui": "^1.0.0-next.65",
"svelte": "^5.0.0"
"svelte": "^5.0.0",
"tailwindcss": "4.0.0-beta.6"
},
"publishConfig": {
"access": "public"
Expand All @@ -58,7 +59,7 @@
"@sveltejs/kit": "^2.9.0",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/vite": "4.0.0-beta.5",
"@tailwindcss/vite": "4.0.0-beta.6",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.1",
Expand All @@ -68,7 +69,7 @@
"publint": "^0.2.0",
"svelte": "^5.11.0",
"svelte-check": "^4.0.0",
"tailwindcss": "4.0.0-beta.5",
"tailwindcss": "4.0.0-beta.6",
"typescript": "^5.0.0",
"unified": "^11.0.5",
"vite": "^5.0.11"
Expand Down
Loading

0 comments on commit 58167e4

Please sign in to comment.