File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ module.exports = {
90
90
] ,
91
91
} ,
92
92
} ,
93
+ 'gatsby-transformer-sharp' ,
94
+ 'gatsby-plugin-sharp' ,
93
95
{
94
96
resolve : 'gatsby-plugin-google-analytics' ,
95
97
options : {
Original file line number Diff line number Diff line change 36
36
"gatsby-plugin-nprogress" : " ^1.0.7" ,
37
37
"gatsby-plugin-react-helmet" : " ^1.0.3" ,
38
38
"gatsby-plugin-react-next" : " ^1.0.3" ,
39
+ "gatsby-plugin-sharp" : " ^1.6.2" ,
39
40
"gatsby-plugin-twitter" : " ^1.0.10" ,
40
41
"gatsby-remark-autolink-headers" : " ^1.4.4" ,
41
42
"gatsby-remark-code-repls" : " ^1.0.2" ,
47
48
"gatsby-remark-smartypants" : " ^1.4.3" ,
48
49
"gatsby-source-filesystem" : " ^1.4.4" ,
49
50
"gatsby-transformer-remark" : " ^1.7.2" ,
51
+ "gatsby-transformer-sharp" : " ^1.6.1" ,
50
52
"glamor" : " ^2.20.40" ,
51
53
"hex2rgba" : " ^0.0.1" ,
52
54
"prettier" : " ^1.7.4" ,
Original file line number Diff line number Diff line change @@ -4112,7 +4112,7 @@ gatsby-plugin-react-next@^1.0.3:
4112
4112
react "^16.0.0"
4113
4113
react-dom "^16.0.0"
4114
4114
4115
- gatsby-plugin-sharp@^1.6.24 :
4115
+ gatsby-plugin-sharp@^1.6.2, gatsby-plugin-sharp@^1.6. 24 :
4116
4116
version "1.6.24"
4117
4117
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.24.tgz#f885a384b222f655534e45788a99863a038bf107"
4118
4118
dependencies :
@@ -4264,6 +4264,15 @@ gatsby-transformer-remark@^1.7.2:
4264
4264
unist-util-select "^1.5.0"
4265
4265
unist-util-visit "^1.1.1"
4266
4266
4267
+ gatsby-transformer-sharp@^1.6.1 :
4268
+ version "1.6.16"
4269
+ resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-1.6.16.tgz#16464dcfbb2099f49805b2e244da0b3fea63b88e"
4270
+ dependencies :
4271
+ babel-runtime "^6.26.0"
4272
+ bluebird "^3.5.0"
4273
+ fs-extra "^4.0.2"
4274
+ image-size "^0.6.0"
4275
+
4267
4276
gatsby@^1.9.181 :
4268
4277
version "1.9.181"
4269
4278
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.181.tgz#d3507d191fde19c0907113109db44dcc22380447"
@@ -5102,7 +5111,7 @@ image-size@^0.5.1:
5102
5111
version "0.5.5"
5103
5112
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c"
5104
5113
5105
- image-size@^0.6.1 :
5114
+ image-size@^0.6.0, image-size@^0.6. 1 :
5106
5115
version "0.6.1"
5107
5116
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.6.1.tgz#98122a562d59dcc097ef1b2c8191866eb8f5d663"
5108
5117
You can’t perform that action at this time.
0 commit comments