Merge pull request #1683 from murgatroid99/grpc-js_types_relax_version

grpc-js: Loosen dependency on @types/node
This commit is contained in:
Michael Lumish 2021-02-03 12:48:50 -08:00 committed by GitHub
commit b5a8ea10f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@grpc/grpc-js",
"version": "1.2.5",
"version": "1.2.6",
"description": "gRPC Library for Node - pure JS implementation",
"homepage": "https://grpc.io/",
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
@ -57,7 +57,7 @@
"posttest": "npm run check"
},
"dependencies": {
"@types/node": "^12.12.47",
"@types/node": ">=12.12.47",
"google-auth-library": "^6.1.1",
"semver": "^6.2.0"
},