Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
Signed-off-by: TRACTION <19631364+iamtraction@users.noreply.github.com>
  • Loading branch information
iamtraction committed Apr 2, 2023
1 parent 8529c16 commit 1a831bf
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,38 @@
"test": "eslint src --ext .ts"
},
"devDependencies": {
"@types/discord-rpc": "^4.0.3",
"@types/discord-rpc": "^4.0.4",
"@types/express": "^4.17.17",
"@types/http-errors": "^2.0.1",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@bastion/tesseract": "^5.0.0",
"@discordjs/opus": "^0.9.0",
"@iamtraction/google-translate": "^2.0.1",
"@types/gamedig": "^4.0.0",
"@types/gamedig": "^4.0.1",
"discord-rpc": "^4.0.1",
"dotenv": "^16.0.3",
"emoji-regex": "^10.2.1",
"gamedig": "^4.0.6",
"jsdom": "^21.1.0",
"libsodium-wrappers": "^0.7.11",
"mathjs": "^11.5.1",
"mathjs": "^11.7.0",
"play-dl": "^1.9.6",
"r6api.js": "^4.4.1",
"undici": "^5.20.0",
"ytdl-core": "^4.11.2",
"undici": "^5.21.0",
"ytdl-core": "^4.11.3",
"ytpl": "^2.3.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^6.0.2",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
},
"overrides": {
"discord-api-types": "0.37.20"
},
"resolutions": {
"discord-api-types": "0.37.20"
}
}

0 comments on commit 1a831bf

Please sign in to comment.