We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8af906 + 33c5abd commit f263b09Copy full SHA for f263b09
packages/grpc-js/package.json
@@ -21,7 +21,7 @@
21
"@types/mocha": "^5.2.6",
22
"@types/ncp": "^2.0.1",
23
"@types/pify": "^3.0.2",
24
- "@types/yargs": "^15.0.5",
+ "@types/semver": "^7.3.9",
25
"clang-format": "^1.0.55",
26
"execa": "^2.0.3",
27
"gts": "^2.0.0",
@@ -33,9 +33,9 @@
33
"ncp": "^2.0.0",
34
"pify": "^4.0.1",
35
"rimraf": "^3.0.2",
36
+ "semver": "^7.3.5",
37
"ts-node": "^8.3.0",
- "typescript": "^3.7.2",
38
- "yargs": "^15.4.1"
+ "typescript": "^3.7.2"
39
},
40
"contributors": [
41
{
@@ -59,8 +59,7 @@
59
60
"dependencies": {
61
"@grpc/proto-loader": "^0.6.4",
62
- "@types/node": ">=12.12.47",
63
- "@types/semver": "^7.3.9"
+ "@types/node": ">=12.12.47"
64
65
"files": [
66
"src/**/*.ts",
0 commit comments