Skip to content

Commit

Permalink
Bump connect-es dep to v2.0.0-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <ts@timostamm.de>
  • Loading branch information
timostamm committed Oct 18, 2024
1 parent 29063dc commit 1af56b8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 26 deletions.
38 changes: 15 additions & 23 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/connect-playwright-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@bufbuild/buf": "^1.43.0",
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protoc-gen-es": "^2.2.0",
"@connectrpc/connect": "^2.0.0-beta.1",
"@connectrpc/connect-web": "^2.0.0-beta.1",
"@connectrpc/connect": "^2.0.0-rc.1",
"@connectrpc/connect-web": "^2.0.0-rc.1",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
},
"peerDependencies": {
"@connectrpc/connect": "^2.0.0-alpha.1",
"@connectrpc/connect": "^2.0.0-rc.1",
"@playwright/test": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1af56b8

Please sign in to comment.