diff options
| author | Cory J Reid <[email protected]> | 2023-07-19 21:28:02 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-19 22:28:02 -0500 |
| commit | 9c6d2a7acf350ce563d3b4201cd9f18587e222da (patch) | |
| tree | a9c20dfe6843d0823825d4f71ae9c99fb9290eab /package.json | |
| parent | 2eb2b6d045386d3e0558fbf10b7157b03c7d5f02 (diff) | |
| download | muse-9c6d2a7acf350ce563d3b4201cd9f18587e222da.tar.xz muse-9c6d2a7acf350ce563d3b4201cd9f18587e222da.zip | |
Add pagination to the output of the `favorites list` command (#954)
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json index 2f04bfb..5134ace 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/node-emoji": "^1.8.1", "@types/spotify-web-api-node": "^5.0.2", "@types/validator": "^13.1.4", - "@types/ws": "^8.2.2", + "@types/ws": "8.5.4", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "eslint": "^7.32.0", @@ -84,7 +84,7 @@ "debug": "^4.3.3", "delay": "^5.0.0", "discord-api-types": "0.32.1", - "discord.js": "14.1.2", + "discord.js": "14.11.0", "dotenv": "^16.0.0", "execa": "^6.1.0", "fluent-ffmpeg": "^2.1.2", @@ -103,6 +103,7 @@ "p-limit": "^4.0.0", "p-queue": "^7.2.0", "p-retry": "4.6.2", + "pagination.djs": "^4.0.10", "parse-duration": "1.0.2", "read-pkg": "7.1.0", "reflect-metadata": "^0.1.13", @@ -113,5 +114,8 @@ "xbytes": "^1.7.0", "ytdl-core": "^4.11.5", "ytsr": "^3.8.2" + }, + "resolutions": { + "@types/ws": "8.5.4" } } |
