Skip to content

Commit bd06190

Browse files
committed
feat(deps): add tslib as a dependency
1 parent cceffee commit bd06190

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"read-pkg-up": "^7.0.1",
8484
"rimraf": "^3.0.2",
8585
"ts-jest": "^26.5.5",
86+
"tslib": "^2.2.0",
8687
"which": "^2.0.2",
8788
"yargs-parser": "^20.2.7"
8889
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8378,6 +8378,11 @@ tslib@^1.8.1, tslib@^1.9.0:
83788378
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
83798379
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
83808380

8381+
tslib@^2.2.0:
8382+
version "2.2.0"
8383+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
8384+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
8385+
83818386
tsutils@^3.17.1:
83828387
version "3.17.1"
83838388
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)