From bd7e0fd9f82cb5e118ef5f547b516f63f7d9c73b Mon Sep 17 00:00:00 2001 From: Shafiq Jetha Date: Fri, 4 Feb 2022 15:23:29 -0700 Subject: [PATCH] chore(deps): Update to include ngx-bootstrap v8 as an engine requirement --- projects/ngx-bootstrap-datetime-popup/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngx-bootstrap-datetime-popup/package.json b/projects/ngx-bootstrap-datetime-popup/package.json index 92e9313..a7d03c4 100644 --- a/projects/ngx-bootstrap-datetime-popup/package.json +++ b/projects/ngx-bootstrap-datetime-popup/package.json @@ -20,7 +20,7 @@ "@angular/common": "^12.0.0 || ^13.0.0", "@angular/core": "^12.0.0 || ^13.0.0", "@angular/forms": "^12.0.0 || ^13.0.0", - "ngx-bootstrap": "^7.0.0" + "ngx-bootstrap": "^7.0.0 || ^8.0.0" }, "dependencies": { "tslib": "^2.0.0"