From 387364d5e7cf5af6ebd669086bbdfd70e2542b17 Mon Sep 17 00:00:00 2001 From: Badisi Date: Fri, 17 Mar 2023 15:01:08 +0100 Subject: [PATCH] fix(ngx-auth): nx is trying to help but what a mess with the peerDeps !! --- projects/ngx-auth/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/ngx-auth/project.json b/projects/ngx-auth/project.json index 3443c60..5f93bbc 100644 --- a/projects/ngx-auth/project.json +++ b/projects/ngx-auth/project.json @@ -38,7 +38,8 @@ "dist/ngx-auth" ], "options": { - "project": "projects/ngx-auth/ng-package.json" + "project": "projects/ngx-auth/ng-package.json", + "updateBuildableProjectDepsInPackageJson": false }, "configurations": { "production": {