Browse Source

remove sharp plugin

main
Alex Krolick 7 years ago
parent
commit
bbbb13d484
  1. 2
      gatsby-config.js
  2. 2
      package.json
  3. 13
      yarn.lock

2
gatsby-config.js

@ -90,8 +90,6 @@ module.exports = {
],
},
},
'gatsby-transformer-sharp',
'gatsby-plugin-sharp',
{
resolve: 'gatsby-plugin-google-analytics',
options: {

2
package.json

@ -36,7 +36,6 @@
"gatsby-plugin-nprogress": "^1.0.7",
"gatsby-plugin-react-helmet": "^1.0.3",
"gatsby-plugin-react-next": "^1.0.3",
"gatsby-plugin-sharp": "^1.6.2",
"gatsby-plugin-twitter": "^1.0.10",
"gatsby-remark-autolink-headers": "^1.4.4",
"gatsby-remark-code-repls": "^1.0.2",
@ -48,7 +47,6 @@
"gatsby-remark-smartypants": "^1.4.3",
"gatsby-source-filesystem": "^1.4.4",
"gatsby-transformer-remark": "^1.7.2",
"gatsby-transformer-sharp": "^1.6.1",
"glamor": "^2.20.40",
"hex2rgba": "^0.0.1",
"prettier": "^1.7.4",

13
yarn.lock

@ -4112,7 +4112,7 @@ gatsby-plugin-react-next@^1.0.3:
react "^16.0.0"
react-dom "^16.0.0"
gatsby-plugin-sharp@^1.6.2, gatsby-plugin-sharp@^1.6.24:
gatsby-plugin-sharp@^1.6.24:
version "1.6.24"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.24.tgz#f885a384b222f655534e45788a99863a038bf107"
dependencies:
@ -4264,15 +4264,6 @@ gatsby-transformer-remark@^1.7.2:
unist-util-select "^1.5.0"
unist-util-visit "^1.1.1"
gatsby-transformer-sharp@^1.6.1:
version "1.6.16"
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-1.6.16.tgz#16464dcfbb2099f49805b2e244da0b3fea63b88e"
dependencies:
babel-runtime "^6.26.0"
bluebird "^3.5.0"
fs-extra "^4.0.2"
image-size "^0.6.0"
gatsby@^1.9.181:
version "1.9.181"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.181.tgz#d3507d191fde19c0907113109db44dcc22380447"
@ -5111,7 +5102,7 @@ image-size@^0.5.1:
version "0.5.5"
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c"
image-size@^0.6.0, image-size@^0.6.1:
image-size@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.6.1.tgz#98122a562d59dcc097ef1b2c8191866eb8f5d663"

Loading…
Cancel
Save