Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into tstamm/replace-make-w…
Browse files Browse the repository at this point in the history
…ith-turbo
  • Loading branch information
timostamm committed Sep 2, 2024
2 parents 225881e + ab54a6c commit 3093ff6
Show file tree
Hide file tree
Showing 9 changed files with 1,115 additions and 121 deletions.
1,218 changes: 1,106 additions & 112 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/connect-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240725.0",
"wrangler": "^3.68.0",
"tsx": "^4.16.5",
"tsx": "^4.19.0",
"@connectrpc/connect-conformance": "^1.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"undici": "^5.28.4"
},
"devDependencies": {
"@bufbuild/buf": "^1.36.0",
"@bufbuild/buf": "^1.39.0",
"@types/node-forge": "^1.3.9",
"@types/tar-stream": "^3.1.3",
"@types/debug": "^4.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@connectrpc/connect-node": "1.4.0",
"@types/express": "^4.17.18",
"express": "^4.19.2",
"tsx": "^4.16.5"
"tsx": "^4.19.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"fast-glob": "3.3.2",
"jscodeshift": "0.16.1",
"jscodeshift": "17.0.0",
"semver": "^7.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint --max-warnings 0 ."
},
"dependencies": {
"@bufbuild/buf": "^1.36.0",
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protobuf": "^1.10.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@connectrpc/connect-web": "1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"webdriverio": "^8.39.1",
"@bufbuild/buf": "^1.36.0",
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@connectrpc/connect-conformance": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@bufbuild/protobuf": "^1.10.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.36.0",
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@types/jasmine": "^5.0.0",
"jasmine": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect-node": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"tsx": "^4.16.5"
"tsx": "^4.19.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.36.0",
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@types/express": "^4.17.18",
Expand Down

0 comments on commit 3093ff6

Please sign in to comment.