Upgrade to jQuery 3.4.x; closes #6405
- use jquery-migrate to handle compatibility with old plugins - fix breaking changes that are not handled by jquery-migrate
... | ... | @@ -25,7 +25,8 @@ |
"fuzzy": "^0.1.3", | ||
"gettext.js": "^0.9.0", | ||
"gridstack": "^0.4.0", | ||
"jquery": "^2.2.4", | ||
"jquery": "^3.4.1", | ||
"jquery-migrate": "^3.1.0", | ||
"jquery-mousewheel": "^3.1.13", | ||
"jquery-prettytextdiff": "^1.0.4", | ||
"jquery-ui": "^1.11.4", | ||
... | ... |
Please register or sign in to comment