fix: ⬇️ downgrade chalk
This commit is contained in:
parent
9e14daecbf
commit
089abadc31
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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("");
|
||||
|
|
Loading…
Reference in New Issue