From 37de6ab3cf12256b2f930acdeeb2a725a67d689c Mon Sep 17 00:00:00 2001 From: ismay Date: Thu, 9 May 2019 12:24:52 +0200 Subject: [PATCH] fix: pin commitlint versions (#37) --- package.json | 10 +++++----- yarn.lock | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 7f11fae5..5ddf6a8b 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,11 @@ "author": "Viktor Varland", "license": "BSD-3-Clause", "dependencies": { - "@commitlint/config-conventional": "^7.1.2", - "@commitlint/format": "^7.2.1", - "@commitlint/lint": "^7.2.1", - "@commitlint/load": "^7.2.1", - "@commitlint/read": "^7.1.2", + "@commitlint/config-conventional": "7.5.0", + "@commitlint/format": "7.5.0", + "@commitlint/lint": "7.5.0", + "@commitlint/load": "7.5.0", + "@commitlint/read": "7.5.0", "@dhis2/cli-helpers-engine": "^1.0.1", "babel-eslint": "^10.0.1", "eslint": "^5.16.0", diff --git a/yarn.lock b/yarn.lock index 79993f5c..07fa1e50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -90,7 +90,7 @@ lodash "^4.17.11" to-fast-properties "^2.0.0" -"@commitlint/config-conventional@^7.1.2": +"@commitlint/config-conventional@7.5.0": version "7.5.0" resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-7.5.0.tgz#3afd4e3e34e5c2f6ec6af03e78ae924fed883ce7" integrity sha512-odLgBfQ5xntFAmMfAmDY2C4EWhW+cSTbvbsRS7seb55DCa3IaxxSHHC9eXrR+hN/BdUT5vqAxdX1PkR996sq9Q== @@ -109,7 +109,7 @@ dependencies: babel-runtime "6.26.0" -"@commitlint/format@^7.2.1": +"@commitlint/format@7.5.0": version "7.5.0" resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.5.0.tgz#57a2b92dc58a3409b2be67c4c8c10bd1b28e9fe8" integrity sha512-DEeQXfTLUm9kARliCBfw3SlQRAYjK2aXeRAUMs1HPhLA2tjNFFGv6LOpFFNdiu/WV+o1ojcgIvBBjpHaVT+Tvw== @@ -124,7 +124,7 @@ dependencies: semver "5.6.0" -"@commitlint/lint@^7.2.1": +"@commitlint/lint@7.5.0": version "7.5.0" resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.5.0.tgz#6f8560b491e10ec2a5a894d5d701cd6444547072" integrity sha512-sRd6V/SoJuF6Qwwd9cjz8pLd8lCh1jisnyRlubkq0spgZFR9IXE3Qj1hK29q4EPVvXHwli/z3fBZx2hrrZqqsQ== @@ -135,7 +135,7 @@ babel-runtime "^6.23.0" lodash "4.17.11" -"@commitlint/load@^7.2.1": +"@commitlint/load@7.5.0": version "7.5.0" resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.5.0.tgz#2b225b97d631c2235d8b2084bc2fefb4d4d66719" integrity sha512-fhBER/rzPsteM6zq5qqMiOi+A2bHKCE/0PKmOzYgaqTKcG9c1SsOle9phPemW85to8Gxd2YgUOVLsZkCMltLtA== @@ -161,7 +161,7 @@ conventional-commits-parser "^2.1.0" lodash "^4.17.11" -"@commitlint/read@^7.1.2": +"@commitlint/read@7.5.0": version "7.5.0" resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-7.5.0.tgz#35d563b0f3075da2ce6945978996b16fb4acb0f8" integrity sha512-uqGFCKZGnBUCTkxoCCJp4MfWUkegXkyT0T0RVM9diyG6uNWPWlMH1509sjLFlyeJKG+cSyYGG/d6T103ScMb4Q==