Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 0eb07a3

Browse files
Merge #273
273: Bump create-comit-app from 0.5.1 to 0.6.0 in /new_project/examples/btc_eth r=mergify[bot] a=dependabot-preview[bot] Bumps [create-comit-app](https://github.com/comit-network/create-comit-app) from 0.5.1 to 0.6.0. <details> <summary>Changelog</summary> *Sourced from [create-comit-app's changelog](https://github.com/comit-network/create-comit-app/blob/master/CHANGELOG.md).* > ## [0.6.0] - 2019-12-07 > > ## Added > - Windows support 🎉. > > ## [0.5.2] - 2019-12-06 > > ## Changed > - Upgrade all examples and new project to `comit-sdk@0.7.1`. </details> <details> <summary>Commits</summary> - [`9ff6027`](9ff6027) Release version 0.6.0 - [`fc1c0dd`](fc1c0dd) Merge [#266](https://github-redirect.dependabot.com/comit-network/create-comit-app/issues/266) - [`24481d1`](24481d1) Make it work on windows AND unix - [`2d04d44`](2d04d44) Update README with Windows instructions - [`5d90dea`](5d90dea) Upload the release binary to the GitHub release - [`94af839`](94af839) Make it work on windows 🎉 - [`05ff59b`](05ff59b) Merge [#265](https://github-redirect.dependabot.com/comit-network/create-comit-app/issues/265) - [`94c0c35`](94c0c35) Don't forget to pass new! - [`d43e166`](d43e166) Merge [#263](https://github-redirect.dependabot.com/comit-network/create-comit-app/issues/263) - [`f9d6782`](f9d6782) Remove create-comit-app devDependency during tests - Additional commits viewable in [compare view](0.5.1...0.6.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=create-comit-app&package-manager=npm_and_yarn&previous-version=0.5.1&new-version=0.6.0)](https://dependabot.com/compatibility-score.html?dependency-name=create-comit-app&package-manager=npm_and_yarn&previous-version=0.5.1&new-version=0.6.0) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents e21fae4 + d6b978d commit 0eb07a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

new_project/examples/btc_eth/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,10 +1209,10 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
12091209
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
12101210
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
12111211

1212-
create-comit-app@^0.5.1:
1213-
version "0.5.1"
1214-
resolved "https://registry.yarnpkg.com/create-comit-app/-/create-comit-app-0.5.1.tgz#08066d0f81967b0531a803d837250cad6371d565"
1215-
integrity sha512-ZKZzBTPS7OPRJOnDojJsXatpzZxvnmueVkVoncdwP7CK/Xe3JV1TyjWv0HlZ+aTw0/kL2DksUwPpZrnd9GI+hg==
1212+
create-comit-app@^0.6.0:
1213+
version "0.6.0"
1214+
resolved "https://registry.yarnpkg.com/create-comit-app/-/create-comit-app-0.6.0.tgz#130ff99043a332419f998ef1e4d36c7aad2b8010"
1215+
integrity sha512-FgewAwVkivtw7mvP3HSxh+dZUfsaHMsgMkS/Sgao4GOuEbWqBPI5DRbMTBO/tgi28frnwfkNVO/1hWwlZPE1Ag==
12161216
dependencies:
12171217
axios "^0.19.0"
12181218
targz "^1.0.1"

0 commit comments

Comments
 (0)