Skip to content

Commit

Permalink
chore: reorder package.json dependencies (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored and m-allanson committed Oct 21, 2019
1 parent c84200b commit ffb3b3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"apollo-boost": "^0.3.1",
"auth0-js": "^9.10.2",
"axios": "^0.18.0",
"gatsby": "^2.5.0",
"gatsby-image": "^2.0.41",
"gatsby-plugin-emotion": "^4.0.6",
"gatsby-plugin-google-analytics": "^2.0.20",
Expand All @@ -33,26 +34,25 @@
"gatsby-plugin-sharp": "^2.0.37",
"gatsby-source-shopify": "^2.0.30",
"gatsby-transformer-sharp": "^2.1.19",
"gatsby": "^2.5.0",
"react": "^16.8.6",
"react-apollo": "^2.5.5",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"react-onclickoutside": "^6.8.0",
"react-router-dom": "^5.0.0",
"react": "^16.8.6",
"recompose": "^0.30.0",
"shopify-buy": "^2.2.4"
},
"devDependencies": {
"husky": "^2.3.0",
"lint-staged": "^8.1.7",
"prettier": "^1.17.1",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^3.0.0",
"stylelint-processor-styled-components": "^1.7.0",
"stylelint": "^10.0.1"
"stylelint-processor-styled-components": "^1.7.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit ffb3b3d

Please sign in to comment.