Skip to content

Commit 5f1fd69

Browse files
committed
chore(core): remove chalk from dependencies
1 parent 7dc60ef commit 5f1fd69

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

packages/cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"@rspress/core": "workspace:*",
4747
"@rspress/shared": "workspace:*",
4848
"cac": "^6.7.14",
49-
"chalk": "5.4.1",
5049
"chokidar": "^3.6.0"
5150
},
5251
"devDependencies": {

packages/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { createRequire } from 'node:module';
22
import path from 'node:path';
33
import { build, dev, serve } from '@rspress/core';
4+
import chalk from '@rspress/shared/chalk';
45
import { logger } from '@rspress/shared/logger';
56
import { cac } from 'cac';
6-
import chalk from 'chalk';
77
import chokidar from 'chokidar';
88
import { loadConfigFile, resolveDocRoot } from './config/loadConfigFile';
99
import update from './update';

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)