From 3c84b11863207bb5a67e4486260c1de6c5d42a0c Mon Sep 17 00:00:00 2001 From: stdavis Date: Thu, 30 Mar 2023 08:35:49 -0600 Subject: [PATCH] fix: add missing dependency --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 81675fc..1e4b640 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,8 @@ "dijit-themes": "https://github.com/dojo/dijit-themes.git#1.14.0", "ladda-bootstrap": "^0.1.0", "sherlock": "agrc-sherlock#1.2.0", - "lodash": "^4.17.11" + "lodash": "^4.17.11", + "moment": "^2.29.4" }, "resolutions": { "agrc": "6.1.5",