Skip to content

Commit

Permalink
fix(deps): do not depend on protobufjs (#607)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency protobufjs to v7

* fix(deps): do not depend on protobufjs

* fix: remove trailing comma

Co-authored-by: Alexander Fenster <github@fenster.name>
Co-authored-by: Alexander Fenster <fenster@google.com>
  • Loading branch information
3 people committed Sep 9, 2022
1 parent bc87b5f commit 16cd19e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/google-cloud-dataproc/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.3.0",
"protobufjs": "^6.8.6"
"google-gax": "^3.5.0"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down

0 comments on commit 16cd19e

Please sign in to comment.