Skip to content

Commit 08089d6

Browse files
authored
fix: server crash using GraphQL due to missing @apollo/client peer dependency (#7787)
1 parent 1e05309 commit 08089d6

File tree

2 files changed

+9
-27
lines changed

2 files changed

+9
-27
lines changed

package-lock.json

+8-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"dependencies": {
2222
"@apollographql/graphql-playground-html": "1.6.29",
2323
"@graphql-tools/links": "8.2.1",
24+
"@apollo/client": "3.4.17",
2425
"@graphql-tools/stitch": "6.2.4",
2526
"@graphql-tools/utils": "6.2.4",
2627
"@parse/fs-files-adapter": "1.2.1",
@@ -62,7 +63,6 @@
6263
},
6364
"devDependencies": {
6465
"@actions/core": "1.2.6",
65-
"@apollo/client": "3.4.17",
6666
"@babel/cli": "7.10.0",
6767
"@babel/core": "7.10.0",
6868
"@babel/plugin-proposal-object-rest-spread": "7.10.0",

0 commit comments

Comments
 (0)