cleanup(misc): removed yargs and yargs-parser from packages (#8350)

This commit is contained in:
Phillip Barta 2022-01-11 18:25:18 +01:00 committed by GitHub
parent b73da63026
commit da39485076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 6 deletions

View File

@ -28,7 +28,6 @@
},
"homepage": "https://nx.dev",
"dependencies": {
"yargs": "15.4.1",
"yargs-parser": "20.0.0",
"@nrwl/tao": "*",
"chalk": "4.1.0",

View File

@ -32,7 +32,6 @@
"enquirer": "~2.3.6",
"fs-extra": "^9.1.0",
"tmp": "~0.2.1",
"yargs": "15.4.1",
"yargs-parser": "20.0.0"
}
}

View File

@ -45,8 +45,7 @@
"webpack-node-externals": "^3.0.0",
"fork-ts-checker-webpack-plugin": "6.2.10",
"rxjs": "^6.5.4",
"tslib": "^2.3.0",
"yargs-parser": "20.0.0"
"tslib": "^2.3.0"
},
"peerDependencies": {
"cypress": ">= 3 < 10"

View File

@ -33,7 +33,6 @@
"@nrwl/node": "*",
"fs-extra": "^9.1.0",
"rxjs": "^6.5.4",
"tslib": "^2.3.0",
"yargs": "15.4.1"
"tslib": "^2.3.0"
}
}