diff options
| author | Renovate Bot <[email protected]> | 2021-04-29 19:28:57 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-04-29 19:28:57 +0000 |
| commit | 7657531678cdfe7795c2f5f84e240b9c54ce2de2 (patch) | |
| tree | 249d55e3773208358bd32fe239456f5b538c0907 /package.json | |
| parent | chore(devops): setup commit-linting, commit-helper, and quality-of-life scripts (diff) | |
| download | whirl-7657531678cdfe7795c2f5f84e240b9c54ce2de2.tar.xz whirl-7657531678cdfe7795c2f5f84e240b9c54ce2de2.zip | |
chore(deps): pin dependencies
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": { |