Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update yargs in package.json #230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update yargs in package.json #230

wants to merge 1 commit into from

Conversation

vipyne
Copy link
Contributor

@vipyne vipyne commented Jun 4, 2019

Fixes # compatibility with other Ara modules

Proposed Changes

  • bump yargs to ^12

@vipyne vipyne requested a review from zootella June 4, 2019 16:36
@zootella
Copy link
Member

For more background, here's a complete picture of the yarg situation:

Kevin@DESKTOP /c/Documents/p10/ara-filesystem (master)
$ node ./scripts/module-search.js yargs
Searching package.jsons and node_modules for yargs...

is    "yargs" version  "11.1.0" in node_modules\ara-contracts\node_modules\ara-identity\node_modules\yargs\package.json
needs "yargs" version "^11.0.0" in node_modules\ara-contracts\node_modules\ara-identity\package.json
is    "yargs" version  "12.0.5" in node_modules\ara-contracts\node_modules\yargs\package.json
needs "yargs" version "^12.0.1" in node_modules\ara-contracts\package.json
needs "yargs" version "^11.0.0" in node_modules\ara-identity\package.json
needs "yargs" version "^11.0.0" in node_modules\ara-network\package.json
is    "yargs" version  "12.0.5" in node_modules\ara-runtime-configuration\node_modules\yargs\package.json
needs "yargs" version "^12.0.1" in node_modules\ara-runtime-configuration\package.json
is    "yargs" version  "12.0.5" in node_modules\ara-secret-storage\node_modules\yargs\package.json
needs "yargs" version "^12.0.1" in node_modules\ara-secret-storage\package.json
needs "yargs" version "^11.0.0" in node_modules\ara-util\node_modules\ara-identity\package.json
is    "yargs" version  "13.2.4" in node_modules\replace-in-file\node_modules\yargs\package.json
needs "yargs" version "^13.2.2" in node_modules\replace-in-file\package.json
is    "yargs" version   "4.8.1" in node_modules\solc\node_modules\yargs\package.json
needs "yargs" version  "^4.7.1" in node_modules\solc\package.json
is    "yargs" version  "11.1.0" in node_modules\yargs\package.json
needs "yargs" version "^11.1.0" in package.json

Searched 1761 package.json files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants