Skip to content

Commit

Permalink
fix(starters): update dependency gatsby to ^2.1.10 (#11926)
Browse files Browse the repository at this point in the history
* fix(starters): update dependency gatsby to ^2.1.10

* Fix linting
  • Loading branch information
renovate[bot] authored and KyleAMathews committed Feb 20, 2019
1 parent b5fc104 commit 04a5096
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 43 deletions.
26 changes: 13 additions & 13 deletions starters/blog/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.1.9",
"gatsby": "^2.1.10",
"gatsby-image": "^2.0.29",
"gatsby-plugin-feed": "^2.0.13",
"gatsby-plugin-google-analytics": "^2.0.14",
Expand Down
26 changes: 13 additions & 13 deletions starters/default/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.1.9",
"gatsby": "^2.1.10",
"gatsby-image": "^2.0.29",
"gatsby-plugin-manifest": "^2.0.18",
"gatsby-plugin-offline": "^2.0.24",
Expand Down
26 changes: 13 additions & 13 deletions starters/hello-world/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"gatsby": "^2.1.9",
"gatsby": "^2.1.10",
"react": "^16.8.2",
"react-dom": "^16.8.2"
},
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/contributing/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class IndexRoute extends React.Component {
<li>
<Link to="/contributing/rfc-process">RFC process</Link>: Learn
how the Gatsby.js team manages bigger changes, by way of a
"Request-for-comment" process on GitHub
Request-for-comment process on GitHub
</li>
</ul>
<EmailCaptureForm signupMessage="Want to keep up with the latest tips &amp; tricks? Subscribe to our newsletter!" />
Expand Down

0 comments on commit 04a5096

Please sign in to comment.