diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-15 15:48:50 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-15 15:48:50 -0500 |
commit | e5f90ecfa84b2d102c0774b0c50a31d58025555b (patch) | |
tree | f3fa3da369089183537eae5da82fb9f2d4e19faf /package.json | |
parent | 6fd7f7064782fddc20e65b5f1b1ba987c3a868a4 (diff) | |
download | tanzanite-e5f90ecfa84b2d102c0774b0c50a31d58025555b.tar.gz tanzanite-e5f90ecfa84b2d102c0774b0c50a31d58025555b.tar.bz2 tanzanite-e5f90ecfa84b2d102c0774b0c50a31d58025555b.zip |
idk
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/package.json b/package.json index ba1b852..4f2627e 100644 --- a/package.json +++ b/package.json @@ -34,15 +34,17 @@ "format": "yarn prettier . --write", "lint": "yarn eslint --ext js,jsx,ts,tsx src", "format:check": "yarn prettier . --check", - "upgrade": "yarn rimraf yarn.lock && yarn cache clean && yarn install && yarn up || true || yarn dlx @yarnpkg/sdks vscode", + "upgrade": "yarn rimraf yarn.lock && yarn cache clean && yarn install && yarn up && yarn up -R", + "upgrade:sdk": "yarn dlx @yarnpkg/sdks vscode", "beta": "git push && git checkout beta && git merge master && git push && git checkout master", "deploy:beta": "wsl /bin/bash -c \"pm2 deploy ecosystem.config.cjs beta\"", "deploy:production": "wsl /bin/bash -c \"pm2 deploy ecosystem.config.cjs production\"", "deploy:all": "yarn beta && wsl /bin/bash -c \"pm2 deploy ecosystem.config.cjs production && pm2 deploy ecosystem.config.cjs beta\"" }, "dependencies": { - "@sentry/node": "^6.14.1", - "@sentry/tracing": "^6.14.1", + "@notenoughupdates/wolfram-alpha-api": "^1.0.0", + "@sentry/node": "^6.14.3", + "@sentry/tracing": "^6.14.3", "canvas": "^2.8.0", "chalk": "^4.1.2", "discord-akairo": "npm:@notenoughupdates/discord-akairo@dev", @@ -53,9 +55,9 @@ "got": "^11.8.2", "humanize-duration": "^3.27.0", "lodash": "^4.17.21", - "mathjs": "^9.5.0", + "mathjs": "^10.0.0", "moment": "^2.29.1", - "nanoid": "^3.1.28", + "nanoid": "^3.1.30", "node-os-utils": "^1.3.5", "numeral": "^2.0.6", "pg": "^8.7.1", @@ -63,27 +65,26 @@ "prettier": "^2.4.1", "pretty-bytes": "^5.6.0", "rimraf": "^3.0.2", - "sequelize": "^6.6.5", + "sequelize": "^6.9.0", "simplify-number": "^1.0.0", "source-map-support": "^0.5.20", "tinycolor2": "^1.4.2", "tslib": "^2.3.1", - "typescript": "rc", - "wolfram-alpha-api": "npm:@notenoughupdates/wolfram-alpha-api@latest" + "typescript": "rc" }, "devDependencies": { "@types/express": "^4.17.13", - "@types/humanize-duration": "^3.25.1", + "@types/humanize-duration": "^3.27.0", "@types/lodash": "^4.14.176", - "@types/node": "^16.11.6", + "@types/node": "^16.11.7", "@types/node-os-utils": "^1.2.0", "@types/numeral": "^2.0.2", "@types/tinycolor2": "^1.4.3", - "@types/validator": "^13.6.3", - "@typescript-eslint/eslint-plugin": "^5.2.0", - "@typescript-eslint/parser": "^5.2.0", + "@types/validator": "^13.6.6", + "@typescript-eslint/eslint-plugin": "^5.3.1", + "@typescript-eslint/parser": "^5.3.1", "discord-api-types": "0.24.0", - "eslint": "^7.32.0", + "eslint": "^8.2.0", "eslint-config-prettier": "^8.3.0" }, "eslintConfig": { |