File tree 3 files changed +14
-16
lines changed
3 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "path": "./node_modules/ cz-conventional-changelog "
2
+ "path": "@commitlint/ cz-commitlint "
3
3
}
Original file line number Diff line number Diff line change 50
50
"@babel/core" : " ^7.15.8" ,
51
51
"@commitlint/cli" : " ^15.0.0" ,
52
52
"@commitlint/config-conventional" : " ^15.0.0" ,
53
+ "@commitlint/cz-commitlint" : " ^15.0.0" ,
53
54
"@rollup/plugin-node-resolve" : " ^13.0.5" ,
54
55
"@size-limit/preset-big-lib" : " ^7.0.4" ,
55
56
"@storybook/addon-actions" : " ^6.3.12" ,
74
75
"chartjs-adapter-date-fns" : " ^2.0.0" ,
75
76
"clean-publish" : " ^3.4.1" ,
76
77
"commitizen" : " ^4.2.4" ,
77
- "cz-conventional-changelog" : " 3.3.0" ,
78
78
"date-fns" : " ^2.25.0" ,
79
79
"eslint" : " ^7.32.0" ,
80
80
"eslint-config-prettier" : " ^8.3.0" ,
Original file line number Diff line number Diff line change 1210
1210
dependencies:
1211
1211
conventional-changelog-conventionalcommits "^4.3.1"
1212
1212
1213
+ "@commitlint/cz-commitlint@^15.0.0":
1214
+ version "15.0.0"
1215
+ resolved "https://registry.yarnpkg.com/@commitlint/cz-commitlint/-/cz-commitlint-15.0.0.tgz#35ef65981b0febfbc16134c3d46e618e3b0697bb"
1216
+ integrity sha512-e2hdYijPOMVB4JNRHRRhD++Mh9V64AgRJLpyApzJQchNGuWS7ssfTLkmrZWI7omHin7ppgBXuiB7AnI4450Kfg==
1217
+ dependencies:
1218
+ "@commitlint/ensure" "^15.0.0"
1219
+ "@commitlint/load" "^15.0.0"
1220
+ "@commitlint/types" "^15.0.0"
1221
+ chalk "^4.1.0"
1222
+ lodash "^4.17.21"
1223
+ word-wrap "^1.2.3"
1224
+
1213
1225
"@commitlint/ensure@^15.0.0":
1214
1226
version "15.0.0"
1215
1227
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-15.0.0.tgz#06a63738e2393970a085b428e6cf80fa1fe76f48"
@@ -5683,20 +5695,6 @@ cz-conventional-changelog@3.2.0:
5683
5695
optionalDependencies:
5684
5696
"@commitlint/load" ">6.1.1"
5685
5697
5686
- cz-conventional-changelog@3.3.0:
5687
- version "3.3.0"
5688
- resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz#9246947c90404149b3fe2cf7ee91acad3b7d22d2"
5689
- integrity sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==
5690
- dependencies:
5691
- chalk "^2.4.1"
5692
- commitizen "^4.0.3"
5693
- conventional-commit-types "^3.0.0"
5694
- lodash.map "^4.5.1"
5695
- longest "^2.0.1"
5696
- word-wrap "^1.0.3"
5697
- optionalDependencies:
5698
- "@commitlint/load" ">6.1.1"
5699
-
5700
5698
dargs@^7.0.0:
5701
5699
version "7.0.0"
5702
5700
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
You can’t perform that action at this time.
0 commit comments