Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skick1234 committed Nov 9, 2021
1 parent c94bc69 commit 04fa4f5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,34 +45,34 @@
},
"homepage": "https://distube.js.org/",
"dependencies": {
"@distube/youtube-dl": "^2.2.2",
"@distube/youtube-dl": "^2.2.4",
"@distube/ytdl-core": "^4.9.3",
"@distube/ytpl": "^1.1.1",
"@distube/ytsr": "^1.1.5",
"prism-media": "https://codeload.github.com/distubejs/prism-media/tar.gz/main",
"tiny-typed-emitter": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@discordjs/voice": "^0.6.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@commitlint/cli": "^14.1.0",
"@commitlint/config-conventional": "^14.1.0",
"@discordjs/voice": "^0.7.2",
"@distube/docgen": "github:distubejs/docgen",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.0",
"babel-jest": "^27.2.5",
"discord.js": "^13.2.0",
"@types/node": "^16.11.7",
"babel-jest": "^27.3.1",
"discord.js": "^13.3.1",
"eslint": "^7.32.0",
"eslint-config-distube": "^1.4.0",
"husky": "^7.0.2",
"jest": "^27.2.5",
"husky": "^7.0.4",
"jest": "^27.3.1",
"jsdoc-babel": "^0.5.0",
"lint-staged": "^11.2.3",
"npm-check-updates": "^11.8.5",
"lint-staged": "^11.2.6",
"npm-check-updates": "^12.0.2",
"pinst": "^2.1.6",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
Expand Down

0 comments on commit 04fa4f5

Please sign in to comment.