mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Remove unused dependency
This commit is contained in:
parent
4f391a14d5
commit
450faba98b
3 changed files with 1 additions and 26 deletions
|
|
@ -6,7 +6,6 @@ import {
|
|||
DMChannel,
|
||||
GroupDMChannel,
|
||||
} from "discord.js";
|
||||
import rgbHex from "rgb-hex";
|
||||
import SkinModel from "../data/SkinModel";
|
||||
import * as Skins from "../data/skins";
|
||||
import UserContext from "../data/UserContext";
|
||||
|
|
|
|||
|
|
@ -28,13 +28,11 @@
|
|||
"md5": "^2.2.1",
|
||||
"node-fetch": "^2.6.0",
|
||||
"puppeteer": "^1.17.0",
|
||||
"rgb-hex": "^3.0.0",
|
||||
"sharp": "^0.26.1",
|
||||
"sqlite3": "^4.2.0",
|
||||
"temp": "^0.9.0",
|
||||
"ts-node": "^8.10.2",
|
||||
"twit": "^2.2.11",
|
||||
"twitter-api-client": "^0.2.1",
|
||||
"winston": "^3.2.1",
|
||||
"yargs": "^13.2.4"
|
||||
},
|
||||
|
|
|
|||
24
yarn.lock
24
yarn.lock
|
|
@ -3085,7 +3085,7 @@ buffer@^4.3.0:
|
|||
ieee754 "^1.1.4"
|
||||
isarray "^1.0.0"
|
||||
|
||||
buffer@^5.2.1, buffer@^5.5.0, buffer@^5.6.0:
|
||||
buffer@^5.2.1, buffer@^5.5.0:
|
||||
version "5.6.0"
|
||||
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz#a31749dc7d81d84db08abf937b6b8c4033f62786"
|
||||
dependencies:
|
||||
|
|
@ -8896,10 +8896,6 @@ oauth-sign@~0.9.0:
|
|||
version "0.9.0"
|
||||
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
|
||||
|
||||
oauth@^0.9.15:
|
||||
version "0.9.15"
|
||||
resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.9.15.tgz#bd1fefaf686c96b75475aed5196412ff60cfb9c1"
|
||||
|
||||
object-assign@4.x, object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
|
||||
version "4.1.1"
|
||||
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
||||
|
|
@ -8927,12 +8923,6 @@ object-keys@^1.0.11, object-keys@^1.0.12, object-keys@^1.1.1:
|
|||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
|
||||
|
||||
object-sizeof@^1.6.1:
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/object-sizeof/-/object-sizeof-1.6.1.tgz#35971f3fd2102bd8b51c67b0a53ed773ff77ab56"
|
||||
dependencies:
|
||||
buffer "^5.6.0"
|
||||
|
||||
object-visit@^1.0.0:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
|
||||
|
|
@ -10723,10 +10713,6 @@ reusify@^1.0.4:
|
|||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
|
||||
|
||||
rgb-hex@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/rgb-hex/-/rgb-hex-3.0.0.tgz#eab0168cc1279563b18a14605315389142e2e487"
|
||||
|
||||
rgb-regex@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1"
|
||||
|
|
@ -12040,14 +12026,6 @@ twit@^2.2.11:
|
|||
mime "^1.3.4"
|
||||
request "^2.68.0"
|
||||
|
||||
twitter-api-client@^0.2.1:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/twitter-api-client/-/twitter-api-client-0.2.1.tgz#f766c90211827e6a62e92c6a9390eb31f6732eea"
|
||||
dependencies:
|
||||
"@sinonjs/fake-timers" "^6.0.1"
|
||||
oauth "^0.9.15"
|
||||
object-sizeof "^1.6.1"
|
||||
|
||||
type-check@~0.3.2:
|
||||
version "0.3.2"
|
||||
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue