mirror of https://github.com/grpc/grpc-node.git
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:
parent
a7372e2b1c
commit
f6689d51a6
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue