Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Umbranoxio committed Apr 15, 2024
1 parent 87ffd01 commit 94cc662
Show file tree
Hide file tree
Showing 4 changed files with 1,198 additions and 28 deletions.
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,27 @@
},
"author": "ScoreSaber",
"devDependencies": {
"@types/node": "^16.7.1",
"@types/uuid": "^8.3.1",
"@types/ws": "^7.4.7",
"typescript": "^4.3.5"
"@types/node": "^20.12.7",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"typescript": "^5.4.5"
},
"dependencies": {
"@discordjs/builders": "^0.5.0",
"@discordjs/rest": "0.1.0-canary.0",
"axios": "^0.24.0",
"canvas": "^2.8.0",
"discord-api-types": "^0.22.0",
"discord-buttons": "^4.0.0",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"@discordjs/builders": "^1.7.0",
"@discordjs/rest": "2.2.0",
"axios": "^1.6.8",
"canvas": "^2.11.2",
"discord-api-types": "^0.37.79",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.0.0",
"knex": "^0.95.10",
"nodemon": "^2.0.12",
"tsconfig-paths": "^3.10.1",
"tslib": "^2.3.1",
"uuid": "^8.3.2",
"ytdl-core": "^4.9.1"
"fs-extra": "^11.2.0",
"knex": "^3.1.0",
"nodemon": "^3.1.0",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1",
"ytdl-core": "^4.11.5"
}
}
Loading

0 comments on commit 94cc662

Please sign in to comment.