From ed987a1be05d60ca8d0dd08a8f573301efbc94fe Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 15 Nov 2022 09:31:26 +0300 Subject: [PATCH] Add missing `@abp/bootstrap-daterangepicker` dependency --- npm/packs/aspnetcore.mvc.ui.theme.shared/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json index 9a46ad8931..6da5cb2fbb 100644 --- a/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json +++ b/npm/packs/aspnetcore.mvc.ui.theme.shared/package.json @@ -13,6 +13,7 @@ "@abp/aspnetcore.mvc.ui": "~7.0.0-rc.1", "@abp/bootstrap": "~7.0.0-rc.1", "@abp/bootstrap-datepicker": "~7.0.0-rc.1", + "@abp/bootstrap-daterangepicker": "7.0.0-rc.1", "@abp/datatables.net-bs5": "~7.0.0-rc.1", "@abp/font-awesome": "~7.0.0-rc.1", "@abp/jquery-form": "~7.0.0-rc.1",