Skip to content

Commit

Permalink
Update dependencies (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Sep 1, 2023
1 parent 439e5ff commit 83dbda3
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 80 deletions.
114 changes: 57 additions & 57 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-node": "^11.1.0",
"prettier": "^3.0.2",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/connect-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@connectrpc/connect": "0.13.2",
"@connectrpc/connect-node": "^0.13.2",
"fastify": "^4.21.0"
"fastify": "^4.22.1"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-node-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@connectrpc/connect-fastify": "0.13.2",
"@connectrpc/connect-node": "0.13.2",
"@connectrpc/connect-web": "0.13.2",
"@grpc/grpc-js": "^1.8.21",
"@grpc/grpc-js": "^1.9.2",
"@types/express": "^4.17.17",
"@types/jasmine": "^4.3.5",
"esbuild": "^0.16.12",
"express": "^4.18.2",
"fastify": "^4.21.0",
"fastify": "^4.22.1",
"jasmine": "^5.0.0"
}
}

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

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-node-test/src/gen/server/v1/server_pb.ts

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-web-bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ it like a web server would usually do.

| code generator | bundle size | minified | compressed |
|----------------|-------------------:|-----------------------:|---------------------:|
| connect | 112,509 b | 49,592 b | 13,387 b |
| connect | 113,397 b | 49,843 b | 13,470 b |
| grpc-web | 414,071 b | 300,352 b | 53,255 b |
4 changes: 2 additions & 2 deletions packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@connectrpc/connect-web": "0.13.2",
"@bufbuild/protobuf": "^1.2.1",
"@bufbuild/protoc-gen-es": "^1.2.1",
"@bufbuild/protobuf": "^1.3.1",
"@bufbuild/protoc-gen-es": "^1.3.1",
"brotli": "^1.3.3",
"esbuild": "^0.16.12",
"google-protobuf": "^3.21.0",
Expand Down

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

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-web-test/src/gen/grpc/testing/empty_pb.ts

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

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-web-test/src/gen/server/v1/server_pb.ts

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

Loading

0 comments on commit 83dbda3

Please sign in to comment.