From 0120869f21351a9b3c797c41eda0bc22b7cd6321 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 6 Aug 2015 14:08:53 +0200 Subject: [PATCH] add extra jquery ui shims --- .../github/components/jqueryui@1.11.3.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/components/jqueryui@1.11.3.json b/package-overrides/github/components/jqueryui@1.11.3.json index 7dbc813..115eb48 100644 --- a/package-overrides/github/components/jqueryui@1.11.3.json +++ b/package-overrides/github/components/jqueryui@1.11.3.json @@ -6,7 +6,19 @@ }, "shim": { "jquery-ui": { - "deps": "jquery" + "deps": ["jquery" + }, + "ui/widget": { + "deps": ["jquery"] + }, + "ui/datepicker": { + "deps": ["jquery"] + }, + "ui/draggable": { + "deps": ["jquery"] + }, + "ui/sortable": { + "deps": ["jquery"] } } -} \ No newline at end of file +}