aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-15 21:40:41 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-15 21:40:41 -0500
commitb2908096f668b9a67e8a3a0259d95a9e56f7dc68 (patch)
treed7567085e6d9314d4c4e2e915a5ad64a377ed148 /package.json
parent1c655a93a50faea809c15f7abfc897ba41d19e34 (diff)
downloadtanzanite-b2908096f668b9a67e8a3a0259d95a9e56f7dc68.tar.gz
tanzanite-b2908096f668b9a67e8a3a0259d95a9e56f7dc68.tar.bz2
tanzanite-b2908096f668b9a67e8a3a0259d95a9e56f7dc68.zip
chore: update deps
Diffstat (limited to 'package.json')
-rw-r--r--package.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/package.json b/package.json
index c3ea3e6..c086178 100644
--- a/package.json
+++ b/package.json
@@ -19,17 +19,6 @@
"EthanDevelops#5366 (@EthanDevelops)"
],
"license": "CC-BY-NC-SA-4.0",
- "imports": {
- "#lib": {
- "default": "./src/lib/index.js"
- },
- "#args": {
- "default": "./src/arguments/index.js"
- },
- "#commands": {
- "default": "./src/commands/index.js"
- }
- },
"scripts": {
"build:esbuild": "yarn rimraf dist && yarn esbuild --sourcemap=inline --outdir=dist --platform=node --target=es2020 --format=esm --log-level=warning src/**/*.ts",
"build:tsc": "yarn rimraf dist && yarn tsc",
@@ -50,27 +39,38 @@
"deploy:production": "pm2 deploy ecosystem.config.cjs production",
"deploy:all": "yarn beta && pm2 deploy ecosystem.config.cjs production && pm2 deploy ecosystem.config.cjs beta"
},
+ "imports": {
+ "#lib": {
+ "default": "./src/lib/index.js"
+ },
+ "#args": {
+ "default": "./src/arguments/index.js"
+ },
+ "#commands": {
+ "default": "./src/commands/index.js"
+ }
+ },
"dependencies": {
"@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.17.7",
- "@sentry/node": "^6.17.7",
- "@sentry/tracing": "^6.17.7",
+ "@sentry/integrations": "^6.17.8",
+ "@sentry/node": "^6.17.8",
+ "@sentry/tracing": "^6.17.8",
"canvas": "^2.9.0",
"chalk": "^5.0.0",
"deep-lock": "^1.0.0",
"discord-akairo": "npm:@notenoughupdates/discord-akairo@dev",
- "discord-api-types": "0.27.0",
+ "discord-api-types": "0.27.1",
"discord-api-types-next": "npm:discord-api-types@next",
"discord.js": "npm:@notenoughupdates/discord.js@dev",
"fuse.js": "^6.5.3",
"got": "^12.0.1",
"lodash": "^4.17.21",
"mathjs": "^10.1.1",
- "nanoid": "^3.2.0",
+ "nanoid": "^3.3.0",
"node-os-utils": "^1.3.6",
"numeral": "^2.0.6",
"pg": "^8.7.3",
@@ -85,11 +85,11 @@
},
"devDependencies": {
"@sapphire/snowflake": "^3.1.0",
- "@sentry/types": "^6.17.7",
+ "@sentry/types": "^6.17.8",
"@types/eslint": "^8.4.1",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.178",
- "@types/node": "^17.0.17",
+ "@types/node": "^17.0.18",
"@types/node-os-utils": "^1.2.0",
"@types/numeral": "^2.0.2",
"@types/pg": "^8.6.4",
@@ -97,16 +97,16 @@
"@types/rimraf": "^3.0.2",
"@types/tinycolor2": "^1.4.3",
"@types/validator": "^13.7.1",
- "@typescript-eslint/eslint-plugin": "^5.11.0",
- "@typescript-eslint/parser": "^5.11.0",
+ "@typescript-eslint/eslint-plugin": "^5.12.0",
+ "@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-import": "^2.25.4",
"node-fetch": "^3.2.0"
},
+ "packageManager": "yarn@3.1.1",
"resolutions": {
- "@discordjs/rest@npm:^0.4.0-dev": "0.3.0"
- },
- "packageManager": "yarn@3.1.1"
+ "discord-api-types": "0.27.1"
+ }
}