diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 45 |
1 files changed, 22 insertions, 23 deletions
diff --git a/package.json b/package.json index 3dfb25b..627c375 100644 --- a/package.json +++ b/package.json @@ -35,56 +35,55 @@ "deploy-all": "wsl /bin/bash -c \"pm2 deploy production && pm2 deploy beta\"" }, "devDependencies": { - "@types/common-tags": "^1.8.0", + "@types/common-tags": "^1.8.1", "@types/express": "^4.17.12", - "@types/humanize-duration": "^3", - "@types/lodash": "^4.14.172", - "@types/module-alias": "^2", - "@types/node": "^14.14.22", - "@types/node-fetch": "^2", - "@types/node-os-utils": "^1", - "@types/numeral": "^2", - "@types/tinycolor2": "^1", + "@types/humanize-duration": "^3.25.1", + "@types/lodash": "^4.14.173", + "@types/module-alias": "^2.0.1", + "@types/node": "^16.9.2", + "@types/node-os-utils": "^1.2.0", + "@types/numeral": "^2.0.1", + "@types/tinycolor2": "^1.4.3", "@types/validator": "^13.6.3", - "@typescript-eslint/eslint-plugin": "^4.14.1", - "@typescript-eslint/parser": "^4.14.1" + "@typescript-eslint/eslint-plugin": "^4.31.1", + "@typescript-eslint/parser": "^4.31.1", + "esbuild": "^0.12.28", + "eslint": "^7.32.0", + "eslint-config-prettier": "^8.3.0" }, "dependencies": { "@discordjs/builders": "^0.6.0", "@discordjs/voice": "^0.6.0", "canvas": "^2.8.0", - "chalk": "^4.1.1", + "chalk": "^4.1.2", "common-tags": "^1.8.0", "discord-akairo": "NotEnoughUpdates/discord-akairo", "discord-api-types": "0.22.0", "discord.js": "npm:@notenoughupdates/discord.js@13.2.0-dev", "discord.js-minesweeper": "^1.0.6", - "esbuild": "^0.12.11", - "eslint": "^7.29.0", - "eslint-config-prettier": "^8.3.0", "events-intercept": "^2.0.0", "fuse.js": "^6.4.6", "got": "^11.8.2", "humanize-duration": "^3.27.0", "json5": "^2.2.0", "lodash": "^4.17.21", - "mathjs": "^9.4.4", + "mathjs": "^9.4.5", "module-alias": "^2.2.2", "moment": "^2.29.1", "nanoid": "^3.1.25", - "node-fetch": "^2.6.1", + "node-fetch": "^3.0.0", "node-os-utils": "^1.3.5", "numeral": "^2.0.6", - "pg": "^8.5.1", - "pg-hstore": "^2.3.3", - "prettier": "^2.3.2", + "pg": "^8.7.1", + "pg-hstore": "^2.3.4", + "prettier": "^2.4.1", "pretty-bytes": "^5.6.0", "rimraf": "^3.0.2", - "sequelize": "^6.5.0", + "sequelize": "^6.6.5", "simplify-number": "^1.0.0", - "source-map-support": "^0.5.19", + "source-map-support": "^0.5.20", "tinycolor2": "^1.4.2", - "typescript": "^4.4.2", + "typescript": "^4.4.3", "wolfram-alpha-api": "https://products.wolframalpha.com/api/libraries/javascript/wolfram-alpha-api-1.0.0-rc.1.tgz" }, "eslintConfig": { |