Skip to content

Commit

Permalink
fix(deps): update cli-style to work in non-project context
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Jun 14, 2021
1 parent df0e5ce commit adf329e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"license": "BSD-3-Clause",
"devDependencies": {
"@dhis2/cli-style": "^9.0.0",
"@dhis2/cli-style": "^9.0.1",
"@dhis2/cli-utils-docsite": "^3.0.0",
"tape": "^4.13.2",
"tape-await": "^0.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@dhis2/cli-cluster": "4.0.0",
"@dhis2/cli-create": "4.0.0",
"@dhis2/cli-helpers-engine": "^3.0.0",
"@dhis2/cli-style": "^9.0.0",
"@dhis2/cli-style": "^9.0.1",
"@dhis2/cli-utils": "4.0.0",
"cli-table3": "^0.6.0",
"envinfo": "^7.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3683,10 +3683,10 @@
handlebars "^4.7.3"
isbinaryfile "^4.0.4"

"@dhis2/cli-style@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-9.0.0.tgz#0422bef7a36d773b63ef9024ae9d00c893d9ae2f"
integrity sha512-m4CvY2HLe5n5RBeCYehgaMmwvP3mHHrIJZnv/EpOG3jOiR/BEsEaf5qthJnV4Fa+zAwSAZDOQ9dsvTRGPVJLPw==
"@dhis2/cli-style@^9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-9.0.1.tgz#919bb978362ed9aeb7a253a3b58d6f25e3c09bd9"
integrity sha512-CGZQebdhh3EtpjyQGeQEbwVE0vmSqzz8TWrVEkuo9bVxBu7Gjpok5mnsFE0wXLP0kqga9zBuwfeIbY8iAoO1kA==
dependencies:
"@commitlint/cli" "^11.0.0"
"@commitlint/config-conventional" "^11.0.0"
Expand Down

0 comments on commit adf329e

Please sign in to comment.