Skip to content

Commit

Permalink
chore(deps): updates ora to ^6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 committed Aug 5, 2024
1 parent ec27de0 commit a18e2f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"open": "^8.4.0",
"ora": "^5.4.1",
"ora": "^6.3.1",
"p-filter": "^2.1.0",
"p-timeout": "^4.0.0",
"preferred-pm": "^3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/cli/src/outputters/cliOutputter.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-console */
import chalk from 'chalk'
import ora, {type Ora} from 'ora'
import ora, {type Options, type Ora} from 'ora'

let isFirstClear = true

Expand Down Expand Up @@ -28,7 +28,7 @@ export default {
isFirstClear = false
},

spinner(options: ora.Options | string): Ora {
spinner(options: Options | string): Ora {
return ora(options)
},
}
4 changes: 2 additions & 2 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 a18e2f4

Please sign in to comment.