Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 3ce38f6

Browse files
fix(deps): do not depend on protobufjs (#728)
* fix(deps): update dependency protobufjs to v7 * fix(deps): do not depend on protobufjs Co-authored-by: Alexander Fenster <[email protected]>
1 parent acff298 commit 3ce38f6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"precompile": "gts clean"
4444
},
4545
"dependencies": {
46-
"google-gax": "^3.0.1",
47-
"protobufjs": "^6.8.0"
46+
"google-gax": "^3.0.1"
4847
},
4948
"devDependencies": {
5049
"@types/mocha": "^9.0.0",

0 commit comments

Comments
 (0)