1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

Chore: upgrade deps (#483)

Co-authored-by: Avior <git@avior.me>
This commit is contained in:
2024-05-07 02:41:57 +02:00
committed by GitHub
parent c7b3267ca2
commit df154e6b9b
7 changed files with 51 additions and 32 deletions

View File

@ -1,9 +1,8 @@
/* eslint-disable max-statements */
import { FileFunction } from './compilerInterfaces'
import { promises as fs } from 'fs'
import { fetchRemoteFile } from './utils/util'
import { objectValues } from '@dzeio/object-util'
import { SupportedLanguages } from '../../interfaces'
import { FileFunction } from './compilerInterfaces'
import { fetchRemoteFile } from './utils/util'
const LANGS: Array<SupportedLanguages> = ['en', 'fr', 'es', 'it', 'pt', 'de']