chore: update deps

This commit is contained in:
vince
2024-07-10 00:38:29 +08:00
parent 2406ca832b
commit c319317217
10 changed files with 143 additions and 110 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en,en-US",
"allowCompoundWords": true,
@@ -40,5 +41,12 @@
"vite",
"echarts"
],
"ignorePaths": ["**/node_modules/**", "**/dist/**", "**/iconify/**"]
"ignorePaths": [
"**/node_modules/**",
"**/dist/**",
"**/*-dist/**",
"**/iconify/**",
"pnpm-lock.yaml",
"**/*.log"
]
}