From 46a1f9de6dbf0b57063a87ecff10ce143f4fd9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Wed, 17 Jul 2024 05:19:29 +0800 Subject: [PATCH] refactor: move consola to production dep --- package.json | 2 +- pnpm-lock.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 013952376..6cdb8b73f 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "bundle-require": "^5.0.0", "cac": "^6.7.14", "chokidar": "^3.6.0", + "consola": "^3.2.3", "debug": "^4.3.5", "esbuild": "^0.23.0", "execa": "^5.0.0", @@ -53,7 +54,6 @@ "@types/node": "20.14.11", "@types/resolve": "1.20.6", "colorette": "2.0.20", - "consola": "3.2.3", "flat": "6.0.1", "fs-extra": "11.2.0", "postcss": "8.4.39", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 73d5246ce..a37ee95a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,6 +17,9 @@ importers: chokidar: specifier: ^3.6.0 version: 3.6.0 + consola: + specifier: ^3.2.3 + version: 3.2.3 debug: specifier: ^4.3.5 version: 4.3.5 @@ -75,9 +78,6 @@ importers: colorette: specifier: 2.0.20 version: 2.0.20 - consola: - specifier: 3.2.3 - version: 3.2.3 flat: specifier: 6.0.1 version: 6.0.1