Skip to content

Commit 363b92e

Browse files
committed
build: workaround until GCP fixes dependency issue in spanner lib
This commit works around a strict dependency issue caused by the `@google-cloud/spanner` library. See: GoogleCloudPlatform/grpc-gcp-node#187.
1 parent 0c336b9 commit 363b92e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: package.json

+5
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167
"clonedeep": "*"
168168
}
169169
},
170+
"grpc-gcp": {
171+
"dependencies": {
172+
"protobufjs": "7.4.0"
173+
}
174+
},
170175
"@angular-eslint/[email protected]": {
171176
"peerDependencies": {
172177
"@typescript-eslint/parser": "*",

Diff for: pnpm-lock.yaml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)