Skip to content

Commit 16f846d

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 6d0b6a6 commit 16f846d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@
171171
"clonedeep": "*"
172172
}
173173
},
174+
"grpc-gcp": {
175+
"dependencies": {
176+
"protobufjs": "7.4.0"
177+
}
178+
},
174179
"@angular-eslint/[email protected]": {
175180
"peerDependencies": {
176181
"@typescript-eslint/parser": "*",

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)