Skip to content

Commit a63b61d

Browse files
authored
fix: for bigquery-storage add protobufjs to depend (#8243)
1 parent b968259 commit a63b61d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

handwritten/bigquery-storage/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"extend": "^3.0.2",
3939
"google-auth-library": "^10.0.0",
4040
"google-gax": "^5.0.0",
41-
"long": "^5.2.0"
41+
"long": "^5.2.0",
42+
"protobufjs": "^7.5.5"
4243
},
4344
"peerDependencies": {
4445
"protobufjs": "^7.5.5"

0 commit comments

Comments
 (0)