grpc-js: update dependencies

This commit resolves issues from `npm outdated`. The gts
dependency will be updated separately, as it comes with
significant code churn.
This commit is contained in:
cjihrig 2019-05-17 12:30:42 -04:00
parent a7372e2b1c
commit f6689d51a6
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5
1 changed files with 3 additions and 3 deletions

View File

@ -15,14 +15,14 @@
"types": "build/src/index.d.ts", "types": "build/src/index.d.ts",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@grpc/proto-loader": "^0.4.0", "@grpc/proto-loader": "^0.5.0",
"@types/lodash": "^4.14.108", "@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.6", "@types/mocha": "^5.2.6",
"@types/node": "^11.13.2", "@types/node": "^12.0.2",
"clang-format": "^1.0.55", "clang-format": "^1.0.55",
"gts": "^0.9.0", "gts": "^0.9.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"typescript": "~3.3.3333" "typescript": "~3.4.5"
}, },
"contributors": [ "contributors": [
{ {