Skip to content

Commit 4a45dca

Browse files
fix(deps): replace apollo graphql packages with @apollo/server
1 parent 7c9ed4e commit 4a45dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"dependencies": {
1010
"@graphql-tools/schema": "^7.1.5",
1111
"@types/ws": "^8.2.2",
12-
"apollo-server-core": "^3.6.2",
13-
"apollo-server-express": "^3.6.2",
12+
"@apollo/server": "^4.0.0",
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)