diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-07-17 18:15:16 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-07-17 18:15:16 -0400 |
| commit | 8ce71120f31fd8f590bd7b3f2247ea65450da01d (patch) | |
| tree | a88becb45d43534de7fa1a07e294d38006b1fd37 /package.json | |
| parent | 6664618ed1225e17f2e98ee8a44179181e3dcf9b (diff) | |
| download | DLAP-8ce71120f31fd8f590bd7b3f2247ea65450da01d.tar.gz DLAP-8ce71120f31fd8f590bd7b3f2247ea65450da01d.tar.bz2 DLAP-8ce71120f31fd8f590bd7b3f2247ea65450da01d.zip | |
Updated to v14
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/package.json b/package.json index 3ad6789..af3e55d 100644 --- a/package.json +++ b/package.json @@ -8,19 +8,18 @@ "dev": "nodemon bot.js" }, "dependencies": { - "@discordjs/builders": "^0.15.0", "@discordjs/opus": "^0.8.0", - "@discordjs/rest": "^0.5.0", - "@discordjs/voice": "^0.10.0", - "discord-api-types": "^0.36.1", - "discord.js": "^13.8.1", + "@discordjs/rest": "^1.0.0", + "@discordjs/voice": "^0.11.0", + "discord-api-types": "^0.36.2", + "discord.js": "^14.0.1", "ffmpeg-static": "^5.0.0", "fluent-ffmpeg": "^2.1.2", "music-metadata": "^7.12.4", "sodium": "^3.0.2" }, "devDependencies": { - "eslint": "^8.0.1", + "eslint": "^8.20.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0", |
