Skip to content

Commit

Permalink
fix(deps): pin dependency tslib to 2.1.0 (#89)
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 committed Mar 25, 2021
1 parent 34aca06 commit c8e2f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/rx-form-mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript-library"
],
"dependencies": {
"tslib": "^2.0.0"
"tslib": "2.1.0"
},
"peerDependencies": {
"@angular/common": "^7.1.0 || ^8.0.0 || ^11.0.0",
Expand Down

0 comments on commit c8e2f51

Please sign in to comment.