diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 6b3a5bd..fe9d87a 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "commit:signed": "cz -S" }, "devDependencies": { - "@commitlint/cli": "^12.1.1", - "@commitlint/config-conventional": "^12.1.1", - "commitizen": "^4.2.3", - "cz-conventional-changelog": "^3.3.0", + "@commitlint/cli": "12.1.1", + "@commitlint/config-conventional": "12.1.1", + "commitizen": "4.2.3", + "cz-conventional-changelog": "3.3.0", "husky": "6.0.0" }, "config": { |