11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-06 09:36:53 +00:00

Merge pull request #258 from wagoid/chore/upgrade-commitlint-dev-deps

chore(deps-dev): upgrade @commitlint/* dev deps
This commit is contained in:
Wagner Santos 2021-10-11 15:42:39 -03:00 committed by GitHub
commit a5ab401c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 46 deletions

View file

@ -32,7 +32,7 @@
"@commitlint/lint": "^13.2.0",
"@commitlint/load": "^13.2.1",
"commitlint-config-jira": "^1.5.1",
"commitlint-plugin-function-rules": "^1.3.2",
"commitlint-plugin-function-rules": "^1.4.0",
"commitlint-plugin-jira-rules": "^1.5.1",
"conventional-changelog-lint-config-canonical": "^1.0.0",
"dargs": "^8.1.0",
@ -42,8 +42,8 @@
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/ensure": "^13.1.0",
"@commitlint/cli": "^13.2.1",
"@commitlint/ensure": "^13.2.0",
"@commitlint/test": "^9.0.1",
"@commitlint/test-environment": "^9.0.1",
"@jest/globals": "^27.2.4",