Skip to content

Commit 754784f

Browse files
committed
chore: mark crossws and ws as optional peer dependencies
1 parent a439c82 commit 754784f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/server/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
8585
"crossws": ">=0.3.4",
8686
"ws": ">=8.18.1"
8787
},
88+
"peerDependenciesMeta": {
89+
"crossws": {
90+
"optional": true
91+
},
92+
"ws": {
93+
"optional": true
94+
}
95+
},
8896
"dependencies": {
8997
"@orpc/client": "workspace:*",
9098
"@orpc/contract": "workspace:*",

0 commit comments

Comments
 (0)