From 089abadc31488d9e7381783dd961a8f8daa3efe5 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Fri, 23 Jun 2023 17:59:27 -0700 Subject: [PATCH] fix: :arrow_down: downgrade chalk --- package.json | 2 +- pnpm-lock.yaml | 4 ++-- scripts/build-greet.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d07cf5eb5..60b92182d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@types/gulp": "4.0.10", "@types/gulp-rename": "2.0.1", - "chalk": "5.2.0", + "chalk": "4.1.2", "cross-env": "7.0.3", "cypress": "10.11.0", "execa": "5.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 93fa1740b..59adccd90 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,8 +37,8 @@ importers: specifier: 2.0.1 version: 2.0.1 chalk: - specifier: 5.2.0 - version: 5.2.0 + specifier: 4.1.2 + version: 4.1.2 cross-env: specifier: 7.0.3 version: 7.0.3 diff --git a/scripts/build-greet.js b/scripts/build-greet.js index 514a65397..bbcc2aec7 100644 --- a/scripts/build-greet.js +++ b/scripts/build-greet.js @@ -17,7 +17,7 @@ console.log( 136, 0, )( - " Hang on for a moment, as this may take a while", + " Hang on for a moment, as this may take a while.", ), ); console.log("");