chore: upgrade deps

This commit is contained in:
YunYouJun
2023-05-28 01:26:37 +08:00
parent dd3cf32290
commit e137b4bda7
12 changed files with 3020 additions and 3105 deletions

View File

@@ -1,7 +1,7 @@
// convert csv to json
import fs from 'fs'
import path from 'path'
import url from 'url'
import fs from 'node:fs'
import path from 'node:path'
import url from 'node:url'
import consola from 'consola'
import type { Recipe, RecipeItem } from '~/types'