diff --git a/bower.json b/bower.json index 003847579..698136470 100644 --- a/bower.json +++ b/bower.json @@ -12,7 +12,7 @@ "jed": "~1.1.1", "jquery": "components/jquery#~3.3", "jquery-typeahead": "~2.0.0", - "jquery-ui": "components/jqueryui#~1.10", + "jquery-ui": "components/jqueryui#~1.12", "marked": "~0.4", "MathJax": "^2.7.4", "moment": "~2.19.3", diff --git a/notebook/templates/page.html b/notebook/templates/page.html index 37bd99248..9d0a5009c 100644 --- a/notebook/templates/page.html +++ b/notebook/templates/page.html @@ -39,7 +39,7 @@ text: 'components/requirejs-text/text', bootstrap: 'components/bootstrap/js/bootstrap.min', bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min', - 'jquery-ui': 'components/jquery-ui/ui/minified/jquery-ui.min', + 'jquery-ui': 'components/jquery-ui/jquery-ui.min', moment: 'components/moment/min/moment-with-locales', codemirror: 'components/codemirror', termjs: 'components/xterm.js/xterm', diff --git a/setupbase.py b/setupbase.py index 3363bf3fd..d362eadc0 100644 --- a/setupbase.py +++ b/setupbase.py @@ -144,7 +144,7 @@ def find_package_data(): pjoin(components, "jquery", "jquery.min.js"), pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.js"), pjoin(components, "jquery-typeahead", "dist", "jquery.typeahead.min.css"), - pjoin(components, "jquery-ui", "ui", "minified", "jquery-ui.min.js"), + pjoin(components, "jquery-ui", "jquery-ui.min.js"), pjoin(components, "jquery-ui", "themes", "smoothness", "jquery-ui.min.css"), pjoin(components, "jquery-ui", "themes", "smoothness", "images", "*"), pjoin(components, "marked", "lib", "marked.js"), diff --git a/tools/build-main.js b/tools/build-main.js index d2c85f160..fcf5b35db 100644 --- a/tools/build-main.js +++ b/tools/build-main.js @@ -21,7 +21,7 @@ var rjs_config = { text: 'components/requirejs-text/text', bootstrap: 'components/bootstrap/js/bootstrap.min', bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min', - "jquery-ui": 'components/jquery-ui/ui/minified/jquery-ui.min', + "jquery-ui": 'components/jquery-ui/jquery-ui.min', moment: 'components/moment/min/moment-with-locales', codemirror: 'components/codemirror', xterm: 'components/xterm.js/index',