Skip to content

Commit b51f986

Browse files
authored
fix(core): re-add chalk dependency (#395)
1 parent 3eb75e0 commit b51f986

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

packages/@sanity/cli-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@sanity/types": "catalog:",
6262
"babel-plugin-react-compiler": "^1.0.0",
6363
"boxen": "^8.0.1",
64+
"chalk": "^5.6.2",
6465
"configstore": "^7.0.0",
6566
"debug": "catalog:",
6667
"get-tsconfig": "catalog:",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from '../ux/boxen.js'
2+
export * from '../ux/chalk.js'
23
export * from '../ux/logSymbols.js'
34
export * from '../ux/prompts.js'
45
export * from '../ux/spinner.js'
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* eslint-disable no-restricted-imports */
2+
export {default as chalk} from 'chalk'
3+
export * from 'chalk'

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)