Skip to content

Commit

Permalink
Update connect packages to rc1 (#170)
Browse files Browse the repository at this point in the history
Updates connect packages to `1.0.0-rc1`
  • Loading branch information
srikrsna-buf authored Sep 15, 2023
1 parent 40db627 commit 9152731
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 50 deletions.
6 changes: 3 additions & 3 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@bufbuild/buf": "1.26.1",
"@bufbuild/protobuf": "^1.3.1",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@connectrpc/connect": "0.13.2",
"@connectrpc/connect": "^1.0.0-rc1",
"@connectrpc/connect-query": "workspace:*",
"@connectrpc/connect-web": "^0.13.2",
"@connectrpc/protoc-gen-connect-es": "^0.13.2",
"@connectrpc/connect-web": "^1.0.0-rc1",
"@connectrpc/protoc-gen-connect-es": "^1.0.0-rc1",
"@connectrpc/protoc-gen-connect-query": "workspace:*",
"@tanstack/react-query": "^4.35.0",
"@tanstack/react-query-devtools": "^4.35.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@bufbuild/protobuf": "^1.3.1",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@connectrpc/connect": "^0.13.2",
"@connectrpc/connect-web": "^0.13.2",
"@connectrpc/protoc-gen-connect-es": "^0.13.2",
"@connectrpc/connect": "^1.0.0-rc1",
"@connectrpc/connect-web": "^1.0.0-rc1",
"@connectrpc/protoc-gen-connect-es": "^1.0.0-rc1",
"@tanstack/react-query": "^4.35.0",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
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 v0.13.2 with parameter "target=ts"
// @generated by protoc-gen-connect-es v1.0.0-rc1 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
2 changes: 1 addition & 1 deletion packages/protoc-gen-connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@bufbuild/buf": "1.26.1",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@connectrpc/protoc-gen-connect-es": "^0.13.2",
"@connectrpc/protoc-gen-connect-es": "^1.0.0-rc1",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 9152731

Please sign in to comment.