3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-26 02:35:03 +00:00

update djs dep

This commit is contained in:
almeidx 2023-03-12 21:16:25 +00:00
parent 9956af7c69
commit 1bce5a5090
No known key found for this signature in database
GPG key ID: B1F4887CEBE2EDB1
2 changed files with 85 additions and 133 deletions

View file

@ -28,7 +28,7 @@
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"deep-diff": "^1.0.2",
"discord.js": "14.7.2-dev.1678536262-1b29099.0",
"discord.js": "^14.8.0",
"dotenv": "^4.0.0",
"emoji-regex": "^8.0.0",
"erlpack": "github:discord/erlpack",
@ -102,11 +102,5 @@
"require": [
"./register-tsconfig-paths.js"
]
},
"overrides": {
"@discordjs/formatters": "0.1.1-dev.1678536268-1b29099.0",
"knub": {
"discord.js": "14.7.2-dev.1678536262-1b29099.0"
}
}
}