Skip to content

Commit

Permalink
fix: update peerDependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jan 8, 2024
1 parent f9b4e6c commit 951b391
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
"vite": "^5.0.11"
},
"peerDependencies": {
"svelte": "^5.0.0"
"svelte": "^5.0.0",
"tailwindcss": "^3.3.6",
"tailwind-merge": "^2.2.0"
},
"type": "module"
}

0 comments on commit 951b391

Please sign in to comment.