Skip to content

Commit 3a2b442

Browse files
committed
Backport PR #3428: Update jQuery to version 2.2
So we can take advantage of some slightly newer features in jQuery. The last 2.x release is 2.2.4. The 3.0 [release notes](http://blog.jquery.com/2016/06/09/jquery-3-0-final-released/) say that it shouldn't cause many breakagaes, but there are still quite a few [breaking changes](http://jquery.com/upgrade-guide/3.0/), so for now I'm sticking to 2.x for now. Signed-off-by: Thomas Kluyver <[email protected]>
1 parent 0b9c68e commit 3a2b442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"font-awesome": "components/font-awesome#~4.7.0",
1111
"google-caja": "5669",
1212
"jed": "~1.1.1",
13-
"jquery": "components/jquery#~2.0",
13+
"jquery": "components/jquery#~2.2",
1414
"jquery-typeahead": "~2.0.0",
1515
"jquery-ui": "components/jqueryui#~1.10",
1616
"marked": "~0.3",

0 commit comments

Comments
 (0)