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

Commit 20b9f66

Browse files
committed
docs(cookbook/graphql): Update dependencies
1 parent 7b55470 commit 20b9f66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ System.config({
3939
'graphql-tag': { main: './index.js', defaultExtension: 'js' },
4040

4141
'graphql-anywhere': {
42-
main: '/lib/src/index.js',
42+
main: 'lib/src/index.js',
4343
defaultExtension: 'js'
4444
},
4545
'symbol-observable': { main: './index.js', defaultExtension: 'js' },

public/docs/_examples/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"@angular/upgrade": "2.4.5",
2727
"angular-in-memory-web-api": "~0.2.4",
2828
"apollo-angular": "^0.11.0",
29-
"apollo-client": "^0.8.2",
29+
"apollo-client": "^0.8.4",
3030
"core-js": "^2.4.1",
3131
"graphql": "^0.9.1",
32-
"graphql-tag": "^1.2.3",
33-
"graphql-tools": "^0.9.2",
32+
"graphql-tag": "^1.2.4",
33+
"graphql-tools": "^0.10.0",
3434
"rxjs": "5.0.1",
3535
"systemjs": "0.19.39",
3636
"zone.js": "^0.7.4"
@@ -46,7 +46,7 @@
4646
"@types/jasmine": "2.5.36",
4747
"@types/chai": "^3.4.34",
4848
"@types/graphql": "^0.8.6",
49-
"@types/lodash": "^4.14.43",
49+
"@types/lodash": "4.14.50",
5050
"@types/isomorphic-fetch": "0.0.30",
5151
"@types/node": "^6.0.45",
5252
"angular-cli": "^1.0.0-beta.26",
@@ -60,7 +60,7 @@
6060
"css-loader": "^0.26.1",
6161
"extract-text-webpack-plugin": "2.0.0-beta.5",
6262
"file-loader": "^0.9.0",
63-
"graphql-subscriptions": "^0.2.3",
63+
"graphql-subscriptions": "^0.3.0",
6464
"html-loader": "^0.4.3",
6565
"html-webpack-plugin": "^2.16.1",
6666
"http-server": "^0.9.0",

0 commit comments

Comments
 (0)