mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
Merge pull request #546 from wagoid/feat/add-commitlint-ensure
feat: add @commitlint/ensure so that users of the action can use it too
This commit is contained in:
commit
235d810bf1
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -15,6 +15,7 @@
|
|||
"@commitlint/config-conventional": "^17.0.2",
|
||||
"@commitlint/config-lerna-scopes": "^17.0.2",
|
||||
"@commitlint/config-patternplate": "^17.0.0",
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.0.0",
|
||||
"@commitlint/load": "^17.0.0",
|
||||
|
|
@ -30,7 +31,6 @@
|
|||
"@babel/core": "^7.18.5",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@commitlint/cli": "^17.0.2",
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^28.1.0",
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"@commitlint/config-conventional": "^17.0.2",
|
||||
"@commitlint/config-lerna-scopes": "^17.0.2",
|
||||
"@commitlint/config-patternplate": "^17.0.0",
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/format": "^17.0.0",
|
||||
"@commitlint/lint": "^17.0.0",
|
||||
"@commitlint/load": "^17.0.0",
|
||||
|
|
@ -43,7 +44,6 @@
|
|||
"@babel/core": "^7.18.5",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@commitlint/cli": "^17.0.2",
|
||||
"@commitlint/ensure": "^17.0.0",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"@jest/globals": "^28.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue