Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-Harad committed Nov 14, 2024
1 parent 9a506d6 commit f8e0d06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "test",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -18,7 +17,6 @@
"@types/pg": "^8.11.10",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
Expand All @@ -32,10 +30,7 @@
"svelte": "^5.1.16",
"svelte-check": "^4.0.7",
"tslib": "^2.8.1",
"prettier-plugin-svelte": "^3.2.8",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^5.1.15",
"svelte-check": "^4.0.7",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.11"
Expand All @@ -46,7 +41,7 @@
"mysql2": "^3.11.4",
"pg": "^8.13.1",
"postgresql": "^0.0.1",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.14",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11"
}
Expand Down

0 comments on commit f8e0d06

Please sign in to comment.