Skip to content

Commit c5eba85

Browse files
authored
fix: add tslib dependency (#83)
1 parent 671e1c9 commit c5eba85

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
@@ -27,6 +27,7 @@
2727
"indefinite": "^2.4.1",
2828
"pascal-case": "^3.1.1",
2929
"sentence-case": "^3.0.3",
30+
"tslib": "^2.4.0",
3031
"upper-case": "^2.0.1"
3132
},
3233
"peerDependencies": {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5315,6 +5315,11 @@ tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@~2.3.0:
53155315
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
53165316
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
53175317

5318+
tslib@^2.4.0:
5319+
version "2.4.0"
5320+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
5321+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
5322+
53185323
tslib@~2.0.0, tslib@~2.0.1:
53195324
version "2.0.3"
53205325
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"

0 commit comments

Comments
 (0)