Skip to content

Commit 91c51a1

Browse files
authored
Merge pull request #7 from cloudnc/maxime1992-patch-1
fix: missing peer dependency
2 parents 2268158 + 734cf97 commit 91c51a1

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)