Skip to content

Commit

Permalink
fix: pin commitlint versions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay authored May 9, 2019
1 parent d94de86 commit 37de6ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand All @@ -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==
Expand All @@ -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==
Expand All @@ -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==
Expand All @@ -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==
Expand Down

0 comments on commit 37de6ab

Please sign in to comment.