From 643cfb37c5c962f93f41a022b9d70437ded1060e Mon Sep 17 00:00:00 2001 From: pavankumar Date: Tue, 16 Apr 2019 20:28:07 +0530 Subject: [PATCH] updated jquery and simple-module dependencies. --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 056e480..e6caf52 100644 --- a/bower.json +++ b/bower.json @@ -24,8 +24,8 @@ "umd.hbs" ], "dependencies": { - "jquery": "2.x", - "simple-module": "2.x" + "jquery": "^3.3.1", + "simple-module": "^3.0.3" } }