Skip to content

Commit 88c17e3

Browse files
fix: add crossws as a peer dependency and update graphql-yoga version
1 parent c11a03b commit 88c17e3

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
},
135135
"peerDependencies": {
136136
"@apollo/server": "^5.0.0",
137+
"crossws": "^0.4.4",
137138
"graphql": "^16.12.0",
138139
"graphql-sse": "^2.6.0",
139140
"graphql-ws": "^6.0.6",
@@ -143,6 +144,9 @@
143144
"@apollo/server": {
144145
"optional": true
145146
},
147+
"crossws": {
148+
"optional": true
149+
},
146150
"graphql-sse": {
147151
"optional": true
148152
},

pnpm-lock.yaml

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414

1515
overrides:
1616
graphql: ^16.12.0
17-
vite: 8.0.0-beta.7
17+
vite: 8.0.0-beta.10
1818

1919
catalog:
2020
'@antfu/eslint-config': ^7.2.0
@@ -61,7 +61,7 @@ catalog:
6161
graphql-scalars: ^1.25.0
6262
graphql-sse: ^2.6.0
6363
graphql-ws: ^6.0.7
64-
graphql-yoga: 5.16.2
64+
graphql-yoga: ^5.18.0
6565
knitwork: ^1.3.0
6666
mlly: ^1.8.0
6767
nitro: ^3.0.1-alpha.2

0 commit comments

Comments
 (0)