From 2a9f85e53c265d6190d17fbef0ee752fe4015008 Mon Sep 17 00:00:00 2001 From: Mahmut Gundogdu Date: Mon, 2 Jan 2023 17:08:25 +0300 Subject: [PATCH] Fix minor package update issues. --- npm/ng-packs/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npm/ng-packs/package.json b/npm/ng-packs/package.json index 8ce29f9f4b..234592f63c 100644 --- a/npm/ng-packs/package.json +++ b/npm/ng-packs/package.json @@ -64,6 +64,7 @@ "@abp/ng.account": "~7.0.0", "@abp/ng.account.core": "~7.0.0", "@abp/ng.core": "~7.0.0", + "@abp/ng.oauth":"~7.0.0", "@abp/ng.feature-management": "~7.0.0", "@abp/ng.identity": "~7.0.0", "@abp/ng.permission-management": "~7.0.0", @@ -102,7 +103,7 @@ "jest": "28.1.1", "jest-canvas-mock": "^2.3.1", "jest-environment-jsdom": "28.1.1", - "jest-preset-angular": "12.2.2", + "jest-preset-angular": "^12.2.2", "jsonc-parser": "^2.3.0", "just-clone": "^6.1.1", "just-compare": "^1.4.0",