Skip to content

Commit

Permalink
Bump release-it-lerna-changelog from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [release-it-lerna-changelog](https://github.com/rwjblue/release-it-lerna-changelog) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/rwjblue/release-it-lerna-changelog/releases)
- [Changelog](https://github.com/rwjblue/release-it-lerna-changelog/blob/master/CHANGELOG.md)
- [Commits](release-it-plugins/lerna-changelog@v2.2.0...v2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 29, 2020
1 parent 1527ed5 commit c017201
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"prettier": "^2.0.5",
"qunit-dom": "^1.2.0",
"release-it": "^13.5.7",
"release-it-lerna-changelog": "^2.2.0"
"release-it-lerna-changelog": "^2.3.0"
},
"engines": {
"node": "10.* || >= 12.*"
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8459,18 +8459,18 @@ regjsparser@^0.6.4:
dependencies:
jsesc "~0.5.0"

release-it-lerna-changelog@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/release-it-lerna-changelog/-/release-it-lerna-changelog-2.2.0.tgz#645824f413ebbba999aa24de4cda5491bbb55b23"
integrity sha512-gM/Ly3k0hX7cpU05wjVB6pYqbjCxg1yewBSa1HJOKWlBHNTOFnKZkNxQ26oiprXCeDDj8j7b2tM6Trgr73a5Ww==
release-it-lerna-changelog@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/release-it-lerna-changelog/-/release-it-lerna-changelog-2.3.0.tgz#4bcaa0934d2fa2c48b3de47fb993cb0ce061d415"
integrity sha512-UBoquh1Vv5fSICr6ur/j0ZqlVu4qK4MMoGzNp003GJYoj+sg/3gAN0FpAdm1r2jn//XG0PGooadq8uCYX0d08Q==
dependencies:
execa "^4.0.0"
lerna-changelog "^1.0.1"
release-it "^13.5.4"
tmp "^0.1.0"
release-it "^13.5.5"
tmp "^0.2.0"
which "^2.0.2"

release-it@^13.5.4, release-it@^13.5.7:
release-it@^13.5.5, release-it@^13.5.7:
version "13.5.7"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.5.7.tgz#3ebce13e0f2545d191576ff8f3f1926c00db2e09"
integrity sha512-i5Om4Xh2aby+ow+F9pEiGo3Lk8uQW7QzVOyBbrnorAQU4VYxC7cRgKnn1g57RAYAGYMriMqHRrlV4V2psfTiTA==
Expand Down Expand Up @@ -9532,6 +9532,13 @@ tmp@^0.1.0:
dependencies:
rimraf "^2.6.3"

tmp@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.0.tgz#fdc6a78d2a77bf7e426ca476d8a4f82eefcf648c"
integrity sha512-spsb5g6EiPmteS5TcOAECU3rltCMDMp4VMU2Sb0+WttN4qGobEkMAd+dkr1cubscN08JGNDX765dPbGImbG7MQ==
dependencies:
rimraf "^3.0.0"

tmpl@1.0.x:
version "1.0.4"
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
Expand Down

0 comments on commit c017201

Please sign in to comment.