Skip to content

Commit

Permalink
Package Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeAspy committed May 7, 2024
1 parent 5d61243 commit 2350fa6
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 326 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"lint": "eslint \"**/*.ts\" ."
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@eslint/js": "^9.2.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.12.7",
"eslint": "^9.1.1",
"@types/node": "^20.12.10",
"eslint": "^9.2.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1"
"typescript-eslint": "^7.8.0"
},
"dependencies": {
"@discordjs/rest": "^2.2.0",
"discord.js": "^14.14.1",
"minio": "^7.1.4",
"mongodb": "^6.5.0"
"@discordjs/rest": "^2.3.0",
"discord.js": "^14.15.2",
"minio": "^8.0.0",
"mongodb": "^6.6.1"
},
"optionalDependencies": {
"tsx": "^4.7.3"
"tsx": "^4.9.3"
}
}
Loading

0 comments on commit 2350fa6

Please sign in to comment.