Skip to content

Commit 420ff33

Browse files
authored
fix: Pin version of @grpc/grpc-js (#1025)
Fixes #1023
1 parent fe15daa commit 420ff33

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1414
"license": "MIT",
1515
"dependencies": {
16-
"@grpc/grpc-js": "^1.6.7",
16+
"@grpc/grpc-js": "~1.7.3",
1717
"@temporalio/common": "file:../common",
1818
"@temporalio/proto": "file:../proto",
1919
"abort-controller": "^3.0.0",

packages/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
2727
"license": "MIT",
2828
"dependencies": {
29-
"@grpc/grpc-js": "^1.6.8",
29+
"@grpc/grpc-js": "~1.7.3",
3030
"@grpc/proto-loader": "^0.7.0",
3131
"@opentelemetry/api": "^1.3.0",
3232
"@opentelemetry/core": "^1.8.0",

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@grpc/grpc-js": "^1.6.7",
15+
"@grpc/grpc-js": "~1.7.3",
1616
"@temporalio/activity": "file:../activity",
1717
"@temporalio/client": "file:../client",
1818
"@temporalio/common": "file:../common",

0 commit comments

Comments
 (0)