Skip to content

Commit c2362f3

Browse files
authored
Merge pull request reactjs#266 from bvaughn/fix-gatsby-regression
Fix gatsby regression
2 parents 1f8ab10 + 6bc35cd commit c2362f3

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

yarn.lock

+22-8
Original file line numberDiff line numberDiff line change
@@ -2232,8 +2232,8 @@ configstore@^3.0.0:
22322232
xdg-basedir "^3.0.0"
22332233

22342234
connect-history-api-fallback@^1.3.0:
2235-
version "1.4.0"
2236-
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.4.0.tgz#3db24f973f4b923b0e82f619ce0df02411ca623d"
2235+
version "1.5.0"
2236+
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.5.0.tgz#b06873934bc5e344fef611a196a6faae0aee015a"
22372237

22382238
console-browserify@^1.1.0:
22392239
version "1.1.0"
@@ -3998,7 +3998,21 @@ gatsby-plugin-react-next@^1.0.3:
39983998
react "^16.0.0"
39993999
react-dom "^16.0.0"
40004000

4001-
gatsby-plugin-sharp@^1.6.2, gatsby-plugin-sharp@^1.6.20:
4001+
gatsby-plugin-sharp@^1.6.2:
4002+
version "1.6.8"
4003+
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.8.tgz#289f11f3f54c5cdd51f78f17403b8f318fd68cfa"
4004+
dependencies:
4005+
async "^2.1.2"
4006+
babel-runtime "^6.26.0"
4007+
bluebird "^3.5.0"
4008+
image-size "^0.5.1"
4009+
imagemin "^5.2.2"
4010+
imagemin-pngquant "^5.0.0"
4011+
lodash "^4.17.4"
4012+
progress "^1.1.8"
4013+
sharp "^0.17.3"
4014+
4015+
gatsby-plugin-sharp@^1.6.20:
40024016
version "1.6.20"
40034017
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.20.tgz#5bd14a0b840485ccf71964c83832cf749827bd67"
40044018
dependencies:
@@ -4039,8 +4053,8 @@ gatsby-remark-autolink-headers@^1.4.4:
40394053
unist-util-visit "^1.1.1"
40404054

40414055
gatsby-remark-copy-linked-files@^1.5.2:
4042-
version "1.5.17"
4043-
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-1.5.17.tgz#81753df410f72fe3ab759d1b72c44d8e59cb7b27"
4056+
version "1.5.18"
4057+
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-1.5.18.tgz#ff7932922fd1b1696695bb174f8ecc743097d9a0"
40444058
dependencies:
40454059
babel-runtime "^6.26.0"
40464060
cheerio "^1.0.0-rc.2"
@@ -4130,12 +4144,12 @@ gatsby-transformer-remark@^1.7.2:
41304144
unist-util-visit "^1.1.1"
41314145

41324146
gatsby-transformer-sharp@^1.6.1:
4133-
version "1.6.13"
4134-
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-1.6.13.tgz#66daa184951710290a748896d72deb0979c454bb"
4147+
version "1.6.6"
4148+
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-1.6.6.tgz#2ad1e4e6702d6f317fb0277941fdfb8d82f06494"
41354149
dependencies:
41364150
babel-runtime "^6.26.0"
41374151
bluebird "^3.5.0"
4138-
fs-extra "^4.0.2"
4152+
fs-extra "^4.0.1"
41394153
image-size "^0.6.0"
41404154

41414155
gatsby@^1.9.9:

0 commit comments

Comments
 (0)