Upgrade outdated dependencies
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
parent
c2e188ab2a
commit
89ff99d8f7
24 changed files with 2416 additions and 2892 deletions
|
@ -1,9 +1,9 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type LRU from 'lru-cache';
|
||||
import type { LRUCache } from 'lru-cache';
|
||||
|
||||
export type WaveformCache = LRU<
|
||||
export type WaveformCache = LRUCache<
|
||||
string,
|
||||
{
|
||||
duration: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue