diff --git a/package.json b/package.json index 370c4ea..2be90b0 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "dependencies": { "@discordjs/collection": "^0.4.0", "@sapphire/async-queue": "^1.1.9", - "petitio": "^1.4.0" + "petitio": "^1.4.0", + "tslib": "^2.3.1" }, "devDependencies": { "@commitlint/cli": "^16.0.2", @@ -62,4 +63,4 @@ ], "packageManager": "yarn@3.1.1", "prettier": "@sapphire/prettier-config" -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index f551901..86cd2a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2128,6 +2128,7 @@ __metadata: lint-staged: ^12.1.7 petitio: ^1.4.0 prettier: ^2.5.1 + tslib: ^2.3.1 typescript: ^4.5.4 vitest: ^0.0.141 languageName: unknown