Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit fa37e47

Browse files
Update Apollo GraphQL packages
1 parent 50781e5 commit fa37e47

File tree

3 files changed

+170
-52
lines changed

3 files changed

+170
-52
lines changed

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@nestjs/testing": "8.2.4",
3131
"@typegoose/typegoose": "8.3.0",
3232
"@types/graphql-upload": "8.0.8",
33-
"apollo-server-express": "2.25.3",
34-
"apollo-server-fastify": "2.25.3",
33+
"apollo-server-express": "2.26.2",
34+
"apollo-server-fastify": "2.26.2",
3535
"bcrypt": "5.0.1",
3636
"body-parser": "1.19.1",
3737
"class-transformer": "0.5.1",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"codegen": "graphql-codegen --config codegen.yml"
1616
},
1717
"dependencies": {
18-
"@apollo/client": "3.5.6",
18+
"@apollo/client": "3.8.3",
1919
"@emotion/react": "11.7.1",
2020
"@emotion/styled": "11.6.0",
2121
"@material-ui/core": "5.0.0-alpha.32",

0 commit comments

Comments
 (0)