Skip to content

Commit

Permalink
V2: Update dependencies (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Nov 4, 2024
1 parent 26aee8f commit e40f1c2
Show file tree
Hide file tree
Showing 23 changed files with 866 additions and 1,003 deletions.
26 changes: 13 additions & 13 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"format": "prettier --write . '!src/gen' && eslint . --fix && license-header"
},
"dependencies": {
"@bufbuild/buf": "1.43.0",
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protoc-gen-es": "^2.2.0",
"@connectrpc/connect": "^2.0.0-rc.1",
"@bufbuild/buf": "1.46.0",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0-rc.2",
"@connectrpc/connect-query": "workspace:*",
"@connectrpc/connect-web": "^2.0.0-rc.1",
"@connectrpc/connect-web": "^2.0.0-rc.2",
"@connectrpc/protoc-gen-connect-query": "workspace:*",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@testing-library/jest-dom": "^6.5.0",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.8"
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}
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 v2.2.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.2.1 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
},
"devDependencies": {
"@bufbuild/license-header": "^0.0.4",
"@types/node": "^22.5.1",
"@types/node": "^22.8.6",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@typescript-eslint/utils": "7.15.0",
"@vitest/ui": "^2.1.2",
"cspell": "8.14.2",
"@vitest/ui": "^2.1.4",
"cspell": "8.15.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
Expand All @@ -37,9 +37,9 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vitest": "0.5.4",
"prettier": "3.3.3",
"turbo": "^2.1.1",
"typescript": "5.5.4",
"vitest": "^2.1.2"
"turbo": "^2.2.3",
"typescript": "5.6.3",
"vitest": "^2.1.4"
},
"engineStrict": true,
"engines": {
Expand Down
15 changes: 8 additions & 7 deletions packages/connect-query-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@
}
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.2",
"@bufbuild/buf": "1.43.0",
"@arethetypeswrong/cli": "^0.16.4",
"@bufbuild/buf": "1.46.0",
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protoc-gen-es": "^2.2.0",
"@connectrpc/connect": "^2.0.0-rc.1",
"@connectrpc/connect-web": "^2.0.0-rc.1",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0-rc.2",
"@connectrpc/connect-web": "^2.0.0-rc.2",
"test-utils": "workspace:*",
"typescript": "^5.5.4"
"typescript": "^5.6.3",
"@tanstack/query-core": "^5.59.16"
},
"peerDependencies": {
"@bufbuild/protobuf": "2.x",
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 @@ -31,21 +31,21 @@
"@connectrpc/connect-query-core": "workspace:*"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@bufbuild/buf": "1.43.0",
"@arethetypeswrong/cli": "^0.16.4",
"@bufbuild/buf": "1.46.0",
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protoc-gen-es": "^2.2.0",
"@connectrpc/connect": "^2.0.0-rc.1",
"@connectrpc/connect-web": "^2.0.0-rc.1",
"@tanstack/react-query": "^5.53.3",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0-rc.2",
"@connectrpc/connect-web": "^2.0.0-rc.2",
"@tanstack/react-query": "^5.59.16",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"test-utils": "workspace:*",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"peerDependencies": {
"@bufbuild/protobuf": "2.x",
Expand Down
14 changes: 7 additions & 7 deletions packages/protoc-gen-connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
},
"preferUnplugged": true,
"devDependencies": {
"@bufbuild/buf": "1.43.0",
"@bufbuild/protoc-gen-es": "^2.2.0",
"@connectrpc/connect": "^2.0.0-rc.1",
"@bufbuild/buf": "1.46.0",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0-rc.2",
"@connectrpc/connect-query": "workspace:*",
"@tanstack/react-query": "^5.56.2",
"typescript": "^5.5.4"
"@tanstack/react-query": "^5.59.16",
"typescript": "^5.6.3"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protoplugin": "^2.2.0"
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoplugin": "^2.2.1"
},
"peerDependencies": {
"@bufbuild/protoc-gen-es": "2.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 v2.2.0 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated by protoc-gen-es v2.2.1 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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 v2.2.0 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated by protoc-gen-es v2.2.1 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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 v2.2.0
// @generated by protoc-gen-es v2.2.1
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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 v2.2.0
// @generated by protoc-gen-es v2.2.1
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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 v2.2.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.2.1 with parameter "target=ts"
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/gen/bigint_pb.d.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 v2.2.0 with parameter "target=dts+js"
// @generated by protoc-gen-es v2.2.1 with parameter "target=dts+js"
// @generated from file bigint.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/gen/bigint_pb.js
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 v2.2.0 with parameter "target=dts+js"
// @generated by protoc-gen-es v2.2.1 with parameter "target=dts+js"
// @generated from file bigint.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/gen/eliza_pb.d.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 v2.2.0 with parameter "target=dts+js"
// @generated by protoc-gen-es v2.2.1 with parameter "target=dts+js"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/gen/eliza_pb.js
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 v2.2.0 with parameter "target=dts+js"
// @generated by protoc-gen-es v2.2.1 with parameter "target=dts+js"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/gen/list_pb.d.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 v2.2.0 with parameter "target=dts+js"
// @generated by protoc-gen-es v2.2.1 with parameter "target=dts+js"
// @generated from file list.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/gen/list_pb.js
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 v2.2.0 with parameter "target=dts+js"
// @generated by protoc-gen-es v2.2.1 with parameter "target=dts+js"
// @generated from file list.proto (syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/gen/proto2_pb.d.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 v2.2.0 with parameter "target=dts+js"
// @generated by protoc-gen-es v2.2.1 with parameter "target=dts+js"
// @generated from file proto2.proto (package test, syntax proto2)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/gen/proto2_pb.js
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 v2.2.0 with parameter "target=dts+js"
// @generated by protoc-gen-es v2.2.1 with parameter "target=dts+js"
// @generated from file proto2.proto (package test, syntax proto2)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/gen/proto3_pb.d.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 v2.2.0 with parameter "target=dts+js"
// @generated by protoc-gen-es v2.2.1 with parameter "target=dts+js"
// @generated from file proto3.proto (package test, syntax proto3)
/* eslint-disable */

Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/gen/proto3_pb.js
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 v2.2.0 with parameter "target=dts+js"
// @generated by protoc-gen-es v2.2.1 with parameter "target=dts+js"
// @generated from file proto3.proto (package test, syntax proto3)
/* eslint-disable */

Expand Down
10 changes: 5 additions & 5 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"./gen/*": "./dist/esm/gen/*"
},
"devDependencies": {
"@bufbuild/buf": "^1.45.0",
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protoc-gen-es": "^2.2.0",
"@connectrpc/connect": "^2.0.0-rc.1",
"@connectrpc/connect-web": "^2.0.0-rc.1",
"@bufbuild/buf": "^1.46.0",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0-rc.2",
"@connectrpc/connect-web": "^2.0.0-rc.2",
"@types/react": "18.3.12",
"react": "^18.3.1"
},
Expand Down
Loading

0 comments on commit e40f1c2

Please sign in to comment.