summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Moy <danielmoy@google.com>2019-07-10 15:41:20 -0700
committerGitHub <noreply@github.com>2019-07-10 15:41:20 -0700
commit40a718c360c5e78e22dd85d3c323bbf70385f8b2 (patch)
tree445ce91ab8a3ad9ff64f1c9c8e17b5705c23bd99 /package.json
parent70a843a809d0bf81278eeb9a994096f9ef7eb279 (diff)
downloadkythe-40a718c360c5e78e22dd85d3c323bbf70385f8b2.tar.gz
update commitlint to 8.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index ec62ce688..629ccd392 100644
--- a/package.json
+++ b/package.json
@@ -2,8 +2,8 @@
"devDependencies": {
"@bazel/jasmine": "^0.31.1",
"@bazel/typescript": "^0.31.1",
- "@commitlint/cli": "^7.2.1",
- "@commitlint/config-conventional": "^7.1.2",
+ "@commitlint/cli": "^8.0.0",
+ "@commitlint/config-conventional": "^8.0.0",
"@types/jasmine": "^3.3.13",
"@types/node": "^7.0.4"
},