cleanup(misc): removed yargs and yargs-parser from packages (#8350)
This commit is contained in:
parent
b73da63026
commit
da39485076
@ -28,7 +28,6 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://nx.dev",
|
"homepage": "https://nx.dev",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"yargs": "15.4.1",
|
|
||||||
"yargs-parser": "20.0.0",
|
"yargs-parser": "20.0.0",
|
||||||
"@nrwl/tao": "*",
|
"@nrwl/tao": "*",
|
||||||
"chalk": "4.1.0",
|
"chalk": "4.1.0",
|
||||||
|
|||||||
@ -32,7 +32,6 @@
|
|||||||
"enquirer": "~2.3.6",
|
"enquirer": "~2.3.6",
|
||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
"tmp": "~0.2.1",
|
"tmp": "~0.2.1",
|
||||||
"yargs": "15.4.1",
|
|
||||||
"yargs-parser": "20.0.0"
|
"yargs-parser": "20.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -45,8 +45,7 @@
|
|||||||
"webpack-node-externals": "^3.0.0",
|
"webpack-node-externals": "^3.0.0",
|
||||||
"fork-ts-checker-webpack-plugin": "6.2.10",
|
"fork-ts-checker-webpack-plugin": "6.2.10",
|
||||||
"rxjs": "^6.5.4",
|
"rxjs": "^6.5.4",
|
||||||
"tslib": "^2.3.0",
|
"tslib": "^2.3.0"
|
||||||
"yargs-parser": "20.0.0"
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"cypress": ">= 3 < 10"
|
"cypress": ">= 3 < 10"
|
||||||
|
|||||||
@ -33,7 +33,6 @@
|
|||||||
"@nrwl/node": "*",
|
"@nrwl/node": "*",
|
||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
"rxjs": "^6.5.4",
|
"rxjs": "^6.5.4",
|
||||||
"tslib": "^2.3.0",
|
"tslib": "^2.3.0"
|
||||||
"yargs": "15.4.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user