Skip to content

Commit

Permalink
fix: Fix problems with outdated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszputek committed Jun 5, 2024
1 parent 0a0a059 commit 192ebf7
Show file tree
Hide file tree
Showing 7 changed files with 920 additions and 678 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescript]": {
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-music-bot",
"version": "1.0.9",
"version": "1.0.10",
"description": "",
"main": "src/index.js",
"scripts": {
Expand All @@ -22,35 +22,35 @@
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"@discordjs/voice": "^0.16.1",
"@distube/ytdl-core": "^4.13.4",
"@distube/ytpl": "^1.2.1",
"@distube/ytsr": "^2.0.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.11",
"libsodium-wrappers": "^0.7.13",
"valid-url": "^1.0.9",
"winston": "^3.10.0",
"ytdl-core": "4.9.0",
"ytpl": "^2.3.0",
"ytsr": "^3.8.4"
"winston": "^3.13.0"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/valid-url": "^1.0.4",
"@types/node": "^20.14.2",
"@types/valid-url": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"ava": "^5.3.1",
"c8": "8.0.0",
"eslint": "^8.48.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down
Loading

0 comments on commit 192ebf7

Please sign in to comment.