diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 13:53:21 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 13:53:21 +0200 |
commit | 8c4d473d07b5c62fbdfaf1502836a271ba6f51bd (patch) | |
tree | 68d13cacdedd9c500a42dcc60c2a60697a2b8c0d /cdn | |
parent | Update release.yml (diff) | |
download | server-8c4d473d07b5c62fbdfaf1502836a271ba6f51bd.tar.xz |
update packages
Diffstat (limited to 'cdn')
-rw-r--r-- | cdn/package.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/cdn/package.json b/cdn/package.json index 96f07971..317af3c4 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -20,8 +20,7 @@ "url": "https://github.com/discord-open-source/discord-cdn/issues" }, "homepage": "https://github.com/discord-open-source/discord-cdn#readme", - "dependencies": { - "@fosscord/util": "file:../util", + "devDependencies": { "@types/body-parser": "^1.19.0", "@types/btoa": "^1.2.3", "@types/dotenv": "^8.2.0", @@ -31,6 +30,14 @@ "@types/node": "^14.17.0", "@types/node-fetch": "^2.5.7", "@types/uuid": "^8.3.0", + "@types/amqplib": "^0.8.1", + "@types/jsonwebtoken": "^8.5.0", + "@types/mongodb": "^3.6.9", + "@types/mongoose-autopopulate": "^0.10.1", + "@types/mongoose-lean-virtuals": "^0.5.1" + }, + "dependencies": { + "@fosscord/util": "file:../util", "body-parser": "^1.19.0", "btoa": "^1.2.1", "cheerio": "^1.0.0-rc.5", |