From 9c6d2a7acf350ce563d3b4201cd9f18587e222da Mon Sep 17 00:00:00 2001 From: Cory J Reid <11530109+coryjreid@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:28:02 -0600 Subject: Add pagination to the output of the `favorites list` command (#954) Co-authored-by: Max Isom --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'package.json') 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" } } -- cgit v1.2.3