Skip to content

Commit

Permalink
bbb
Browse files Browse the repository at this point in the history
  • Loading branch information
alenovik authored Jan 30, 2024
1 parent 595cd4e commit 0539e6f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 38 deletions.
8 changes: 3 additions & 5 deletions packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
"commander": "^8.0.0",
"fast-glob": "^3.2.7",
"fs-extra": "^11.1.0",
"lodash.debounce": "^4.0.8",
"lodash.pick": "^4.4.0",
"lodash": "^4.17.21",
"npm-run-path": "^4.0.1",
"semver": "^7.5.0",
"strip-ansi": "^6.0.0",
Expand Down Expand Up @@ -97,8 +96,7 @@
"devDependencies": {
"@types/eslint": "^7.2.14",
"@types/fs-extra": "^11.0.1",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.pick": "^4.4.6",
"@types/lodash": "^4.14.202",
"@types/semver": "^7.3.13",
"@volar/vue-typescript": "^0.33.0",
"esbuild": "^0.14.27",
Expand All @@ -112,4 +110,4 @@
"vti": "^0.1.7",
"vue-tsc": "^1.6.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/vite-plugin-checker/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import chalk from 'chalk'
import { spawn } from 'child_process'
import pick from 'lodash.pick'
import pick from 'lodash/pick.js'
import npmRunPath from 'npm-run-path'

import { Checker } from './Checker.js'
Expand Down
39 changes: 7 additions & 32 deletions pnpm-lock.yaml

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

0 comments on commit 0539e6f

Please sign in to comment.