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 | |
| 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
| -rw-r--r-- | package.json | 8 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 8 insertions, 8 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": { @@ -23,7 +23,7 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@commitlint/cli@^12.1.1": +"@commitlint/[email protected]": version "12.1.1" resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-12.1.1.tgz#740370e557a8a17f415052821cdd5276ecb0ab98" integrity sha512-SB67/s6VJ50seoPx/Sr2gj1fMzKrx+udgarecGdr8h43ah+M2e22gjQJ7xHv5KwyPQ+6ug1YOMCL34ubT4zupQ== @@ -39,7 +39,7 @@ resolve-global "1.0.0" yargs "^16.2.0" -"@commitlint/config-conventional@^12.1.1": +"@commitlint/[email protected]": version "12.1.1" resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-12.1.1.tgz#73dd3b1a7912138420d248f334f15c94c250bc9e" integrity sha512-15CqbXMsQiEb0qbzjEHe2OkzaXPYSp7RxaS6KoSVk/4W0QiigquavQ+M0huBZze92h0lMS6Pxoq4AJ5CQ3D+iQ== @@ -429,7 +429,7 @@ color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -commitizen@^4.0.3, commitizen@^4.2.3: [email protected], commitizen@^4.0.3: version "4.2.3" resolved "https://registry.yarnpkg.com/commitizen/-/commitizen-4.2.3.tgz#088d0ef72500240d331b11e02e288223667c1475" integrity sha512-pYlYEng7XMV2TW4xtjDKBGqeJ0Teq2zyRSx2S3Ml1XAplHSlJZK8vm1KdGclpMEZuGafbS5TeHXIVnHk8RWIzQ== @@ -532,7 +532,7 @@ [email protected]: optionalDependencies: "@commitlint/load" ">6.1.1" -cz-conventional-changelog@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz#9246947c90404149b3fe2cf7ee91acad3b7d22d2" integrity sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw== |