mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
Update admin area jquery and jquery-ui dependencies
no issue - updates jquery from 1.9.x to 2.1.x, dropping support for old IE - updates jquery-ui from 1.10.4 to 1.11.4
This commit is contained in:
parent
f983a4537e
commit
f821ec0658
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ app.import('bower_components/showdown-ghost/src/extensions/highlight.js');
|
|||
app.import('bower_components/moment/moment.js');
|
||||
app.import('bower_components/keymaster/keymaster.js');
|
||||
app.import('bower_components/devicejs/lib/device.js');
|
||||
app.import('bower_components/jquery-ui/ui/jquery-ui.js');
|
||||
app.import('bower_components/jquery-ui/jquery-ui.js');
|
||||
app.import('bower_components/jquery-file-upload/js/jquery.fileupload.js');
|
||||
app.import('bower_components/blueimp-load-image/js/load-image.all.min.js');
|
||||
app.import('bower_components/jquery-file-upload/js/jquery.fileupload-process.js');
|
||||
|
|
|
@ -14,10 +14,10 @@
|
|||
"ember-simple-auth": "0.8.0",
|
||||
"fastclick": "1.0.6",
|
||||
"google-caja": "5669.0.0",
|
||||
"jquery": "1.11.2",
|
||||
"jquery": "2.1.4",
|
||||
"jquery-file-upload": "9.5.6",
|
||||
"jquery-hammerjs": "1.0.1",
|
||||
"jquery-ui": "1.10.4",
|
||||
"jquery-ui": "1.11.4",
|
||||
"jqueryui-touch-punch": "furf/jquery-ui-touch-punch",
|
||||
"keymaster": "1.6.3",
|
||||
"loader.js": "3.2.1",
|
||||
|
|
Loading…
Reference in a new issue