diff --git a/package.json b/package.json index 57eccc4d..10aa5dc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "distube", - "version": "3.0.0-beta.37", + "version": "3.0.0-beta.38", "description": "A Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -12,7 +12,8 @@ "prettier": "prettier --write **/*.{js,ts,json,yml,yaml}", "build": "tsc", "build:check": "tsc --noEmit --incremental false", - "publish:beta": "npm publish --tag beta" + "publish:beta": "npm publish --tag beta", + "ncu": "ncu -u --dep dev,prod" }, "repository": { "type": "git", @@ -49,10 +50,10 @@ "tiny-typed-emitter": "^2.1.0" }, "devDependencies": { - "@babel/core": "^7.15.0", + "@babel/core": "^7.15.5", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.14.7", - "@babel/preset-env": "^7.15.0", + "@babel/preset-env": "^7.15.4", "@babel/preset-typescript": "^7.15.0", "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", @@ -61,13 +62,14 @@ "@types/jest": "^27.0.1", "@types/node": "^16.7.10", "babel-jest": "^27.1.0", - "discord.js": "^13.0.1", + "discord.js": "^13.1.0", "eslint": "^7.32.0", - "eslint-config-distube": "^1.3.0", + "eslint-config-distube": "^1.4.0", "husky": "^7.0.2", "jest": "^27.1.0", "jsdoc-babel": "^0.5.0", "lint-staged": "^11.1.2", + "npm-check-updates": "^11.8.5", "prettier": "^2.3.2", "typescript": "^4.4.2" },