Update deps and remove ones that don't work with node 12

This commit is contained in:
Daniel Odendahl Jr
2019-05-16 12:34:37 +00:00
parent c3f453d950
commit 7a86c80c23
+4 -6
View File
@@ -28,26 +28,24 @@
}, },
"homepage": "https://github.com/dragonfire535/xiao#readme", "homepage": "https://github.com/dragonfire535/xiao#readme",
"engines": { "engines": {
"node": ">=11" "node": ">=12"
}, },
"dependencies": { "dependencies": {
"canvas": "^2.4.1", "canvas": "^2.5.0",
"cheerio": "^1.0.0-rc.3", "cheerio": "^1.0.0-rc.3",
"common-tags": "^1.8.0", "common-tags": "^1.8.0",
"custom-translate": "^2.2.8", "custom-translate": "^2.2.8",
"discord.js": "github:discordjs/discord.js", "discord.js": "github:discordjs/discord.js",
"discord.js-commando": "github:discordjs/Commando", "discord.js-commando": "github:discordjs/Commando",
"dotenv": "^8.0.0", "dotenv": "^8.0.0",
"erlpack": "github:discordapp/erlpack", "mathjs": "^5.10.0",
"mathjs": "^5.9.0",
"moment": "^2.24.0", "moment": "^2.24.0",
"moment-duration-format": "^2.2.2", "moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.25", "moment-timezone": "^0.5.25",
"neopet-image-finder": "^5.0.2", "neopet-image-finder": "^5.0.2",
"node-superfetch": "^0.1.9", "node-superfetch": "^0.1.9",
"random-js": "^2.0.0", "random-js": "^2.0.0",
"winston": "^3.2.1", "winston": "^3.2.1"
"zlib-sync": "^0.1.4"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^5.16.0", "eslint": "^5.16.0",