From 54df0145509119ad7d99261910a675bfbcf14978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 27 Apr 2022 19:28:10 -0300 Subject: Remove stickyfilljs JavaScript dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This polyfill is not needed anymore. Signed-off-by: MaurĂ­cio Meneghini Fauth --- yarn.lock | 5 ----- 1 file changed, 5 deletions(-) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index 7f52b52512..bc1fceb681 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4666,11 +4666,6 @@ stack-utils@^2.0.3: dependencies: escape-string-regexp "^2.0.0" -stickyfilljs@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/stickyfilljs/-/stickyfilljs-2.1.0.tgz#46dabb599d8275d185bdb97db597f86a2e3afa7b" - integrity sha512-LkG0BXArL5HbW2O09IAXfnBQfpScgGqJuUDUrI3Ire5YKjRz/EhakIZEJogHwgXeQ4qnTicM9sK9uYfWN11qKg== - string-length@^4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a" -- cgit v1.2.3 From 0312396a755fb144b85a66e49d29ff43c5b530f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 27 Apr 2022 21:21:25 -0300 Subject: Remove jQuery Mousewheel JS dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This dependency was removed by https://github.com/phpmyadmin/phpmyadmin/pull/17032. Signed-off-by: MaurĂ­cio Meneghini Fauth --- yarn.lock | 5 ----- 1 file changed, 5 deletions(-) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index d4e66025ed..6467a25a80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3717,11 +3717,6 @@ jquery-migrate@3.3.2: resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-3.3.2.tgz#7829ee24de3054d0d2f42dd093390d8a7b7af01a" integrity sha512-L3gYhr7yEtLUSAeqXSicVa0vRD4aGwjw/bWY8YzrO2o/qDY1BaMyP3oB3bZf5Auy3Hu9ynliio0CTyDWCBPVDw== -jquery-mousewheel@3.1.13: - version "3.1.13" - resolved "https://registry.yarnpkg.com/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz#06f0335f16e353a695e7206bf50503cb523a6ee5" - integrity sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU= - jquery-ui-dist@1.12.1: version "1.12.1" resolved "https://registry.yarnpkg.com/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz#5c0815d3cc6f90ff5faaf5b268a6e23b4ca904fa" -- cgit v1.2.3