Skip to content

Commit

Permalink
chore: bump fetch libs
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Nov 16, 2023
1 parent 4199040 commit eda2d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
"prettier": "@sapphire/prettier-config",
"dependencies": {
"@kirishima/fetch": "^0.3.2",
"@kirishima/fetch": "^0.3.3",
"@sapphire/async-queue": "^1.5.0",
"gen-esm-wrapper": "^1.1.3",
"lavalink-api-types": "^1.1.5",
"tslib": "^2.4.1",
"undici": "^5.13.0"
"undici": "^5.27.2"
}
}
2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["src"]
"include": ["src", "tests"]
}

0 comments on commit eda2d3b

Please sign in to comment.