Skip to content

Commit 3039587

Browse files
committed
v0.4.0
1 parent 6938595 commit 3039587

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-yoga",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"main": "dist/src/index.js",
55
"typings": "./dist/src/index.d.ts",
66
"files": [
@@ -34,15 +34,15 @@
3434
"@types/express": "^4.0.39",
3535
"@types/graphql": "^0.11.7",
3636
"@types/zen-observable": "^0.5.3",
37-
"apollo-link": "^1.0.6",
38-
"apollo-server-express": "^1.3.0",
37+
"apollo-link": "^1.0.7",
38+
"apollo-server-express": "^1.3.1",
3939
"apollo-upload-server": "^4.0.0-alpha.1",
4040
"cors": "^2.8.4",
4141
"express": "^4.16.2",
4242
"graphql": "^0.12.0",
4343
"graphql-playground-middleware-express": "^1.3.8",
44-
"graphql-subscriptions": "^0.5.5",
45-
"graphql-tools": "^2.13.0",
44+
"graphql-subscriptions": "^0.5.6",
45+
"graphql-tools": "^2.14.0",
4646
"portfinder": "^1.0.13",
4747
"subscriptions-transport-ws": "^0.9.4"
4848
},

0 commit comments

Comments
 (0)