mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
feat: upgrade dependencies to their latest version
This commit is contained in:
parent
d11c8a5607
commit
f162ac07f9
2 changed files with 1554 additions and 748 deletions
2276
package-lock.json
generated
2276
package-lock.json
generated
File diff suppressed because it is too large
Load diff
26
package.json
26
package.json
|
|
@ -16,32 +16,32 @@
|
|||
"license": "ISC",
|
||||
"homepage": "https://github.com/wagoid/commitlint-github-action",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.4",
|
||||
"@actions/core": "^1.2.5",
|
||||
"@actions/github": "^1.1.0",
|
||||
"@commitlint/config-angular": "^9.1.1",
|
||||
"@commitlint/config-conventional": "^9.1.1",
|
||||
"@commitlint/config-lerna-scopes": "^9.1.1",
|
||||
"@commitlint/config-patternplate": "^9.1.1",
|
||||
"@commitlint/format": "^9.1.1",
|
||||
"@commitlint/lint": "^9.1.1",
|
||||
"@commitlint/load": "^9.1.1",
|
||||
"@commitlint/config-angular": "^9.1.2",
|
||||
"@commitlint/config-conventional": "^9.1.2",
|
||||
"@commitlint/config-lerna-scopes": "^9.1.2",
|
||||
"@commitlint/config-patternplate": "^9.1.2",
|
||||
"@commitlint/format": "^9.1.2",
|
||||
"@commitlint/lint": "^9.1.2",
|
||||
"@commitlint/load": "^9.1.2",
|
||||
"commitlint-config-jira": "^1.4.1",
|
||||
"commitlint-plugin-jira-rules": "^1.4.0",
|
||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||
"dargs": "^7.0.0",
|
||||
"execa": "^4.0.3",
|
||||
"lerna": "^3.18.1"
|
||||
"lerna": "^3.22.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"conventional-changelog-cli": "^2.0.23",
|
||||
"husky": "^3.0.7",
|
||||
"conventional-changelog-cli": "^2.1.0",
|
||||
"husky": "^3.1.0",
|
||||
"jest": "^24.9.0",
|
||||
"prettier": "^1.18.2",
|
||||
"prettier": "^1.19.1",
|
||||
"pretty-quick": "^1.11.1",
|
||||
"standard-version": "^9.0.0",
|
||||
"testdouble": "^3.12.4",
|
||||
"testdouble": "^3.16.1",
|
||||
"yaml": "^1.10.0"
|
||||
},
|
||||
"husky": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue