chore(Types): include @discordjs/voice typings (#5941)

Co-authored-by: Noel <buechler.noel@outlook.com>
This commit is contained in:
Amish Shah
2021-06-29 18:44:45 +01:00
committed by GitHub
parent 5ad83a6a65
commit 63a8df1c1f
8 changed files with 1216 additions and 1229 deletions

View File

@@ -47,34 +47,33 @@
"dependencies": {
"@discordjs/collection": "^0.1.6",
"@discordjs/form-data": "^3.0.1",
"@sapphire/async-queue": "^1.1.2",
"@types/ws": "^7.4.4",
"@sapphire/async-queue": "^1.1.4",
"@types/ws": "^7.4.5",
"abort-controller": "^3.0.0",
"discord-api-types": "^0.19.0-next.f393ba520d7d6d2aacaca7b3ca5d355fab614f6e",
"node-fetch": "^2.6.1",
"ws": "^7.4.6"
"ws": "^7.5.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-angular": "^12.1.4",
"@discordjs/docgen": "^0.10.0",
"@discordjs/voice": "^0.3.0",
"@types/node": "^12.12.6",
"@types/node": "^14.17.4",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"dtslint": "^4.1.0",
"eslint": "^7.27.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"gen-esm-wrapper": "^1.1.1",
"gen-esm-wrapper": "^1.1.2",
"husky": "^6.0.0",
"is-ci": "^3.0.0",
"jest": "^27.0.3",
"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"prettier": "^2.3.2",
"tslint": "^6.1.3",
"typescript": "^4.3.2"
"typescript": "^4.3.4"
},
"engines": {
"node": ">=14.0.0",