Skip to content

Commit

Permalink
Revert @bufbuild/protobuf to v1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Ayers <[email protected]>
  • Loading branch information
smaye81 committed Aug 1, 2024
1 parent 5f5de0a commit b40154f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/connect-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"conformance:client": "npx wrangler deploy -c ./conformance/wrangler-client.toml && connectconformance --mode client --conf ./conformance/conformance-cloudflare-client.yaml -v --known-failing @./conformance/known-failing-client.txt --bind 0.0.0.0 --port 8181 --cert $CLOUDFLARE_WORKERS_REFERENCE_SERVER_CERT --key $CLOUDFLARE_WORKERS_REFERENCE_SERVER_KEY -- ./conformance/client.ts"
},
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-node": "1.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build:esm": "tsc --project tsconfig.json --outDir ./dist/esm --declaration --declarationDir ./dist/esm"
},
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect": "1.4.0",
"fflate": "^0.8.1",
"tar-stream": "^3.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node": ">=16"
},
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect-node": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"tsx": "^4.16.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/protoc-gen-connect-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"preferUnplugged": true,
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"@bufbuild/protobuf": "^1.10.0",
"@bufbuild/protoplugin": "^1.10.0"
},
"peerDependencies": {
Expand Down

0 comments on commit b40154f

Please sign in to comment.