fix: server crash using GraphQL due to missing @apollo/client peer dependency (#7787)

This commit is contained in:
Antoine Cormouls
2022-02-07 00:09:41 +01:00
committed by GitHub
parent 1e05309e79
commit 08089d6fcb
2 changed files with 9 additions and 27 deletions

View File

@@ -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",
@@ -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",