Merge pull request #2196 from murgatroid99/proto-loader_dep_fix

proto-loader: Update dependencies to fix compilation error
This commit is contained in:
Michael Lumish 2022-08-17 10:20:59 -07:00 committed by GitHub
commit f49c42c4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@grpc/proto-loader",
"version": "0.7.0",
"version": "0.7.1",
"author": "Google Inc.",
"contributors": [
{
@ -57,9 +57,9 @@
"@types/node": "^10.17.26",
"@types/yargs": "^16.0.4",
"clang-format": "^1.2.2",
"gts": "^1.1.0",
"gts": "^3.1.0",
"rimraf": "^3.0.2",
"typescript": "~3.8.3"
"typescript": "~4.7.4"
},
"engines": {
"node": ">=6"