Skip to content

Commit 734cf97

Browse files
authored
fix: missing peer dependency
Follow up of #5 where these changes were forgotten
1 parent 2268158 commit 734cf97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"peerDependencies": {
2121
"@improbable-eng/grpc-web": "^0.15.0",
2222
"@playwright/test": "^1.22.2",
23-
"grpc": "^1.24.11",
24-
"playwright-core": "^1.22.2"
23+
"playwright-core": "^1.22.2",
24+
"@grpc/grpc-js": "^1.6.10",
25+
"google-protobuf": "^3.14.0"
2526
}
2627
}

0 commit comments

Comments
 (0)