Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshtrivedi committed Oct 7, 2023
1 parent 14cb88c commit 0c48c7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_modules

db/*matches.json

/static

# Developer tools' files
.lite_workspace.lua
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
"tailwindcss": "^3.3.3",
"vite": "^4.4.9"
},
"overrides": {
"@rgossiaux/svelte-headlessui": {
"svelte": "$svelte"
},
"@rgossiaux/svelte-heroicons": {
"svelte": "$svelte"
}
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"svelvet": "8.1.0"
Expand Down

0 comments on commit 0c48c7a

Please sign in to comment.