From 66c4fa474fb6b06156c366a0e403bdfbf78edd8d Mon Sep 17 00:00:00 2001 From: Zenith Wogwugwu Date: Tue, 17 Dec 2024 10:54:37 +0100 Subject: [PATCH] fix: upgrade to angular 19 --- projects/ngx-jwt-auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngx-jwt-auth/package.json b/projects/ngx-jwt-auth/package.json index 2885f52..39d70d7 100644 --- a/projects/ngx-jwt-auth/package.json +++ b/projects/ngx-jwt-auth/package.json @@ -28,4 +28,4 @@ "dependencies": { "tslib": "^2.3.0" } -} \ No newline at end of file +}