czg 1.7.1 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "czg",
3
- "version": "1.7.1",
3
+ "version": "1.8.0",
4
4
  "description": "Interactive Commitizen CLI that generate standardized git commit message",
5
5
  "author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)",
6
6
  "license": "MIT",
@@ -42,13 +42,13 @@
42
42
  "node": ">=v12.20.0"
43
43
  },
44
44
  "devDependencies": {
45
- "cachedir": "^2.3.0",
46
- "dedent": "^0.7.0",
45
+ "cachedir": "^2.4.0",
46
+ "dedent": "^1.5.1",
47
47
  "fs-extra": "^11.1.1",
48
48
  "inquirer": "8.2.4",
49
49
  "minimist": "^1.2.8",
50
50
  "rimraf": "3.0.2",
51
- "cz-git": "1.7.1"
51
+ "cz-git": "1.8.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "tsup",