diff --git a/commitlint/package.json b/commitlint/package.json index 13b2d0b0..5906d6f4 100644 --- a/commitlint/package.json +++ b/commitlint/package.json @@ -9,8 +9,8 @@ "author": "", "license": "MIT", "devDependencies": { - "@commitlint/cli": "^12.1.1", - "@commitlint/config-conventional": "^12.1.1", - "husky": "^6.0.0" + "@commitlint/cli": "12.1.1", + "@commitlint/config-conventional": "12.1.1", + "husky": "6.0.0" } }