From 26c8d402e17fe5882b3f56c2c067b2da6ffa9ecd Mon Sep 17 00:00:00 2001 From: Sylvain Date: Wed, 17 Jul 2019 15:30:19 +0200 Subject: [PATCH] removed dependency to jquery-ui --- app/assets/javascripts/application.js.erb | 6 ------ package.json | 1 - yarn.lock | 4 ---- 3 files changed, 11 deletions(-) diff --git a/app/assets/javascripts/application.js.erb b/app/assets/javascripts/application.js.erb index c58adc5ee..a3fcc254d 100644 --- a/app/assets/javascripts/application.js.erb +++ b/app/assets/javascripts/application.js.erb @@ -14,12 +14,6 @@ //= require jquery_ujs //= require bootstrap //= require polyfill -//= require jquery-ui/ui/jquery.ui.core -//= require jquery-ui/ui/jquery.ui.widget -//= require jquery-ui/ui/jquery.ui.mouse -//= require jquery-ui/ui/jquery.ui.draggable -//= require jquery-ui/ui/jquery.ui.droppable -//= require jquery-ui/ui/jquery.ui.resizable //= require angular //= require angular-cookies //= require angular-resource diff --git a/package.json b/package.json index a866cda68..f7c1c1e37 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,6 @@ "jasny-bootstrap": "3.1", "jquery": ">=3.4.0", "jquery-minicolors": "^2.1.10", - "jquery-ui": "https://github.com/devongovett/jqueryui-npm.git#1.10.4", "medium-editor": "4.4.0", "messageformat": "0.1.8", "moment": "2.22", diff --git a/yarn.lock b/yarn.lock index ee542ee3f..2852200d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -868,10 +868,6 @@ jquery-minicolors@^2.1.10: dependencies: jquery ">= 1.7.x" -"jquery-ui@https://github.com/devongovett/jqueryui-npm.git#1.10.4": - version "1.10.4" - resolved "https://github.com/devongovett/jqueryui-npm.git#51bc3549dd6530a18f43be45c3e8ae520805b9e4" - "jquery@>= 1.7.x", jquery@>=1.7.1, jquery@>=1.9.0, jquery@>=3.4.0: version "3.4.1" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2"