mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Update deps and remove ones that don't work with node 12
This commit is contained in:
+4
-6
@@ -28,26 +28,24 @@
|
||||
},
|
||||
"homepage": "https://github.com/dragonfire535/xiao#readme",
|
||||
"engines": {
|
||||
"node": ">=11"
|
||||
"node": ">=12"
|
||||
},
|
||||
"dependencies": {
|
||||
"canvas": "^2.4.1",
|
||||
"canvas": "^2.5.0",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"common-tags": "^1.8.0",
|
||||
"custom-translate": "^2.2.8",
|
||||
"discord.js": "github:discordjs/discord.js",
|
||||
"discord.js-commando": "github:discordjs/Commando",
|
||||
"dotenv": "^8.0.0",
|
||||
"erlpack": "github:discordapp/erlpack",
|
||||
"mathjs": "^5.9.0",
|
||||
"mathjs": "^5.10.0",
|
||||
"moment": "^2.24.0",
|
||||
"moment-duration-format": "^2.2.2",
|
||||
"moment-timezone": "^0.5.25",
|
||||
"neopet-image-finder": "^5.0.2",
|
||||
"node-superfetch": "^0.1.9",
|
||||
"random-js": "^2.0.0",
|
||||
"winston": "^3.2.1",
|
||||
"zlib-sync": "^0.1.4"
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^5.16.0",
|
||||
|
||||
Reference in New Issue
Block a user