Skip to content

Commit

Permalink
Release 0.1.0 (#4)
Browse files Browse the repository at this point in the history
## @connectrpc/connect-playwright

This is the initial release of `@connectrpc/connect-playwright`, which
is a package providing useful utilities for testing Connect-ES
applications using [Playwright](https://playwright.dev/)
  • Loading branch information
smaye81 authored Aug 15, 2023
1 parent db288b7 commit 55334a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
21 changes: 10 additions & 11 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "connect-playwright-es",
"private": true,
"workspaces": [
"./packages/connect-playwright",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-playwright-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@connectrpc/connect-playwright": "0.1.0",
"@playwright/test": "^1.36.2",
"@playwright/test": "^1.37.0",
"react": "^18.2.0",
"react-dom": "^18.2.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 @@ -35,7 +35,7 @@
"lint": "eslint --max-warnings 0 ."
},
"dependencies": {
"@playwright/test": "^1.36.2"
"@playwright/test": "^1.37.0"
},
"peerDependencies": {
"@bufbuild/connect": "^0.12.0"
Expand Down

0 comments on commit 55334a2

Please sign in to comment.