mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #5681 from kevinansfield/update-jquery-versions
Update admin area jquery and jquery-ui dependencies
This commit is contained in:
commit
4e4de10e19
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…
Add table
Reference in a new issue