diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/package.json b/package.json index 580f85c..e29e5e2 100644 --- a/package.json +++ b/package.json @@ -30,18 +30,19 @@ "@types/fluent-ffmpeg": "^2.1.14", "@types/fs-capacitor": "^2.0.0", "@types/node": "^13.9.1", + "@types/node-emoji": "^1.8.1", "@types/spotify-web-api-node": "^4.0.1", "@types/validator": "^12.0.1", - "@types/ws": "^7.2.2", - "@typescript-eslint/eslint-plugin": "^2.24.0", - "@typescript-eslint/parser": "^2.24.0", + "@types/ws": "^7.2.3", + "@typescript-eslint/eslint-plugin": "^2.25.0", + "@typescript-eslint/parser": "^2.25.0", "eslint": "^6.8.0", "eslint-config-xo": "^0.29.1", - "eslint-config-xo-typescript": "^0.26.0", + "eslint-config-xo-typescript": "^0.27.0", "husky": "^4.2.3", "nodemon": "^2.0.2", "reflect-metadata": "^0.1.13", - "ts-node": "^8.6.2", + "ts-node": "^8.8.1", "typescript": "^3.8.3" }, "eslintConfig": { @@ -56,7 +57,8 @@ "rules": { "new-cap": "off", "@typescript-eslint/no-unused-vars": "off", - "@typescript-eslint/no-unused-vars-experimental": "error" + "@typescript-eslint/no-unused-vars-experimental": "error", + "@typescript-eslint/prefer-readonly-parameter-types": "off" } }, "husky": { @@ -74,7 +76,7 @@ "fluent-ffmpeg": "^2.1.2", "fs-capacitor": "^6.1.0", "get-youtube-id": "^1.0.1", - "got": "^10.6.0", + "got": "^10.7.0", "hasha": "^5.2.0", "inversify": "^5.0.1", "iso8601-duration": "^1.2.0", @@ -87,8 +89,8 @@ "spotify-web-api-node": "^4.0.0", "sqlite3": "^4.1.1", "unique-random-array": "^2.0.0", - "youtube.ts": "^0.1.1", - "ytdl-core": "^2.0.0", - "ytsr": "^0.1.11" + "youtube.ts": "^0.1.3", + "ytdl-core": "^2.0.1", + "ytsr": "^0.1.12" } } |
