chore(deps): update dependency @antfu/eslint-config to v6 (#3404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
99d05780d9
commit
2dac906b95
3 changed files with 376 additions and 251 deletions
|
|
@ -122,9 +122,9 @@ export const useCommandRegistry = defineStore('command', () => {
|
|||
const fuse = (lastScope === scope && lastFuse)
|
||||
? lastFuse
|
||||
: new Fuse(cmds, {
|
||||
keys: ['scope', 'name', 'description'],
|
||||
includeScore: true,
|
||||
})
|
||||
keys: ['scope', 'name', 'description'],
|
||||
includeScore: true,
|
||||
})
|
||||
|
||||
lastScope = scope
|
||||
lastFuse = fuse
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@
|
|||
"ws": "^8.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^5.4.1",
|
||||
"@antfu/eslint-config": "^6.2.0",
|
||||
"@antfu/ni": "^26.0.1",
|
||||
"@types/chroma-js": "^3.1.1",
|
||||
"@types/file-saver": "^2.0.7",
|
||||
|
|
|
|||
619
pnpm-lock.yaml
619
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue