Skip to content

Commit

Permalink
update packages; can't wait for this to brick workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleCreativity committed Jan 8, 2025
1 parent 64ac2f6 commit 319cdcf
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 24 deletions.
53 changes: 33 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"bugs": {
"url": "https://github.com/PurpleCreativity/Amethyst/issues"
},
"keywords": ["discord", "bot", "typescript"],
"keywords": [
"discord",
"bot",
"typescript"
],
"exports": {
".": "./build/main.js"
},
Expand All @@ -33,10 +37,10 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/express": "^5.0.0",
"@types/node": "^22.9.0",
"@types/node": "^22.10.5",
"@types/ws": "^8.5.13",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
},
"dependencies": {
"@auth/express": "^0.8.4",
Expand All @@ -45,7 +49,7 @@
"bloxwrap": "^0.1.0",
"chalk": "^5.4.1",
"date-fns": "^4.1.0",
"discord.js": "^14.17.2",
"discord.js": "^14.17.3",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
Expand Down

0 comments on commit 319cdcf

Please sign in to comment.