From: Seamus Lee Date: Thu, 30 May 2019 02:07:11 +0000 (+1000) Subject: Update bower.json to target fixed jquery branch for dev/core#969 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=49eadc075f839407b79c1af32065046f7883045a;p=civicrm-core.git Update bower.json to target fixed jquery branch for dev/core#969 --- diff --git a/bower.json b/bower.json index c4aaaa2152..9b1b32b524 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" } }