Skip to content

Commit

Permalink
feat: upgrade dependencies, remove local plugin (#148)
Browse files Browse the repository at this point in the history
- Moves all dependencies to the latest stable release
- Switches over to @nikhilag’s Shopify plugin (see angeloashmore/gatsby-source-shopify#10 for reasoning)

closes #107
  • Loading branch information
jlengstorf authored Oct 5, 2018
1 parent 4110ecd commit df6969a
Show file tree
Hide file tree
Showing 15 changed files with 1,290 additions and 1,379 deletions.
6 changes: 3 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ module.exports = {
siteMetadata: {
siteUrl: 'https://store.gatsbyjs.org',
title: 'Gatsby Store',
description: 'Get Gatsby Swag!',
description: 'Get Gatsby Swag!'
},
plugins: [
'gatsby-transformer-sharp',
{
resolve: 'gatsby-source-shopify-storefront',
resolve: 'gatsby-source-shopify2',
options: {
siteName: 'gatsby-swag',
shopName: 'gatsby-swag',
accessToken: '9aa73c089d34741f36edbe4d7314373a'
}
},
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"axios": "^0.18.0",
"emotion": "^9.1.3",
"emotion-server": "^9.1.3",
"gatsby": "^2.0.0-rc.19",
"gatsby-image": "^2.0.0-rc.1",
"gatsby-plugin-emotion": "^2.0.0-rc.5",
"gatsby-plugin-react-helmet": "^3.0.0-rc.1",
"gatsby-plugin-sharp": "^2.0.0-rc.7",
"gatsby-source-filesystem": "^2.0.1-rc.6",
"gatsby-transformer-sharp": "^2.1.1-rc.3",
"gatsby": "^2.0.18",
"gatsby-image": "^2.0.13",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.6",
"gatsby-source-shopify2": "^2.0.6",
"gatsby-transformer-sharp": "^2.1.3",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-emotion": "^9.1.3",
"react-helmet": "^5.2.0",
"react-icons": "^3.1.0",
"react-onclickoutside": "^6.7.1",
"react-router-dom": "^4.3.1",
"recompose": "^0.27.1",
"recompose": "^0.30.0",
"shopify-buy": "^1.4.0"
},
"keywords": [
Expand All @@ -35,8 +35,7 @@
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"lint": "echo \"Error: no linter specified\" && exit 0",
"test": "echo \"Error: no test specified\" && exit 0",
"postinstall": "cd plugins/gatsby-source-shopify-storefront/ && yarn"
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"prettier": "^1.12.0"
Expand Down
11 changes: 0 additions & 11 deletions plugins/gatsby-source-shopify-storefront/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions plugins/gatsby-source-shopify-storefront/.npmignore

This file was deleted.

131 changes: 0 additions & 131 deletions plugins/gatsby-source-shopify-storefront/README.md

This file was deleted.

1 change: 0 additions & 1 deletion plugins/gatsby-source-shopify-storefront/index.js

This file was deleted.

34 changes: 0 additions & 34 deletions plugins/gatsby-source-shopify-storefront/package.json

This file was deleted.

70 changes: 0 additions & 70 deletions plugins/gatsby-source-shopify-storefront/src/gatsby-node.js

This file was deleted.

33 changes: 0 additions & 33 deletions plugins/gatsby-source-shopify-storefront/src/nodes.js

This file was deleted.

Loading

0 comments on commit df6969a

Please sign in to comment.