Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 29, 2023
1 parent 3050917 commit 262d381
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "vitest"
},
"dependencies": {
"@antfu/ni": "^0.21.10",
"@antfu/ni": "^0.21.12",
"@npmcli/config": "^8.0.2",
"cli-progress": "^3.12.0",
"deepmerge": "^4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/commands/check/interactive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import readline from 'node:readline'
import process from 'node:process'
import c from 'picocolors'
import { createControlledPromise, notNullish } from '@antfu/utils'
import { sort } from 'semver'
import type { CheckOptions, InteractiveContext, PackageMeta, ResolvedDepChange } from '../../types'
import { getVersionOfRange, updateTargetVersion } from '../../io/resolves'
import { getPrefixedVersion } from '../../utils/versions'
Expand Down

0 comments on commit 262d381

Please sign in to comment.