Skip to content

Commit

Permalink
Merge pull request #1683 from murgatroid99/grpc-js_types_relax_version
Browse files Browse the repository at this point in the history
grpc-js: Loosen dependency on @types/node
  • Loading branch information
murgatroid99 committed Feb 3, 2021
2 parents 98376f0 + 259e00b commit b5a8ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/grpc-js/package.json
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit b5a8ea1

Please sign in to comment.