Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 14, 2020
1 parent 2dfc4d2 commit 41bdd1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"ps-list": "^7.0.0",
"shellwords-ts": "^3.0.0",
"string-width": "^4.2.0",
"tslib": "1.12.0",
"tslib": "2.0.0",
"type-fest": "^0.13.0",
"wrap-ansi": "^7.0.0",
"yamljs": "^0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9043,10 +9043,10 @@ ts-node@8.10.1:
source-map-support "^0.5.17"
yn "3.1.1"

tslib@1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.12.0.tgz#d1fc9cacd06a1456c62f2902b361573e83d66473"
integrity sha512-5rxCQkP0kytf4H1T4xz1imjxaUUPMvc5aWp0rJ/VMIN7ClRiH1FwFvBt8wOeMasp/epeUnmSW6CixSIePtiLqA==
tslib@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==

tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.11.1"
Expand Down

0 comments on commit 41bdd1f

Please sign in to comment.