Skip to content

Commit

Permalink
chore(deps): Relax dev tooling version pinning to allow patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 11, 2023
1 parent 4926ba3 commit 83d1423
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -19,14 +19,14 @@
},
"homepage": "https://sile-typesetter.org",
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/prompt": "^17.6.6",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^3.0.0",
"husky": "^8.0.3",
"standard-version": "^9.5.0",
"yaml": "^2.3.1"
"@commitlint/cli": "^17.6",
"@commitlint/config-conventional": "^17.6",
"@commitlint/prompt": "^17.6",
"commitizen": "^4.3",
"conventional-changelog-cli": "^3.0",
"husky": "^8.0",
"standard-version": "^9.5",
"yaml": "^2.3"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 83d1423

Please sign in to comment.