Skip to content

Commit 21d93a6

Browse files
committed
Add cz-git to dev dependencies
Added the `cz-git` package (version 1.6.1) to `package.json` and updated `yarn.lock` accordingly. This introduces an additional tool for commitizen support, enhancing the commit message formatting process.
1 parent b07a9da commit 21d93a6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"@vitejs/plugin-react-swc": "^3.0.0",
7575
"cz-conventional-changelog": "3.3.0",
7676
"cz-customizable": "6.6.0",
77+
"cz-git": "1.6.1",
7778
"eslint": "^9.19.0",
7879
"eslint-plugin-react": "^7.37.5",
7980
"eslint-plugin-simple-import-sort": "^10.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,6 +2773,11 @@ cz-customizable@6.6.0:
27732773
temp "^0.9.0"
27742774
word-wrap "^1.2.3"
27752775

2776+
cz-git@1.6.1:
2777+
version "1.6.1"
2778+
resolved "https://registry.yarnpkg.com/cz-git/-/cz-git-1.6.1.tgz#8e7db8204b1c663cef566f124941133a28e3d85d"
2779+
integrity sha512-+ohk/MFETERw4o/WpN3hUk7GM8oAwnaQI/uDuREGm4/B+G3DghGvNZQ/0MbFqZHWgKWvMzNZI6eKmPo0uPCu1A==
2780+
27762781
dargs@^7.0.0:
27772782
version "7.0.0"
27782783
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"

0 commit comments

Comments
 (0)