Skip to content

Commit

Permalink
Merge pull request #11 from mg901/greenkeeper/@commitlint/cli-7.3.2
Browse files Browse the repository at this point in the history
Update @commitlint/cli to the latest version 馃殌
  • Loading branch information
mg901 committed Jan 15, 2019
2 parents 9fc5635 + e8bcf91 commit ac2735c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@babel/core": "7.2.2",
"@babel/preset-env": "7.2.3",
"@babel/preset-flow": "7.0.0",
"@commitlint/cli": "7.3.1",
"@commitlint/cli": "7.3.2",
"@commitlint/config-conventional": "7.3.1",
"@semantic-release/changelog": "3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
Expand Down
17 changes: 10 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -538,12 +538,13 @@
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@commitlint/cli@7.3.1":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.3.1.tgz#3fa4f41b5363c061a4c9f82d32ad1f276e1e675d"
"@commitlint/cli@7.3.2":
version "7.3.2"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.3.2.tgz#61abf30b48861e4fbd521690e6d4a3e1258980bb"
integrity sha512-QoVayW3kr6/pkWObaCmI6k8O02l/rOJmQIgy5785f6AVbUeHbLOVnh661XMunzAvDX2Cdz4mN+LenhsrLGsaug==
dependencies:
"@commitlint/format" "^7.3.1"
"@commitlint/lint" "^7.3.1"
"@commitlint/lint" "^7.3.2"
"@commitlint/load" "^7.3.1"
"@commitlint/read" "^7.3.1"
babel-polyfill "6.26.0"
Expand Down Expand Up @@ -583,14 +584,16 @@
dependencies:
semver "5.6.0"

"@commitlint/lint@^7.3.1":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.3.1.tgz#ee54c636c0ec7238410ac5d5a6f63e2c7b879182"
"@commitlint/lint@^7.3.2":
version "7.3.2"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.3.2.tgz#e5323ce5b65512e37089ca9e5dfd065849edbf80"
integrity sha512-NInm96JP89lMNR77R4zJRj/vaQWc4Ie5vR/5G5auFFiHuwyKmRWfXbGMA7zVYpAylPRgewGaELhuRzNTUW0Log==
dependencies:
"@commitlint/is-ignored" "^7.3.1"
"@commitlint/parse" "^7.3.1"
"@commitlint/rules" "^7.3.1"
babel-runtime "^6.23.0"
lodash "4.17.11"

"@commitlint/load@^7.3.1":
version "7.3.1"
Expand Down

0 comments on commit ac2735c

Please sign in to comment.