Skip to content

Commit

Permalink
chore: format and update yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Feb 17, 2019
1 parent deab037 commit 0f10987
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/docs/gatsby-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ _**Note:** `navigate` was previously named `navigateTo`. `navigateTo` is depreca
Instead, Gatsby exports a `navigate` helper function that accepts `to` and `options` arguments.
| Argument | Required | Description |
| ----------------- | -------- | ------------------------------------------------------------------------------------------------ |
| `to` | yes | The page to navigate to (e.g. `/blog/`). |
| Argument | Required | Description |
| ----------------- | -------- | ----------------------------------------------------------------------------------------------- |
| `to` | yes | The page to navigate to (e.g. `/blog/`). |
| `options.state` | no | An object. Values passed here will be available in `location.state` in the target page’s props. |
| `options.replace` | no | A boolean value. If true, replaces the current URL in history. |
| `options.replace` | no | A boolean value. If true, replaces the current URL in history. |
By default, `navigate` operates the same way as a clicked `Link` component.
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -983,10 +983,10 @@
resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.1.tgz#8529b7412a6eb4b48bdf6e720cc1b8e6e1e17628"
integrity sha512-8M3VN0hetwhsJ8dH8VkVy7xo5/1VoBsDOk/T4SJOeXwTO1c4uIqVNx2qyecLFnnUWD5vvUqHQ1gASSeUN6zcTg==

"@gatsbyjs/[email protected]":
version "2.0.0-printer-fix"
resolved "https://registry.yarnpkg.com/@gatsbyjs/relay-compiler/-/relay-compiler-2.0.0-printer-fix.tgz#542b3eb8e7f28142ccbde051dfc47c6ce506d022"
integrity sha512-oxUgELwerXuQWQhQz+G3xXAP9H4uMgj8aNGmNp0IYKv9D0puvUw+W6884jae57Ng+Vj2K5rxUkn0ApivSTvutQ==
"@gatsbyjs/[email protected].2":
version "2.0.0-printer-fix.2"
resolved "https://registry.yarnpkg.com/@gatsbyjs/relay-compiler/-/relay-compiler-2.0.0-printer-fix.2.tgz#214db0e6072d40ea78ad5fabdb49d56bc95f4e99"
integrity sha512-7GeCCEQ7O15lMTT/SXy9HuRde4cv5vs465ZnLK2QCajSDLior+20yrMqHn1PGsJYK6nNZH7p3lw9qTCpqmuc7Q==
dependencies:
"@babel/generator" "^7.0.0"
"@babel/parser" "^7.0.0"
Expand Down

0 comments on commit 0f10987

Please sign in to comment.