Skip to content

Commit

Permalink
Merge pull request #96 from dolittle/upgrade-js-grpc-package
Browse files Browse the repository at this point in the history
Update grpc js packages
  • Loading branch information
woksin authored Mar 9, 2022
2 parents b57717a + cd035f8 commit 8d21f34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Generation/JavaScript/Fundamentals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"prepublish": "yarn build"
},
"dependencies": {
"@types/google-protobuf": "3.7.4",
"@grpc/grpc-js": "1.2.12",
"google-protobuf": "3.15.6"
"@types/google-protobuf": "3.15.5",
"@grpc/grpc-js": "1.5.7",
"google-protobuf": "3.19.4"
}
}
6 changes: 3 additions & 3 deletions Generation/JavaScript/Runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"prepublish": "yarn build"
},
"dependencies": {
"@types/google-protobuf": "3.7.4",
"@grpc/grpc-js": "1.2.12",
"google-protobuf": "3.15.6"
"@types/google-protobuf": "3.15.5",
"@grpc/grpc-js": "1.5.7",
"google-protobuf": "3.19.4"
}
}

0 comments on commit 8d21f34

Please sign in to comment.