Skip to content

Commit

Permalink
fix(jquery-ui): use latest version of jQuery-UI to avoid jQuery 3 errors
Browse files Browse the repository at this point in the history
- main cause of the issue was jQuery UI 1.12 is made for jQuery 3 while 1.11 was for jQuery 2.x
  • Loading branch information
ghiscoding committed Mar 15, 2018
1 parent 22f687b commit c546865
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions aurelia-slickgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"font-awesome": "^4.7.0",
"i18next-xhr-backend": "^1.5.0",
"jquery": "^3.2.1",
"jquery-ui-dist": "^1.12.1",
"moment": "^2.19.1",
"moment-mini": "^2.18.1",
"nps": "^5.7.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GridStateChange } from './models/gridStateChange.interface';
// import 3rd party vendor libs
import 'slickgrid/lib/jquery-ui-1.11.3';
import 'jquery-ui-dist/jquery-ui.min.js';
import 'slickgrid/lib/jquery.event.drag-2.3.0';

import 'slickgrid/slick.core';
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"flatpickr": "^4.2.4",
"i18next-xhr-backend": "^1.5.0",
"jquery": "^3.2.1",
"jquery-ui-dist": "^1.12.1",
"moment": "^2.18.1",
"moment-mini": "^2.18.1",
"slickgrid": "^2.3.15",
Expand Down

0 comments on commit c546865

Please sign in to comment.