Skip to content

Commit

Permalink
fix(deps): update dependency tslib to v2.3.1 (#409)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Aug 14, 2021
1 parent 80d7b92 commit d3719ce
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/platform-browser-dynamic": "12.2.0",
"@angular/router": "12.2.0",
"rxjs": "6.6.7",
"tslib": "2.3.0",
"tslib": "2.3.1",
"zone.js": "0.11.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-duration-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"license": "MIT",
"dependencies": {
"tslib": "2.3.0"
"tslib": "2.3.1"
},
"peerDependencies": {
"@angular/common": "*",
Expand Down

0 comments on commit d3719ce

Please sign in to comment.