From dcb0022b78edbfc2937405fcd15efb5144ffa0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 9 Nov 2016 08:34:42 +0100 Subject: [PATCH] Upgrade to Jquery 3.1. --- frontend/app/global.js | 1 - frontend/bower.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/app/global.js b/frontend/app/global.js index bb6202c161..606fcf98da 100644 --- a/frontend/app/global.js +++ b/frontend/app/global.js @@ -35,7 +35,6 @@ require('phantomjs-polyfill'); require('jquery'); -require('jquery-migrate/jquery-migrate'); require('jquery-ujs'); require('jquery-ui/ui/jquery-ui.js'); require('jquery-ui/ui/i18n/jquery.ui.datepicker-en-GB.js'); diff --git a/frontend/bower.json b/frontend/bower.json index 9c405da246..9ede0f896d 100644 --- a/frontend/bower.json +++ b/frontend/bower.json @@ -2,7 +2,7 @@ "name": "openproject", "version": "3.0", "dependencies": { - "jquery": "1.11.0", + "jquery": "3.1.1", "jquery-ujs": "1.0.0", "jquery-ui": "~1.10.4", "select2": "3.5.2", @@ -17,7 +17,6 @@ "angular-truncate": "sparkalow/angular-truncate#fdf60fda265042d12e9414b5354b2cc52f1419de", "angular-elastic": "~2.5.1", "angular-cache": "~4.6.0", - "jquery-migrate": "~1.2.1", "moment": "~2.10.6", "moment-timezone": "0.4.x", "angular-context-menu": "nickmessing/angular-context-menu#a908eccaec323cd66973d58af4965694bdff16a1",