Skip to content

Commit

Permalink
fix: server crash using GraphQL due to missing @apollo/client peer de…
Browse files Browse the repository at this point in the history
…pendency (#7787)
  • Loading branch information
Moumouls committed Feb 6, 2022
1 parent 1e05309 commit 08089d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
34 changes: 8 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.29",
"@graphql-tools/links": "8.2.1",
"@apollo/client": "3.4.17",
"@graphql-tools/stitch": "6.2.4",
"@graphql-tools/utils": "6.2.4",
"@parse/fs-files-adapter": "1.2.1",
Expand Down Expand Up @@ -62,7 +63,6 @@
},
"devDependencies": {
"@actions/core": "1.2.6",
"@apollo/client": "3.4.17",
"@babel/cli": "7.10.0",
"@babel/core": "7.10.0",
"@babel/plugin-proposal-object-rest-spread": "7.10.0",
Expand Down

0 comments on commit 08089d6

Please sign in to comment.