Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit aa60ac8

Browse files
Update dependency tslib to v2 (#47)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 429caf6 commit aa60ac8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"sinon": "13.0.2",
6767
"ts-jest": "^25.1.0",
6868
"ts-node": "10.8.0",
69-
"tslib": "^1.10.0",
69+
"tslib": "2.4.0",
7070
"typescript": "4.7.2"
7171
},
7272
"peerDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5476,7 +5476,12 @@ [email protected]:
54765476
v8-compile-cache-lib "^3.0.1"
54775477
yn "3.1.1"
54785478

5479-
tslib@^1.10.0, tslib@^1.8.1:
5479+
[email protected], tslib@^2.3.1:
5480+
version "2.4.0"
5481+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
5482+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
5483+
5484+
tslib@^1.8.1:
54805485
version "1.11.1"
54815486
resolved "https://registry.npm.taobao.org/tslib/download/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
54825487
integrity sha1-6xXRKIJ/vuKEFUnhcfRe0zisfjU=
@@ -5486,11 +5491,6 @@ tslib@^1.9.0:
54865491
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
54875492
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
54885493

5489-
tslib@^2.3.1:
5490-
version "2.4.0"
5491-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
5492-
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
5493-
54945494
tsutils@^3.17.1:
54955495
version "3.17.1"
54965496
resolved "https://registry.npm.taobao.org/tsutils/download/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)