Skip to content

Commit

Permalink
Bump the connectrelated group with 7 updates (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent b66cdbf commit e821bce
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 77 deletions.
8 changes: 4 additions & 4 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"format": "prettier . --write && eslint . --fix && license-header"
},
"dependencies": {
"@bufbuild/buf": "1.39.0",
"@bufbuild/buf": "1.43.0",
"@bufbuild/protobuf": "^1.10.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect": "^1.5.0",
"@connectrpc/connect-query": "workspace:*",
"@connectrpc/connect-web": "^1.4.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@connectrpc/connect-web": "^1.5.0",
"@connectrpc/protoc-gen-connect-es": "^1.5.0",
"@connectrpc/protoc-gen-connect-query": "workspace:*",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"stable-hash": "^0.0.4"
},
"devDependencies": {
"@bufbuild/buf": "1.39.0",
"@bufbuild/buf": "1.43.0",
"@arethetypeswrong/cli": "^0.15.4",
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@bufbuild/protobuf": "^1.10.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@connectrpc/connect": "^1.5.0",
"@connectrpc/connect-web": "^1.5.0",
"@connectrpc/protoc-gen-connect-es": "^1.5.0",
"@tanstack/react-query": "^5.56.2",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-query/src/gen/eliza_connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-es v1.4.0 with parameter "target=ts"
// @generated by protoc-gen-connect-es v1.5.0 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
6 changes: 3 additions & 3 deletions packages/protoc-gen-connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"preferUnplugged": true,
"devDependencies": {
"@bufbuild/buf": "1.39.0",
"@bufbuild/buf": "1.43.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect": "^1.5.0",
"@connectrpc/connect-query": "workspace:*",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@connectrpc/protoc-gen-connect-es": "^1.5.0",
"@tanstack/react-query": "^5.56.2",
"typescript": "^5.5.4"
},
Expand Down
130 changes: 65 additions & 65 deletions pnpm-lock.yaml

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

0 comments on commit e821bce

Please sign in to comment.