Skip to content

Commit

Permalink
cleanup: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alysonhower committed Nov 18, 2024
1 parent 397b115 commit 723620c
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 522 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"tauri": "tauri"
},
"devDependencies": {
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.0.0-next.58",
"bits-ui": "^1.0.0-next.60",
"clsx": "^2.1.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^5.1.1",
"svelte-check": "^4.0.5",
"prettier-plugin-svelte": "^3.2.8",
"svelte": "^5.2.3",
"svelte-check": "^4.0.9",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"dependencies": {
"@sveltejs/adapter-static": "^3.0.5",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/cli": "^2.0.4",
"bun-types": "^1.1.33"
"@sveltejs/adapter-static": "^3.0.6",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/cli": "^2.1.0",
"bun-types": "^1.1.34"
}
}
Loading

0 comments on commit 723620c

Please sign in to comment.