Skip to content

Commit 03c5069

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 5891172 commit 03c5069

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@
172172
"clonedeep": "*"
173173
}
174174
},
175+
"grpc-gcp": {
176+
"dependencies": {
177+
"protobufjs": "7.4.0"
178+
}
179+
},
175180
"@angular-eslint/[email protected]": {
176181
"peerDependencies": {
177182
"@typescript-eslint/parser": "*",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)