diff options
| author | Fuwn <[email protected]> | 2021-04-29 12:31:27 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-29 12:31:27 +0000 |
| commit | 1487b9ad9f6b290ab2e75a966db69e3c610cce1b (patch) | |
| tree | 9b579413d7efadba66bc0c77a6bca0b1434fcac9 /package.json | |
| parent | chore(devops): setup commit-linting, commit-helper, and quality-of-life scripts (diff) | |
| parent | chore(deps): pin dependencies (diff) | |
| download | whirl-1487b9ad9f6b290ab2e75a966db69e3c610cce1b.tar.xz whirl-1487b9ad9f6b290ab2e75a966db69e3c610cce1b.zip | |
Merge pull request #12 from Whirlsplash/renovate/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": { |