Skip to content

Commit ea6e63c

Browse files
fix(deps): replace dependency apollo-server-express with @apollo/server
1 parent 0fb9bb8 commit ea6e63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo-server/v3/subscriptions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"dependencies": {
1010
"@graphql-tools/schema": "^7.1.5",
11-
"apollo-server-express": "^3.4.1",
11+
"@apollo/server": "^4.0.0",
1212
"express": "^4.17.1",
1313
"graphql": "^15.5.1",
1414
"graphql-subscriptions": "^1.2.1",

0 commit comments

Comments
 (0)