Skip to content

Commit

Permalink
Update all dependencies (connectrpc#210)
Browse files Browse the repository at this point in the history
Update all dependencies. Also expanded the peer dependencies for
connect-query package to allow a larger range of react-query.
  • Loading branch information
paul-sachs authored Oct 5, 2023
1 parent 78ba544 commit b653680
Show file tree
Hide file tree
Showing 9 changed files with 987 additions and 1,086 deletions.
24 changes: 12 additions & 12 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"format": "prettier . --write && eslint . --fix && license-header"
},
"dependencies": {
"@bufbuild/buf": "1.26.1",
"@bufbuild/protobuf": "^1.3.1",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@connectrpc/connect": "^1.0.0",
"@bufbuild/buf": "1.27.0",
"@bufbuild/protobuf": "^1.3.2",
"@bufbuild/protoc-gen-es": "^1.3.2",
"@connectrpc/connect": "^1.1.0",
"@connectrpc/connect-query": "workspace:*",
"@connectrpc/connect-web": "^1.0.0",
"@connectrpc/protoc-gen-connect-es": "^1.0.0",
"@connectrpc/connect-web": "^1.1.0",
"@connectrpc/protoc-gen-connect-es": "^1.1.0",
"@connectrpc/protoc-gen-connect-query": "workspace:*",
"@tanstack/react-query": "^4.35.0",
"@tanstack/react-query-devtools": "^4.35.0",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query-devtools": "^4.35.7",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@vitejs/plugin-react": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/basic/src/gen/eliza_pb.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-es v1.3.1 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.2 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"copyrightHolder": "The Connect Authors"
},
"devDependencies": {
"@bufbuild/license-header": "^0.0.3",
"@jest/globals": "29.6.4",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"@typescript-eslint/utils": "6.6.0",
"cspell": "7.3.5",
"eslint": "8.49.0",
"@bufbuild/license-header": "^0.0.4",
"@jest/globals": "29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@typescript-eslint/utils": "6.7.4",
"cspell": "7.3.7",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jsdoc": "46.6.0",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "29.6.4",
"jest-mock": "29.6.3",
"jest": "29.7.0",
"jest-mock": "29.7.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "^1.10.13",
"turbo": "^1.10.15",
"typescript": "5.2.2"
},
"engineStrict": true,
Expand Down
20 changes: 10 additions & 10 deletions packages/connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.11.0",
"@bufbuild/buf": "1.26.1",
"@bufbuild/buf": "1.27.0",
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@bufbuild/protobuf": "^1.3.1",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@connectrpc/connect": "^1.0.0",
"@connectrpc/connect-web": "^1.0.0",
"@connectrpc/protoc-gen-connect-es": "^1.0.0",
"@tanstack/react-query": "^4.35.0",
"@bufbuild/protobuf": "^1.3.2",
"@bufbuild/protoc-gen-es": "^1.3.2",
"@connectrpc/connect": "^1.1.0",
"@connectrpc/connect-web": "^1.1.0",
"@connectrpc/protoc-gen-connect-es": "^1.1.0",
"@tanstack/react-query": "^4.35.7",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^7.2.0",
Expand All @@ -52,7 +52,7 @@
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.0",
"@connectrpc/connect": "^1.0.0",
"@tanstack/react-query": "^4.20.4",
"@tanstack/react-query": "4.x",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
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.0.0 with parameter "target=ts"
// @generated by protoc-gen-connect-es v1.1.0 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/connect-query/src/gen/eliza_pb.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-es v1.3.1 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.2 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
10 changes: 5 additions & 5 deletions packages/protoc-gen-connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
},
"preferUnplugged": true,
"devDependencies": {
"@bufbuild/buf": "1.26.1",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@connectrpc/protoc-gen-connect-es": "^1.0.0",
"@bufbuild/buf": "1.27.0",
"@bufbuild/protoc-gen-es": "^1.3.2",
"@connectrpc/protoc-gen-connect-es": "^1.1.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@bufbuild/protobuf": "^1.3.1",
"@bufbuild/protoplugin": "^1.3.1"
"@bufbuild/protobuf": "^1.3.2",
"@bufbuild/protoplugin": "^1.3.2"
},
"peerDependencies": {
"@bufbuild/protoc-gen-es": "1.x"
Expand Down
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-es v1.3.1 with parameter "target=ts"
// @generated by protoc-gen-es v1.3.2 with parameter "target=ts"
// @generated from file connectrpc/eliza/v1/eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Loading

0 comments on commit b653680

Please sign in to comment.