Skip to content

Commit

Permalink
fix(deps): add tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
RealShadowNova committed Jul 31, 2022
1 parent e17b77e commit 10ad4bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"colorette": "^2.0.19",
"commander": "^9.4.0",
"js-yaml": "^4.1.0",
"tslib": "^2.4.0",
"typedoc": "^0.23.10"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extends": "@sapphire/ts-config",
"compilerOptions": {
"importHelpers": true,
"noEmitHelpers": true,
"target": "ES2021",
"module": "CommonJS"
}
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6086,7 +6086,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.1.0, tslib@npm:^2.3.1":
"tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.4.0":
version: 2.4.0
resolution: "tslib@npm:2.4.0"
checksum: 8c4aa6a3c5a754bf76aefc38026134180c053b7bd2f81338cb5e5ebf96fefa0f417bff221592bf801077f5bf990562f6264fecbc42cd3309b33872cb6fc3b113
Expand Down Expand Up @@ -6195,6 +6195,7 @@ __metadata:
pretty-quick: ^3.1.3
rimraf: ^3.0.2
ts-jest: ^28.0.7
tslib: ^2.4.0
typedoc: ^0.23.10
typescript: ^4.7.4
bin:
Expand Down

0 comments on commit 10ad4bb

Please sign in to comment.