diff options
author | TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> | 2022-06-11 18:53:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-11 18:53:09 -0400 |
commit | 71e4999154956ea469d95f3d6a5711b2f0bb0fc3 (patch) | |
tree | d61bc34c08064a03a405b744597879a5c65cd288 /package.json | |
parent | a2e8aebe4134bedf1052d7a92db8eed6b58b964a (diff) | |
download | tanzanite-71e4999154956ea469d95f3d6a5711b2f0bb0fc3.tar.gz tanzanite-71e4999154956ea469d95f3d6a5711b2f0bb0fc3.tar.bz2 tanzanite-71e4999154956ea469d95f3d6a5711b2f0bb0fc3.zip |
Add support for users as an argument to evidence command (#61)
* Add user as an option for evidence command
* Update usage and examples
* Automatically format code
* No clue why @discordjs/builders was missing
* Update package.json
* upgrade deps
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/package.json b/package.json index dbbf25a..61ecb5c 100644 --- a/package.json +++ b/package.json @@ -58,27 +58,29 @@ } }, "dependencies": { + "@discordjs/builders": "^0.15.0", + "@discordjs/rest": "^0.5.0", "@notenoughupdates/discord.js-minesweeper": "^1.0.10", "@notenoughupdates/events-intercept": "^3.0.1", "@notenoughupdates/humanize-duration": "^4.0.1", "@notenoughupdates/simplify-number": "^1.0.1", - "@notenoughupdates/wolfram-alpha-api": "^1.0.1", - "@sentry/integrations": "^6.19.7", - "@sentry/node": "^6.19.7", - "@sentry/tracing": "^6.19.7", + "@notenoughupdates/wolfram-alpha-api": "^1.0.2", + "@sentry/integrations": "^7.1.1", + "@sentry/node": "^7.1.1", + "@sentry/tracing": "^7.1.1", "canvas": "^2.9.1", "chalk": "^5.0.1", "deep-lock": "^1.0.0", "discord-akairo": "npm:@notenoughupdates/discord-akairo@dev", - "discord-api-types": "0.33.1", + "discord-api-types": "0.33.5", "discord.js": "npm:@notenoughupdates/discord.js@dev", "fuse.js": "^6.6.2", "gif-to-apng": "^0.1.2", - "googleapis": "^100.0.0", + "googleapis": "^101.0.0", "got": "^12.1.0", "lodash": "^4.17.21", - "mathjs": "^10.6.0", - "nanoid": "^3.3.4", + "mathjs": "^10.6.1", + "nanoid": "^4.0.0", "node-os-utils": "^1.3.6", "numeral": "^2.0.6", "pg": "^8.7.3", @@ -88,30 +90,30 @@ "rimraf": "^3.0.2", "sequelize": "6.20.1", "tinycolor2": "^1.4.2", - "typescript": "^4.7.2", + "typescript": "^4.7.3", "vm2": "^3.9.9" }, "devDependencies": { "@sapphire/snowflake": "^3.2.2", - "@sentry/types": "^6.19.7", - "@types/eslint": "^8.4.2", + "@sentry/types": "^7.1.1", + "@types/eslint": "^8.4.3", "@types/express": "^4.17.13", "@types/lodash": "^4.14.182", - "@types/node": "^17.0.36", - "@types/node-os-utils": "^1.2.0", + "@types/node": "^17.0.42", + "@types/node-os-utils": "^1.3.0", "@types/numeral": "^2.0.2", "@types/pg": "^8.6.5", "@types/prettier": "^2.6.3", "@types/rimraf": "^3.0.2", "@types/tinycolor2": "^1.4.3", - "@types/validator": "^13.7.2", - "@typescript-eslint/eslint-plugin": "^5.26.0", - "@typescript-eslint/parser": "^5.26.0", - "eslint": "^8.16.0", + "@types/validator": "^13.7.3", + "@typescript-eslint/eslint-plugin": "^5.27.1", + "@typescript-eslint/parser": "^5.27.1", + "eslint": "^8.17.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-deprecation": "^1.3.2", "eslint-plugin-import": "^2.26.0", - "node-fetch": "^3.2.4" + "node-fetch": "^3.2.6" }, "packageManager": "yarn@3.2.1" } |