Skip to content

Commit ea2b332

Browse files
renovate[bot]kbrandwijk
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.1.0 (#85)
1 parent bcc9607 commit ea2b332

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/apollo-engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"dependencies": {
66
"apollo-engine": "0.8.1",
7-
"graphql-yoga": "1.0.0"
7+
"graphql-yoga": "1.1.0"
88
}
99
}

examples/file-upload/package.json

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

examples/fullstack/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"start": "node ."
44
},
55
"dependencies": {
6-
"graphql-yoga": "1.0.0"
6+
"graphql-yoga": "1.1.0"
77
}
88
}

examples/hello-world/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"start": "node ."
44
},
55
"dependencies": {
6-
"graphql-yoga": "1.0.0"
6+
"graphql-yoga": "1.1.0"
77
}
88
}

examples/subscriptions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"start": "node ."
44
},
55
"dependencies": {
6-
"graphql-yoga": "1.0.0"
6+
"graphql-yoga": "1.1.0"
77
}
88
}

0 commit comments

Comments
 (0)