From 32cb6848b8d7b43ad3c5168481cf45e26ed278bb Mon Sep 17 00:00:00 2001 From: gin0606 Date: Wed, 6 Mar 2024 14:11:23 +0900 Subject: [PATCH] docs: Update cz-commitlint install command The inquirer version of peerDependencies has been updated in https://github.com/conventional-changelog/commitlint/commit/342373559bdf7c783c4ef37ff05dc38a5f681159 --- @commitlint/cz-commitlint/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@commitlint/cz-commitlint/README.md b/@commitlint/cz-commitlint/README.md index 4f01db7e8e..fa92c1fe73 100644 --- a/@commitlint/cz-commitlint/README.md +++ b/@commitlint/cz-commitlint/README.md @@ -13,9 +13,9 @@ The interactive process is inspired by [cz-conventional-changelog](https://githu ### Configure commitizen adapter ```bash -npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency +npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@9 # inquirer is required as peer dependency # or yarn -yarn add -D @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency +yarn add -D @commitlint/cz-commitlint commitizen inquirer@9 # inquirer is required as peer dependency ``` In package.json