Skip to content

Commit

Permalink
chore: Update npm dependencies and Babel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
EvarinDev committed Sep 6, 2024
1 parent 0a85f31 commit 4086530
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"test:player": "bun test/player.ts"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.9.1",
"@types/bun": "latest",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"globals": "^15.9.0",
"typescript-eslint": "^8.0.1",
"@babel/cli": "^7.24.8",
"typescript-eslint": "^8.4.0",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7"
},
"publishConfig": {
Expand All @@ -32,12 +32,12 @@
},
"homepage": "https://github.com/FAYStarNext/Sunday.ts#readme",
"peerDependencies": {
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@discordjs/collection": "^2.1.0",
"@discordjs/collection": "^2.1.1",
"axios": "^1.7.7",
"discord.js": "^14.15.3",
"discord.js": "^14.16.1",
"tiny-typed-emitter": "^2.1.0",
"ws": "^8.18.0"
},
Expand Down

0 comments on commit 4086530

Please sign in to comment.