Skip to content

Commit

Permalink
[deps] Bump Gatsby to 1.9.178 to fix hanging builds.
Browse files Browse the repository at this point in the history
Seems to have been introduced in
gatsbyjs/gatsby#3769, and resolved in
gatsbyjs/gatsby#3827.
  • Loading branch information
jessestuart committed Feb 3, 2018
1 parent 0adc987 commit 64f4064
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

* Better logging
* Sentry
* https://github.com/octalmage/gatsby-plugin-sentry

========================================================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"author": "Jesse Stuart",
"dependencies": {
"gatsby": "^1.9.177",
"gatsby": "^1.9.178",
"gatsby-image": "^1.0.34",
"gatsby-link": "^1.6.36",
"gatsby-plugin-feed": "^1.3.16",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5117,9 +5117,9 @@ gatsby-transformer-sharp@^1.6.17:
fs-extra "^4.0.2"
image-size "^0.6.0"

gatsby@^1.9.177:
version "1.9.177"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.177.tgz#d6cb06655fa93d28673ca93261b976d370c2e2c7"
gatsby@^1.9.178:
version "1.9.178"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.178.tgz#56601badc81d527fef7a6d25d87e9d7ff44e52e9"
dependencies:
async "^2.1.2"
babel-code-frame "^6.22.0"
Expand Down

0 comments on commit 64f4064

Please sign in to comment.