Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 318da22

Browse files
committed
docs(cookbook/graphql): update apollo-angular
1 parent fb9f125 commit 318da22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/docs/_examples/heroes-graphql/ts/systemjs.config.extras.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
System.config({
44

55
map: {
6-
'apollo-client': 'npm:apollo-client/lib/apollo.umd.js',
6+
'apollo-client': 'npm:apollo-client/apollo.umd.js',
77
'apollo-client-rxjs': 'npm:apollo-client-rxjs/build/bundles/apollo-rxjs.umd.js',
88
'apollo-angular': 'npm:apollo-angular/build/bundles/apollo.umd.js',
99

public/docs/_examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"@angular/tsc-wrapped": "^0.5.0",
2626
"@angular/upgrade": "~2.4.0",
2727
"angular-in-memory-web-api": "~0.2.4",
28-
"apollo-angular": "^0.9.0-rc.5",
29-
"apollo-client": "^0.7.1",
28+
"apollo-angular": "^0.9.0-rc.6",
29+
"apollo-client": "^0.8.0",
3030
"core-js": "^2.4.1",
3131
"graphql": "^0.8.2",
3232
"graphql-tag": "^1.1.2",
33-
"graphql-tools": "^0.8.3",
33+
"graphql-tools": "^0.9.1",
3434
"rxjs": "5.0.1",
3535
"systemjs": "0.19.39",
3636
"zone.js": "^0.7.4"

0 commit comments

Comments
 (0)