Skip to content

Commit

Permalink
chore(deps): Pin dependencies (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 11, 2022
1 parent f1e2566 commit 1c371aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"format": "prettier --write {src,tests}/**/*.ts"
},
"devDependencies": {
"@sapphire/async-queue": "^1.2.0",
"@sapphire/async-queue": "1.3.0",
"@sapphire/eslint-config": "4.2.0",
"@sapphire/prettier-config": "1.3.0",
"@sapphire/ts-config": "3.3.0",
Expand All @@ -35,8 +35,8 @@
},
"prettier": "@sapphire/prettier-config",
"dependencies": {
"@kirishima/fetch": "^0.2.1",
"lavalink-api-types": "^0.1.3",
"undici": "^4.15.1"
"@kirishima/fetch": "0.2.1",
"lavalink-api-types": "0.1.3",
"undici": "4.15.1"
}
}

0 comments on commit 1c371aa

Please sign in to comment.