dependencies: bump (minor)

This commit is contained in:
Jesse Chan
2023-06-11 00:29:54 -07:00
parent 8ab421a516
commit 582b374011
8 changed files with 3324 additions and 15568 deletions

View File

@@ -9,5 +9,5 @@ const torrentStatusMap = [
'error',
] as const;
export type TorrentStatus = typeof torrentStatusMap[number];
export type TorrentStatus = (typeof torrentStatusMap)[number];
export default torrentStatusMap;