aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-13 22:35:50 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-02-13 23:39:19 -0500
commit72ea1090753ccca3c5573801ae0b0a4439e1b736 (patch)
treebb3ff6e00572d111ddc1af0a864df90208c63840 /package.json
parent3d4f5061d402b44218cdfd351f39317d5f8ecd11 (diff)
downloadDLAP-72ea1090753ccca3c5573801ae0b0a4439e1b736.tar.gz
DLAP-72ea1090753ccca3c5573801ae0b0a4439e1b736.tar.bz2
DLAP-72ea1090753ccca3c5573801ae0b0a4439e1b736.zip
Fully working i18n (hopefully); Docker on walkthrough
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index c13b265..1383003 100644
--- a/package.json
+++ b/package.json
@@ -10,14 +10,14 @@
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
- "@discordjs/rest": "^2.0.1",
- "@discordjs/voice": "^0.16.0",
- "discord-api-types": "^0.37.60",
- "discord.js": "^14.13.0",
+ "@discordjs/rest": "^2.2.0",
+ "@discordjs/voice": "^0.16.1",
+ "discord-api-types": "^0.37.69",
+ "discord.js": "^14.14.1",
"ffmpeg-static": "^5.2.0",
- "i18next": "^23.5.1",
- "i18next-fs-backend": "^2.2.0",
- "music-metadata": "^8.1.4",
+ "i18next": "^23.8.2",
+ "i18next-fs-backend": "^2.3.1",
+ "music-metadata": "^7.14.0",
"sodium": "^3.0.2"
},
"devDependencies": {