Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency tslib to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 18, 2021
1 parent 45a44c5 commit 8e7c299
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
11 changes: 9 additions & 2 deletions .pnp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "4.3.5"
},
"dependencies": {
"tslib": "2.2.0"
"tslib": "2.3.0"
},
"lint-staged": {
"*.{js,json,md,ts,yml}": "prettier --write"
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3882,7 +3882,7 @@ fsevents@~2.3.1:
lint-staged: 11.0.1
prettier: 2.3.2
prettier-plugin-organize-imports: 2.2.0
tslib: 2.2.0
tslib: 2.3.0
typescript: 4.3.5
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6324,10 +6324,10 @@ resolve@^1.9.0:
languageName: node
linkType: hard

"tslib@npm:2.2.0, tslib@npm:^2.2.0":
version: 2.2.0
resolution: "tslib@npm:2.2.0"
checksum: 2d35468c470410871c5246e43f12dcb6d0fc363b617c176f26443b9530e5c5ee8448966892a42956168d8f495da7865bda33dfe82c26c91991e28999974a618f
"tslib@npm:2.3.0":
version: 2.3.0
resolution: "tslib@npm:2.3.0"
checksum: 7b4fc9feff0f704743c3760f5d8d708f6417fac6458159e63df3a6b1100f0736e3b99edb9fe370f274ad15160a1f49ff05cb49402534c818ff552c48e38c3e6e
languageName: node
linkType: hard

Expand All @@ -6338,6 +6338,13 @@ resolve@^1.9.0:
languageName: node
linkType: hard

"tslib@npm:^2.2.0":
version: 2.2.0
resolution: "tslib@npm:2.2.0"
checksum: 2d35468c470410871c5246e43f12dcb6d0fc363b617c176f26443b9530e5c5ee8448966892a42956168d8f495da7865bda33dfe82c26c91991e28999974a618f
languageName: node
linkType: hard

"tsutils@npm:^3.17.1":
version: 3.21.0
resolution: "tsutils@npm:3.21.0"
Expand Down

0 comments on commit 8e7c299

Please sign in to comment.