From fd68cec3d585ac8ecd698bd52ab8fa623e7755a8 Mon Sep 17 00:00:00 2001 From: Luiz Philippe Date: Wed, 27 Oct 2021 18:42:03 -0300 Subject: [PATCH] Fix tslib version --- projects/ng-github-contributions/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ng-github-contributions/package.json b/projects/ng-github-contributions/package.json index 030d0f8..34d30c5 100644 --- a/projects/ng-github-contributions/package.json +++ b/projects/ng-github-contributions/package.json @@ -8,8 +8,8 @@ "ng2-tooltip-directive": "~2.9.22" }, "dependencies": { - "ng2-tooltip-directive": "~2.9.22", - "tslib": "~2.9.22" + "tslib": "^2.0.0", + "ng2-tooltip-directive": "~2.9.22" }, "keywords": [ "github",