Skip to content

Commit

Permalink
perf: improve dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 18, 2025
1 parent 79ede24 commit 7dcf49d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,23 +81,21 @@
}
},
"dependencies": {
"@antfu/utils": "^8.0.0",
"@rollup/pluginutils": "^5.1.4",
"debug": "^4.4.0",
"error-stack-parser-es": "^1.0.5",
"fs-extra": "^11.2.0",
"open": "^10.1.0",
"perfect-debounce": "^1.0.0",
"picocolors": "^1.1.1",
"sirv": "^3.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.2",
"@antfu/ni": "^23.2.0",
"@antfu/utils": "^8.0.0",
"@arethetypeswrong/cli": "^0.17.2",
"@iconify-json/catppuccin": "^1.2.8",
"@iconify/json": "^2.2.293",
"@nuxt/kit": "^3.15.1",
"@rollup/pluginutils": "^5.1.4",
"@types/codemirror": "^5.60.15",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
Expand All @@ -118,11 +116,13 @@
"eslint": "^9.17.0",
"esno": "^4.8.0",
"floating-vue": "^5.2.2",
"fs-extra": "^11.2.0",
"fuse.js": "^7.0.0",
"lint-staged": "^15.3.0",
"npm-run-all": "^4.1.5",
"ohash": "^1.1.4",
"pathe": "^2.0.0",
"perfect-debounce": "^1.0.0",
"pinia": "^2.3.0",
"prism-theme-vars": "^0.2.5",
"rimraf": "^6.0.1",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/node/options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { FilterPattern } from '@rollup/pluginutils'
export type FilterPattern = ReadonlyArray<string | RegExp> | string | RegExp | null

export interface ViteInspectOptions {
/**
Expand Down

0 comments on commit 7dcf49d

Please sign in to comment.