Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit b865346

Browse files
fix: add tslib as explicit dep
1 parent 857d97e commit b865346

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"chalk": "^4.0.0",
1212
"dotenv": "^16.0.0",
1313
"ts-node": "^10.0.0",
14+
"tslib": "^2.6.2",
1415
"typescript": "^5.0.2"
1516
},
1617
"devDependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3379,7 +3379,7 @@ tslib@^1.8.1:
33793379
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
33803380
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
33813381

3382-
tslib@^2.0.0:
3382+
tslib@^2.0.0, tslib@^2.6.2:
33833383
version "2.6.2"
33843384
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
33853385
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

0 commit comments

Comments
 (0)