Skip to content

Commit

Permalink
fix(misc): upgrade version of yargs-parser (nrwl#3751)
Browse files Browse the repository at this point in the history
ISSUES CLOSED: nrwl#3105
  • Loading branch information
bekos authored and Doginal committed Nov 25, 2020
1 parent aac6548 commit 3ff8a02
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
"webpack-subresource-integrity": "1.1.0-rc.6",
"worker-plugin": "3.2.0",
"yargs": "15.4.1",
"yargs-parser": "20.0.0",
"zone.js": "^0.10.0"
},
"author": "Victor Savkin",
Expand All @@ -251,4 +252,4 @@
"pre-push": "yarn checkcommit && yarn documentation && pretty-quick --check"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"tmp": "0.0.33",
"yargs": "15.4.1",
"yargs-parser": "17.0.0",
"yargs-parser": "20.0.0",
"@nrwl/tao": "*",
"chalk": "2.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nrwl/workspace": "*",
"tmp": "0.0.33",
"yargs": "15.4.1",
"yargs-parser": "17.0.0",
"yargs-parser": "20.0.0",
"tslib": "^1.9.3",
"inquirer": "^6.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"semver": "6.3.0",
"tmp": "0.0.33",
"tslib": "^1.9.3",
"yargs-parser": "17.0.0"
"yargs-parser": "20.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"strip-json-comments": "2.0.1",
"tmp": "0.0.33",
"yargs": "15.4.1",
"yargs-parser": "17.0.0",
"yargs-parser": "20.0.0",
"chalk": "2.4.2",
"@nrwl/cli": "*",
"axios": "0.19.2",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22088,6 +22088,11 @@ yargs-parser@18.x, yargs-parser@^18.1.0, yargs-parser@^18.1.2, yargs-parser@^18.
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs-parser@20.0.0:
version "20.0.0"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.0.0.tgz#c65a1daaa977ad63cebdd52159147b789a4e19a9"
integrity sha512-8eblPHTL7ZWRkyjIZJjnGf+TijiKJSwA24svzLRVvtgoi/RZiKa9fFQTrlx0OKLnyHSdt/enrdadji6WFfESVA==

yargs-parser@^11.1.1:
version "11.1.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4"
Expand Down

0 comments on commit 3ff8a02

Please sign in to comment.