From f73de366991924c08e062c6949698f0db742509c Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 30 Jan 2015 16:42:41 -0500 Subject: [PATCH] CRM-15890 - Make bower dependency version numbers more flexible --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 380c5a4b3d..61f93dacde 100644 --- a/bower.json +++ b/bower.json @@ -13,11 +13,11 @@ "angular-ui-sortable": "0.12.x", "angular-ui-utils": "0.1.x", "angular-unsavedChanges": "~0.1.1", - "qunit": "1.10.0", + "qunit": "~1.10", "d3": "3.4.11", - "jquery": "1.11.2", - "jquery-ui": "1.11.2", - "lodash-compat": "~3.0.1" + "jquery": "~1.11", + "jquery-ui": "~1.11", + "lodash-compat": "~3.0" }, "resolutions": { "angular": "~1.3.8" -- 2.25.1