chore(client): ⚰️ Remove useless dependencies

This commit is contained in:
Jesse Wierzbinski 2024-06-09 15:05:18 -10:00
parent d4f5895dbf
commit d54a7462ce
No known key found for this signature in database
2 changed files with 1 additions and 7 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -51,12 +51,6 @@
"keywords": ["lysand", "mastodon", "api", "typescript", "rest"], "keywords": ["lysand", "mastodon", "api", "typescript", "rest"],
"packageManager": "bun@1.1.8", "packageManager": "bun@1.1.8",
"dependencies": { "dependencies": {
"@badgateway/oauth2-client": "^2.3.0", "@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"
} }
} }