From b42d616f08b3966a5476038a8088349d699823eb Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 30 May 2019 12:07:11 +1000 Subject: [PATCH] Update bower.json to target fixed jquery branch for dev/core#969 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c4aaaa21526f..9b1b32b524da 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ "d3-3.5.x": "d3#~3.5.17", "dc-2.1.x": "dc.js#~2.1.8", "crossfilter-1.3.x": "crossfilter2#~1.3.11", - "jquery": "civicrm/jquery#1.12.4-civicrm-1.1", + "jquery": "civicrm/jquery#1.12.4-civicrm-1.2", "jquery-ui": "~1.12", "lodash-compat": "~3.0", "google-code-prettify": "~1.0", @@ -36,6 +36,6 @@ }, "resolutions": { "angular": "~1.5.11", - "jquery": "1.12.4-civicrm-1.1" + "jquery": "1.12.4-civicrm-1.2" } }