From a1f2ccd206708f797a515dfc01399e86032dd6e3 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 23 Nov 2020 01:54:31 -0500 Subject: [PATCH] Remove alameda --- package.json | 1 - webpack.common.js | 1 - yarn.lock | 5 ----- 3 files changed, 7 deletions(-) diff --git a/package.json b/package.json index b8547a587..c742e7496 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "worker-plugin": "^5.0.0" }, "dependencies": { - "alameda": "^1.4.0", "blurhash": "^1.1.3", "classlist.js": "https://github.com/eligrey/classList.js/archive/1.2.20180112.tar.gz", "core-js": "^3.7.0", diff --git a/webpack.common.js b/webpack.common.js index c9be6c7b9..3932854ef 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -6,7 +6,6 @@ const WorkboxPlugin = require('workbox-webpack-plugin'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const Assets = [ - 'alameda/alameda.js', 'native-promise-only/npo.js', 'libarchive.js/dist/worker-bundle.js', 'libass-wasm/dist/js/subtitles-octopus-worker.js', diff --git a/yarn.lock b/yarn.lock index d574dda97..59d71a8e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1365,11 +1365,6 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.4, ajv@^6.12.5: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -alameda@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/alameda/-/alameda-1.4.0.tgz#ca53cad0feb5e24994a9be859e0593e8c2d8f58c" - integrity sha512-d6nIRyg4SD/zBupcfZ3lUis58l4H/3U7c1RBtFkcz/7u1dDIQwx26KUvKJ35esOVP6WsAjmRoP2VQ39kQZT/Gg== - alphanum-sort@^1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"