Skip to content

Commit

Permalink
Backport PR #3428: Update jQuery to version 2.2
Browse files Browse the repository at this point in the history
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 <thomas@kluyver.me.uk>
  • Loading branch information
takluyver committed Mar 16, 2018
1 parent 0b9c68e commit 3a2b442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"font-awesome": "components/font-awesome#~4.7.0",
"google-caja": "5669",
"jed": "~1.1.1",
"jquery": "components/jquery#~2.0",
"jquery": "components/jquery#~2.2",
"jquery-typeahead": "~2.0.0",
"jquery-ui": "components/jqueryui#~1.10",
"marked": "~0.3",
Expand Down

0 comments on commit 3a2b442

Please sign in to comment.