Skip to content

Commit f0b3b4d

Browse files
authored
Merge branch 'master' into issue-triage-changes
2 parents 20ca7a3 + b0a327f commit f0b3b4d

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ client.query({
7474

7575
Now your client will be primed with some data in its cache. You can continue to make queries, or you can get your `client` instance to perform all sorts of advanced tasks on your GraphQL data. Such as [reactively watching queries with `watchQuery`][], [changing data on your server with `mutate`][], or [reading a fragment from your local cache with `readFragment`][].
7676

77-
To learn more about all of the features available to you through the `apollo-client` package, be sure to read through the [**`apollo-client` API reference**][https://www.apollographql.com/docs/react/api/apollo-client.html].
77+
To learn more about all of the features available to you through the `apollo-client` package, be sure to read through the (**`apollo-client` API reference**)[https://www.apollographql.com/docs/react/api/apollo-client.html].
7878

7979
[`ApolloClient`]: https://www.apollographql.com/docs/react/api/apollo-client.html
8080
[`apollo-boost`]: https://www.apollographql.com/docs/react/essentials/get-started.html#apollo-boost
81-
[reactively watching queries with `watchQuery`]: http://apollographql.com/docs/react/reference/index.html#ApolloClient\.watchQuery
81+
[reactively watching queries with `watchQuery`]: https://www.apollographql.com/docs/react/api/apollo-client.html#ApolloClient.watchQuery
8282
[changing data on your server with `mutate`]: https://www.apollographql.com/docs/react/essentials/mutations.html
8383
[reading a fragment from your local cache with `readFragment`]: https://www.apollographql.com/docs/react/advanced/caching.html#direct
8484

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"hexo-renderer-ejs": "0.3.1",
1414
"hexo-renderer-less": "0.2.0",
1515
"hexo-renderer-marked": "0.3.2",
16-
"hexo-server": "0.3.1",
16+
"hexo-server": "0.3.2",
1717
"hexo-typescript-api-box": "0.9.1",
1818
"meteor-theme-hexo": "1.0.9",
1919
"typedoc": "0.9.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"bundlesize": "0.17.0",
7676
"check-if-folder-contents-changed-in-git-commit-range": "1.0.0",
77-
"codecov": "3.0.1",
77+
"codecov": "3.0.2",
7878
"danger": "1.2.0",
7979
"jest-junit": "3.7.0",
8080
"lerna": "2.11.0",

packages/apollo-boost/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lodash": "4.17.10",
5252
"rimraf": "2.6.2",
5353
"ts-jest": "20.0.14",
54-
"tslint": "5.9.1",
54+
"tslint": "5.10.0",
5555
"typescript": "2.5.2",
5656
"uglifyjs": "2.4.11"
5757
},

packages/apollo-cache-inmemory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"rimraf": "2.6.2",
5959
"rollup": "0.58.2",
6060
"ts-jest": "20.0.14",
61-
"tslint": "5.9.1",
61+
"tslint": "5.10.0",
6262
"typescript": "2.5.2",
6363
"uglifyjs": "2.4.11"
6464
},

packages/apollo-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"rollup": "0.58.2",
5252
"rollup-plugin-node-resolve": "3.3.0",
5353
"ts-jest": "20.0.14",
54-
"tslint": "5.9.1",
54+
"tslint": "5.10.0",
5555
"typescript": "2.5.2",
5656
"uglifyjs": "2.4.11"
5757
},

packages/apollo-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/isomorphic-fetch": "0.0.34",
6363
"@types/jest": "21.1.10",
6464
"@types/lodash": "4.14.108",
65-
"@types/node": "8.10.11",
65+
"@types/node": "8.10.13",
6666
"apollo-cache-inmemory": "^1.2.1",
6767
"benchmark": "2.1.4",
6868
"browserify": "15.2.0",
@@ -79,9 +79,9 @@
7979
"rollup": "0.58.2",
8080
"rxjs": "5.5.10",
8181
"ts-jest": "20.0.14",
82-
"tslint": "5.9.1",
82+
"tslint": "5.10.0",
8383
"typescript": "2.4.2",
84-
"uglify-js": "3.3.23",
84+
"uglify-js": "3.3.24",
8585
"webpack": "3.10.0",
8686
"webpack-bundle-analyzer": "2.11.1"
8787
},

packages/apollo-utilities/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/graphql": "0.12.7",
4242
"@types/jest": "21.1.10",
4343
"@types/lodash": "4.14.108",
44-
"@types/node": "8.10.11",
44+
"@types/node": "8.10.13",
4545
"browserify": "15.2.0",
4646
"flow-bin": "0.71.0",
4747
"graphql": "0.13.2",
@@ -51,7 +51,7 @@
5151
"rimraf": "2.6.2",
5252
"rollup": "0.58.2",
5353
"ts-jest": "20.0.14",
54-
"tslint": "5.9.1",
54+
"tslint": "5.10.0",
5555
"typescript": "2.5.2",
5656
"uglifyjs": "2.4.11"
5757
},

packages/graphql-anywhere/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/isomorphic-fetch": "0.0.34",
4646
"@types/jest": "21.1.10",
4747
"@types/lodash": "4.14.108",
48-
"@types/node": "8.10.11",
48+
"@types/node": "8.10.13",
4949
"@types/react": "16.0.34",
5050
"@types/react-dom": "16.0.4",
5151
"browserify": "15.2.0",
@@ -56,7 +56,7 @@
5656
"react-dom": "15.6.2",
5757
"rollup": "0.58.2",
5858
"ts-jest": "20.0.14",
59-
"tslint": "5.9.1",
59+
"tslint": "5.10.0",
6060
"typescript": "2.5.2",
6161
"uglify": "0.1.5"
6262
},

0 commit comments

Comments
 (0)