Skip to content

Commit c92b7ef

Browse files
authored
Merge pull request #50 from graphcool/renovate/graphql-yoga-0.x
fix(deps): update dependency graphql-yoga to v0.5.5
2 parents 9caa22f + 311ced0 commit c92b7ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"start": "ts-node ."
44
},
55
"dependencies": {
6-
"graphql-yoga": "0.4.7",
6+
"graphql-yoga": "0.5.5",
77
"imgur-uploader": "4.2.1",
88
"lowdb": "1.0.0",
99
"mkdirp": "0.5.1",

examples/fullstack/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"start": "node ."
44
},
55
"dependencies": {
6-
"graphql-yoga": "0.4.7"
6+
"graphql-yoga": "0.5.5"
77
}
88
}

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"start": "node ."
44
},
55
"dependencies": {
6-
"graphql-yoga": "0.4.7"
6+
"graphql-yoga": "0.5.5"
77
}
88
}

examples/subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"start": "node ."
44
},
55
"dependencies": {
6-
"graphql-yoga": "0.4.7"
6+
"graphql-yoga": "0.5.5"
77
}
88
}

0 commit comments

Comments
 (0)