Skip to content

Commit

Permalink
chore(deps): bump @commitlint/load from 7.6.2 to 8.0.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and varl committed Jun 8, 2019
1 parent b5f1a82 commit 9be9184
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@commitlint/config-conventional": "^7.6.0",
"@commitlint/format": "^8.0.0",
"@commitlint/lint": "^7.6.0",
"@commitlint/load": "^7.6.2",
"@commitlint/load": "^8.0.0",
"@commitlint/read": "^8.0.0",
"@dhis2/cli-helpers-engine": "1.3.0",
"babel-eslint": "^10.0.1",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
dependencies:
lodash "4.17.11"

"@commitlint/execute-rule@^7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-7.6.0.tgz#60c1c34b5f2fca6c6cbca019a9c7d81c2fab1e4a"
integrity sha512-0inGOIlLefPDtiDOaZ6WoE1p+GEZZIj2VwUftUozD3C71TiwP9UfKAVVtUDFPIeL6RgSqCkCf7zsy6NKNxwkBg==
"@commitlint/execute-rule@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.0.0.tgz#df2a9893f162fc561ca4e95a34bd782469dd7f8b"
integrity sha512-E/A2xHqx3syclXAFl8vJY2o/+xtL9axrqbFFF42Bzke+Eflf0mOJviPxDodu2xP0wXMRQ9UokAi/reK9dMtA/A==
dependencies:
babel-runtime "6.26.0"

Expand Down Expand Up @@ -134,13 +134,13 @@
babel-runtime "^6.23.0"
lodash "4.17.11"

"@commitlint/load@^7.6.2":
version "7.6.2"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.6.2.tgz#b5ed8163fa3117d60faf70a4e677b2017bbc71bb"
integrity sha512-I+xk+BkXAG1roXNrPsR1eOd5hEa+oLc6HLYnHAT/HLGKKB3E01IGg3O5SGlg7lpf1yiAaYI+wAnNTr3f3sIbWQ==
"@commitlint/load@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.0.0.tgz#5eacfb96635e9aeac8f1a0674491f29483348872"
integrity sha512-JXC3YjO7hN7Rv2Z/SaYz+oIvShsQWLL7gnOCe8+YgI1EusBqjV4mPI0HnBXVe9volfdxbl+Af/GoQZs2dvyOFA==
dependencies:
"@commitlint/execute-rule" "^7.6.0"
"@commitlint/resolve-extends" "^7.6.0"
"@commitlint/execute-rule" "^8.0.0"
"@commitlint/resolve-extends" "^8.0.0"
babel-runtime "^6.23.0"
cosmiconfig "^5.2.0"
lodash "4.17.11"
Expand Down Expand Up @@ -170,10 +170,10 @@
babel-runtime "^6.23.0"
git-raw-commits "^1.3.0"

"@commitlint/resolve-extends@^7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-7.6.0.tgz#0680b76eeb0e41f728c2f38645473a0956299edb"
integrity sha512-fk8KvNiEbRc+p8nPFuysVP2O95+sb8vlIDTjqtGVObqrzFINRfERXwqBmTBtcu556BoDAR2hwRVXmuwhns+Duw==
"@commitlint/resolve-extends@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-8.0.0.tgz#dc606cecb0f392d57905cfd690d8f736ad26eec2"
integrity sha512-SPkH+dXMCpYboVwpIhtOhpg1xYdE7L77fuHmEJWveXSmgfi0GosFm4aJ7Cer9DjNjW+KbD0TUfzZU0TrYUESjQ==
dependencies:
babel-runtime "6.26.0"
import-fresh "^3.0.0"
Expand Down

0 comments on commit 9be9184

Please sign in to comment.