Skip to content

Commit cd7c40e

Browse files
Updated Apollo GraphQL packages.
1 parent 307eaee commit cd7c40e

File tree

2 files changed

+341
-166
lines changed

2 files changed

+341
-166
lines changed

examples/apollo/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
"@angular/platform-browser": "^7.1.1",
1313
"@angular/platform-browser-dynamic": "^7.1.1",
1414
"@babel/runtime": "^7.1.5",
15-
"apollo-angular": "^1.1.2",
16-
"apollo-angular-link-http": "^1.1.1",
17-
"apollo-cache-inmemory": "^1.2.6",
18-
"apollo-client": "^2.3.7",
19-
"apollo-link": "^1.2.2",
20-
"apollo-server": "^2.0.0",
21-
"apollo-server-express": "^2.0.0",
15+
"apollo-angular": "^1.5.0",
16+
"apollo-angular-link-http": "^1.4.0",
17+
"apollo-cache-inmemory": "^1.3.11",
18+
"apollo-client": "^2.4.7",
19+
"apollo-link": "^1.2.4",
20+
"apollo-server": "^2.2.5",
21+
"apollo-server-express": "^2.2.5",
2222
"body-parser": "^1.18.3",
23-
"express": "^4.16.3",
24-
"graphql": "^0.13.2",
23+
"express": "^4.16.4",
24+
"graphql": "^14.0.2",
2525
"graphql-server-express": "^1.4.0",
26-
"graphql-tag": "^2.9.2",
27-
"graphql-tools": "^3.1.1",
26+
"graphql-tag": "^2.10.0",
27+
"graphql-tools": "^4.0.3",
2828
"meteor-node-stubs": "^0.4.1",
2929
"rxjs": "^6.3.0",
3030
"tslib": "^1.9.3",
3131
"zone.js": "^0.8.26"
3232
},
3333
"devDependencies": {
34-
"@types/meteor": "^1.4.16"
34+
"@types/meteor": "^1.4.23"
3535
}
3636
}

0 commit comments

Comments
 (0)