Skip to content

Commit d21aea3

Browse files
Revert chalk dev dependency version (#422)
1 parent fdafdbe commit d21aea3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ on:
1313
jobs:
1414
test:
1515
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
16+
with:
17+
auto-merge-exclude: 'chalk'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@sinclair/typebox": "^0.23.3",
3737
"benchmark": "^2.1.4",
38-
"chalk": "^5.0.1",
38+
"chalk": "^4.1.2",
3939
"compile-json-stringify": "^0.1.2",
4040
"inquirer": "^8.2.4",
4141
"is-my-json-valid": "^2.20.0",

0 commit comments

Comments
 (0)