Skip to content

Commit c8e2f51

Browse files
fix(deps): pin dependency tslib to 2.1.0 (#89)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 34aca06 commit c8e2f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/rx-form-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript-library"
2222
],
2323
"dependencies": {
24-
"tslib": "^2.0.0"
24+
"tslib": "2.1.0"
2525
},
2626
"peerDependencies": {
2727
"@angular/common": "^7.1.0 || ^8.0.0 || ^11.0.0",

0 commit comments

Comments
 (0)