Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
200percentmicky committed May 14, 2021
1 parent 1d60249 commit 1020921
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distube",
"version": "2.8.8-chadtube-2021.2.27",
"version": "2.8.8-chadtube-2021.5.13",
"description": "A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites",
"main": "src/DisTube.js",
"typings": "typings/DisTube.d.ts",
Expand Down Expand Up @@ -41,21 +41,21 @@
},
"homepage": "https://distube.js.org/",
"dependencies": {
"@distube/youtube-dl": "^1.0.3",
"@distube/youtube-dl": "^1.0.4",
"@distube/ytdl": "^1.0.6",
"@distube/ytpl": "^1.0.8",
"@distube/ytsr": "^1.0.7",
"lodash": "^4.17.20",
"ytdl-core": "^4.4.5"
"@distube/ytsr": "^1.1.0",
"lodash": "^4.17.21",
"ytdl-core": "^4.8.0"
},
"devDependencies": {
"@discordjs/opus": "^0.3.3",
"@types/node": "^14.14.14",
"clean-jsdoc-theme": "^3.0.3",
"discord.js": "^12.5.1",
"@types/node": "^14.14.45",
"clean-jsdoc-theme": "^3.2.7",
"discord.js": "^12.5.3",
"discord.js-docgen": "github:distubejs/docgen",
"jsdoc": "^3.6.6",
"typescript": "^4.1.3"
"typescript": "^4.2.4"
},
"engines": {
"discord.js": "^12.0.0",
Expand Down

0 comments on commit 1020921

Please sign in to comment.