Skip to content

Commit

Permalink
fix: bun dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-Harad committed Nov 15, 2024
1 parent 1cdc2aa commit 71942fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
Expand All @@ -21,7 +19,6 @@
"@typescript-eslint/parser": "^8.14.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
Expand All @@ -33,9 +30,7 @@
"svelte-check": "^4.0.7",
"tslib": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.11"
},
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 71942fe

Please sign in to comment.