From bb5817ca9264e41a78c474126689ee0a71a400c0 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 11 Oct 2018 13:12:10 +0200 Subject: [PATCH] fixing versions and files --- src/Umbraco.Web.UI.Client/gulpfile.js | 16 ++++++++-------- src/Umbraco.Web.UI.Client/package.json | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/gulpfile.js b/src/Umbraco.Web.UI.Client/gulpfile.js index 609b6751d2..9fd029d970 100644 --- a/src/Umbraco.Web.UI.Client/gulpfile.js +++ b/src/Umbraco.Web.UI.Client/gulpfile.js @@ -256,10 +256,10 @@ gulp.task('dependencies', function () { "./node_modules/codemirror/lib/codemirror.js", "./node_modules/codemirror/lib/codemirror.css", - "./node_modules/codemirror/mode/css/*", - "./node_modules/codemirror/mode/javascript/*", - "./node_modules/codemirror/mode/xml/*", - "./node_modules/codemirror/mode/htmlmixed/*", + "./node_modules/codemirror/mode/css/css.js", + "./node_modules/codemirror/mode/javascript/javascript.js", + "./node_modules/codemirror/mode/xml/xml.js", + "./node_modules/codemirror/mode/htmlmixed/htmlmixed.js", "./node_modules/codemirror/addon/search/*", "./node_modules/codemirror/addon/edit/*", @@ -299,12 +299,12 @@ gulp.task('dependencies', function () { }, { "name": "jquery-migrate", - "src": ["./node_modules/jquery-migrate/jquery-migrate.min.js"], - "base": "./node_modules/jquery-migrate" + "src": ["./node_modules/jquery-migrate/dist/jquery-migrate.min.js"], + "base": "./node_modules/jquery-migrate/dist" }, { "name": "jquery-ui", - "src": ["./node_modules/jquery-ui/jquery-ui.min.js"], + "src": ["./node_modules/jquery-ui/ui/widget.js"], "base": "./node_modules/jquery-ui" }, { @@ -331,7 +331,7 @@ gulp.task('dependencies', function () { "./node_modules/moment/min/moment.min.js", "./node_modules/moment/min/moment-with-locales.js", "./node_modules/moment/min/moment-with-locales.min.js", - "./node_modules/moment/src/locale/*.js" + "./node_modules/moment/locale/*.js" ], "base": "./node_modules/moment/min" }, diff --git a/src/Umbraco.Web.UI.Client/package.json b/src/Umbraco.Web.UI.Client/package.json index f63f09cf13..74a7029ed3 100644 --- a/src/Umbraco.Web.UI.Client/package.json +++ b/src/Umbraco.Web.UI.Client/package.json @@ -9,9 +9,9 @@ "angular": "1.7.5", "angular-animate": "1.7.5", "angular-cookies": "1.7.5", - "angular-dynamic-locale": "0.1.36", + "angular-dynamic-locale": "0.1.37", "angular-i18n": "1.7.5", - "angular-local-storage": "0.7.1", + "angular-local-storage": "0.7.0", "angular-messages": "1.7.5", "angular-mocks": "1.7.5", "angular-route": "1.7.5", @@ -34,8 +34,8 @@ "moment": "2.10.3", "ng-file-upload": "12.2.13", "npm": "^6.4.1", - "signalr": "2.2.1", - "tinymce": "4.7.1", + "signalr": "2.3.0", + "tinymce": "4.7.13", "typeahead.js": "0.10.5", "underscore": "1.9.1" },