chore(deps): update dependency @commitlint/cli to v17.5.1
This commit is contained in:
parent
f4f1dab067
commit
53bde8af3e
2 changed files with 8 additions and 8 deletions
|
@ -61,7 +61,7 @@
|
|||
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.5.0",
|
||||
"@commitlint/cli": "17.5.1",
|
||||
"@commitlint/config-conventional": "17.4.4",
|
||||
"@guanghechen/rollup-plugin-copy": "4.7.4",
|
||||
"@ironkinoko/rollup-plugin-styles": "4.0.3",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
'@commitlint/cli': 17.5.0
|
||||
'@commitlint/cli': 17.5.1
|
||||
'@commitlint/config-conventional': 17.4.4
|
||||
'@guanghechen/rollup-plugin-copy': 4.7.4
|
||||
'@ironkinoko/rollup-plugin-styles': 4.0.3
|
||||
|
@ -33,7 +33,7 @@ specifiers:
|
|||
yargs: 17.7.1
|
||||
|
||||
devDependencies:
|
||||
'@commitlint/cli': 17.5.0_@swc+core@1.3.42
|
||||
'@commitlint/cli': 17.5.1_@swc+core@1.3.42
|
||||
'@commitlint/config-conventional': 17.4.4
|
||||
'@guanghechen/rollup-plugin-copy': 4.7.4_rollup@3.20.2
|
||||
'@ironkinoko/rollup-plugin-styles': 4.0.3_rollup@3.20.2
|
||||
|
@ -87,15 +87,15 @@ packages:
|
|||
js-tokens: 4.0.0
|
||||
dev: true
|
||||
|
||||
/@commitlint/cli/17.5.0_@swc+core@1.3.42:
|
||||
resolution: {integrity: sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==}
|
||||
/@commitlint/cli/17.5.1_@swc+core@1.3.42:
|
||||
resolution: {integrity: sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==}
|
||||
engines: {node: '>=v14'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@commitlint/format': 17.4.4
|
||||
'@commitlint/lint': 17.4.4
|
||||
'@commitlint/load': 17.5.0_@swc+core@1.3.42
|
||||
'@commitlint/read': 17.4.4
|
||||
'@commitlint/read': 17.5.1
|
||||
'@commitlint/types': 17.4.4
|
||||
execa: 5.1.1
|
||||
lodash.isfunction: 3.0.9
|
||||
|
@ -202,8 +202,8 @@ packages:
|
|||
conventional-commits-parser: 3.2.4
|
||||
dev: true
|
||||
|
||||
/@commitlint/read/17.4.4:
|
||||
resolution: {integrity: sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==}
|
||||
/@commitlint/read/17.5.1:
|
||||
resolution: {integrity: sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==}
|
||||
engines: {node: '>=v14'}
|
||||
dependencies:
|
||||
'@commitlint/top-level': 17.4.0
|
||||
|
|
Loading…
Reference in a new issue