Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: PaginationEmbed v3.0.0 #70

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
meta: Update dev-dependencies
Signed-off-by: gazmull <[email protected]>
gazmull committed Jul 23, 2021

Verified

This commit was signed with the committer’s verified signature. The key has expired.
gazmull Euni
commit 6cd9b27e96cad1db786ac69ed5abf46ed5e1a763
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -43,17 +43,17 @@
"discord.js": "^13.0.0-dev.4206e35.1626393827"
},
"devDependencies": {
"@types/node": "^14.14.35",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"del": "^5.0.0",
"@types/node": "^14.17.5",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-eslint7": "^0.3.0",
"gulp-eslint7": "^0.3.1",
"gulp-terser": "^2.0.1",
"gulp-typescript": "^6.0.0-alpha.1",
"typedoc": "^0.20.30",
"typedoc-neo-theme": "^1.1.0",
"typedoc-plugin-no-inherit": "^1.2.2",
"typescript": "^4.2.3"
"typedoc": "^0.21.4",
"typedoc-neo-theme": "^1.1.1",
"typedoc-plugin-no-inherit": "^1.3.0",
"typescript": "^4.3.5"
}
}