Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix(deps): do not depend on protobufjs #607

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"precompile": "gts clean"
},
"dependencies": {
"google-gax": "^3.0.1",
"protobufjs": "^6.8.6"
"google-gax": "^3.0.1"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down