Skip to content

Commit

Permalink
fix: update standard-version to ^8.0.2
Browse files Browse the repository at this point in the history
This avoids conventional-changelog/standard-version#621

Signed-off-by: Ingo Bürk <ingo.buerk@tngtech.com>
  • Loading branch information
Airblader committed Jul 24, 2020
1 parent a00bcdd commit 23cc5fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"karma-jasmine-html-reporter": "^1.4.0",
"ng-packagr": "^4.6.0",
"protractor": "~5.4.2",
"standard-version": "^8.0.1",
"standard-version": "^8.0.2",
"ts-node": "~7.0.0",
"tsickle": ">=0.29.0",
"tslib": "^1.9.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9436,10 +9436,10 @@ ssri@^6.0.0, ssri@^6.0.1:
dependencies:
figgy-pudding "^3.5.1"

standard-version@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-8.0.1.tgz#4638d3cee1365c9d6773c3ac33429e4562f3f696"
integrity sha512-FLZdjvL2tBdwlctfQeyBf4+dX+SFljwdWfUA0F3wPiU9Rn0+FSuD3I0WXuzC1RmcaWwU5WL3EyV4Aanejc8Pqg==
standard-version@^8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-8.0.2.tgz#02ed7131f83046bd04358dc54f97d42c4b2fd828"
integrity sha512-L8X9KFq2SmVmaeZgUmWHFJMOsEWpjgFAwqic6yIIoveM1kdw1vH4Io03WWxUDjypjGqGU6qUtcJoR8UvOv5w3g==
dependencies:
chalk "^2.4.2"
conventional-changelog "3.1.21"
Expand Down

0 comments on commit 23cc5fb

Please sign in to comment.