From e9ff61ca0704d9570950875e1b72556c4114424f Mon Sep 17 00:00:00 2001 From: ThibG Date: Wed, 24 Jun 2020 22:54:06 +0200 Subject: Remove unused dependency on wavesurfer.js (#14136) It's not used anymore now that the audio player design has changed again. --- yarn.lock | 5 ----- 1 file changed, 5 deletions(-) (limited to 'yarn.lock') diff --git a/yarn.lock b/yarn.lock index 61ab69852..97877cb22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11279,11 +11279,6 @@ watchpack@^1.6.1: chokidar "^3.4.0" watchpack-chokidar2 "^2.0.0" -wavesurfer.js@^3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/wavesurfer.js/-/wavesurfer.js-3.3.3.tgz#9b16a62335c6bd13a3d55deb895a336d027ccb51" - integrity sha512-meko20S9in+V5xBLSVV/9uYVBSbx5AsJNkAslZ+a5yYIeFGYwcCo4Yd1sUpSGaiNnyflzrJwC7x7TdJFYrdT8w== - wbuf@^1.1.0, wbuf@^1.7.3: version "1.7.3" resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df" -- cgit