Skip to content

Commit 03661fe

Browse files
fix(deps): replace dependency apollo-server-express with @apollo/server
1 parent a157ebd commit 03661fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo-server/v3/subscriptions-graphql-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@graphql-tools/schema": "^7.1.5",
1111
"@types/ws": "^8.2.2",
1212
"apollo-server-core": "^3.6.2",
13-
"apollo-server-express": "^3.6.2",
13+
"@apollo/server": "^4.0.0",
1414
"express": "^4.17.1",
1515
"graphql": "^15.5.1",
1616
"graphql-subscriptions": "^1.2.1",

0 commit comments

Comments
 (0)