diff --git a/bun.lockb b/bun.lockb index 5610c97..3a0e30f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/client/package.json b/client/package.json index fb64bd1..dbb608b 100644 --- a/client/package.json +++ b/client/package.json @@ -51,12 +51,6 @@ "keywords": ["lysand", "mastodon", "api", "typescript", "rest"], "packageManager": "bun@1.1.8", "dependencies": { - "@badgateway/oauth2-client": "^2.3.0", - "@types/mime-types": "^2.1.4", - "magic-regexp": "^0.8.0", - "mime-types": "^2.1.35" - }, - "devDependencies": { - "@morlay/bunpublish": "^0.4.1" + "@badgateway/oauth2-client": "^2.3.0" } }