diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json index b22a63d..3106ca0 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "@discordjs/builders": "^1.1.0", "@discordjs/rest": "^1.0.1", "@ironm00n/nbt-ts": "^1.4.0", + "@napi-rs/canvas": "^0.1.29", "@notenoughupdates/discord.js-minesweeper": "^1.0.10", "@notenoughupdates/events-intercept": "^3.0.1", "@notenoughupdates/humanize-duration": "^4.0.1", @@ -75,7 +76,6 @@ "@sentry/integrations": "^7.11.1", "@sentry/node": "^7.11.1", "@sentry/tracing": "^7.11.1", - "canvas": "^2.9.3", "chalk": "^5.0.1", "deep-lock": "^1.0.0", "discord-akairo": "npm:@notenoughupdates/discord-akairo@dev", @@ -95,7 +95,7 @@ "rimraf": "^3.0.2", "sequelize": "6.21.4", "tinycolor2": "^1.4.2", - "typescript": "^4.7.4", + "typescript": "^4.8.2", "vm2": "^3.9.10" }, "devDependencies": { @@ -113,10 +113,9 @@ "@types/validator": "^13.7.5", "@typescript-eslint/eslint-plugin": "^5.35.1", "@typescript-eslint/parser": "^5.35.1", - "eslint": "^8.22.0", + "eslint": "^8.23.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-deprecation": "^1.3.2", - "node-fetch": "^3.2.10", "ts-essentials": "^9.3.0", "vitest": "^0.22.1" }, |