Skip to content

Commit d9afb93

Browse files
committed
Update jQuery to 3.x now that IE8 isn’t supported
We’ve effectively deprecated IE8 support anyway now that we use `document.querySelector` in the loader. If we ever need to reenable IE8 support, we’ll have to downgrade to jQuery 1.x. NB: Requires us to point ot jQuery 2.2.4 on Pjax test pages since Pjax doesn’t support jQuery 3 yet.
1 parent b4bb56a commit d9afb93

File tree

4 files changed

+218
-239
lines changed

4 files changed

+218
-239
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"tests"
2929
],
3030
"dependencies": {
31-
"jquery": "~1.12.0",
32-
"jQuery-ajaxTransport-XDomainRequest": "~1.0.2",
31+
"jquery": "~3.1.1",
32+
"jQuery-ajaxTransport-XDomainRequest": "~1.0.4",
3333
"underscore": "~1.8.3"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)