Skip to content

Commit

Permalink
Add @bufbuild/protobuf to dependencies (#496)
Browse files Browse the repository at this point in the history
Add @bufbuild/protobuf to protoc-gen-es and protoc-gen-connect dependencies

Co-authored-by: Steve Ayers <sayers@buf.build>
  • Loading branch information
fubhy and smaye81 committed Mar 1, 2023
1 parent 558e977 commit 9c2ca01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/protoc-gen-connect-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"preferUnplugged": true,
"dependencies": {
"@bufbuild/protobuf": "^1.0.0",
"@bufbuild/protoplugin": "^1.0.0"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/protoc-gen-connect-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"preferUnplugged": true,
"dependencies": {
"@bufbuild/protobuf": "^1.0.0",
"@bufbuild/protoplugin": "^1.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 9c2ca01

Please sign in to comment.