Skip to content

Commit

Permalink
fix: upgrade gatsby-image (#250)
Browse files Browse the repository at this point in the history
I found an issue with gatsby-image on the store site, I created this PR gatsbyjs/gatsby#11303, so the issue has been fixed in the latest version.

close #211
  • Loading branch information
carlrosell authored and jlengstorf committed Feb 8, 2019
1 parent 112bda3 commit 1144f75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"emotion": "^9.1.3",
"emotion-server": "^9.1.3",
"gatsby": "^2.0.18",
"gatsby-image": "^2.0.13",
"gatsby-image": "^2.0.29",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.0.9",
"gatsby-plugin-layout": "^1.0.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5303,10 +5303,10 @@ gatsby-cli@^2.4.8:
yargs "^11.1.0"
yurnalist "^1.0.2"

gatsby-image@^2.0.13:
version "2.0.25"
resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.0.25.tgz#30547589701db4c4c3e954609201fce2103ec8de"
integrity sha512-Czjwf1m/8p7OX1hEh5YKHIFgqGZylGYKqXcDQ9myOQW3qOZ3Mw82ERjT6YSSHTQsELK27LgrKacL0YvvPR+ZJQ==
gatsby-image@^2.0.29:
version "2.0.29"
resolved "https://registry.yarnpkg.com/gatsby-image/-/gatsby-image-2.0.29.tgz#38475842b6e9a5d58c4e3bec875179b959c7d7ab"
integrity sha512-kMB/MUbm3qPlioJL8lVhLy000W7a6fA0DKpyTS1MtpixoAJKxwBTmXv+EYZPFizazRbmpHaCXzq3kk9qMhEEeQ==
dependencies:
"@babel/runtime" "^7.0.0"
prop-types "^15.6.1"
Expand Down

0 comments on commit 1144f75

Please sign in to comment.