From 8bafe72a45cc301248d320346b7737e3a13947f8 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 1 Mar 2023 16:18:34 -0500 Subject: [PATCH] JQuery and Lodash as peer dependencies --- projects/flo/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/flo/package.json b/projects/flo/package.json index 7e61c35..d9375b5 100644 --- a/projects/flo/package.json +++ b/projects/flo/package.json @@ -14,6 +14,8 @@ "ts-disposables": "2.2.3" }, "peerDependencies": { + "jquery": ">=3.6.0", + "lodash": ">=4.17.0", "@angular/core": ">=15.0.0 <17.0.0", "@angular/forms": ">=15.0.0 < 17.0.0", "@angular/common": ">=15.0.0 <17.0.0",