Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iammatthias committed Aug 27, 2019
1 parent f22d661 commit 5a26015
Show file tree
Hide file tree
Showing 2 changed files with 2,604 additions and 1,957 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -17,30 +17,30 @@
"gatsby-plugin-canonical-urls": "^2.1.4",
"gatsby-plugin-catch-links": "^2.1.4",
"gatsby-plugin-env-variables": "^1.0.1",
"gatsby-plugin-feed": "2.3.6",
"gatsby-plugin-feed": "2.3.9",
"gatsby-plugin-flow": "^1.1.3",
"gatsby-plugin-google-analytics": "^2.1.8",
"gatsby-plugin-manifest": "^2.2.5",
"gatsby-plugin-netlify": "^2.1.6",
"gatsby-plugin-nprogress": "2.1.2",
"gatsby-plugin-nprogress": "2.1.4",
"gatsby-plugin-offline": "^2.2.7",
"gatsby-plugin-react-helmet": "3.1.3",
"gatsby-plugin-react-helmet": "3.1.5",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sitemap": "^2.2.7",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-plugin-typography": "2.3.2",
"gatsby-plugin-typography": "2.3.5",
"gatsby-remark-figure": "^1.0.0",
"gatsby-remark-figure-caption": "^2.0.0",
"gatsby-remark-images": "^3.1.12",
"gatsby-remark-images-contentful": "^2.1.6",
"gatsby-remark-images-grid": "^1.0.2",
"gatsby-remark-prismjs": "3.3.5",
"gatsby-remark-prismjs": "3.3.9",
"gatsby-remark-responsive-iframe": "^2.2.4",
"gatsby-source-contentful": "^2.1.20",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-remark": "^2.6.14",
"history": "^4.9.0",
"inquirer": "^6.5.1",
"inquirer": "^7.0.0",
"intersection-observer": "^0.7.0",
"lodash": "^4.17.15",
"magic-grid": "^3.2.4",
Expand All @@ -59,11 +59,11 @@
"react-masonry-responsive": "^2.1.2",
"react-pose": "^4.0.8",
"react-typography": "^0.16.19",
"rebass": "^3.2.2",
"rebass": "^4.0.5",
"styled-components": "^4.3.2",
"typography": "^0.16.19",
"typography-breakpoint-constants": "^0.16.19",
"whatwg-fetch": "2.0.4"
"whatwg-fetch": "3.0.0"
},
"keywords": [
"gatsby"
Expand All @@ -84,9 +84,9 @@
"devDependencies": {
"@mdx-js/loader": "^1.3.1",
"@mdx-js/mdx": "^1.3.1",
"eslint": "^5.16.0",
"eslint": "^6.2.2",
"eslint-config-gatsby-standard": "^2.1.0",
"flow-bin": "^0.105.2",
"flow-bin": "^0.106.1",
"loader-utils": "^1.2.3",
"prettier": "^1.16.4",
"stylelint": "10.1.0",
Expand Down

5 comments on commit 5a26015

@jpvalery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iammatthias hey there! Hope you're alright!

I keep running into build fail trying to upgrade gatsby-plugin-feed to 2.3.9 - are you getting those errors too?

@iammatthias
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jpvalery hey! Doing well, thanks for asking. Hope you're doing alright as well!

Yeah, having all sorts of issues right now. Honestly thinking about archiving the current build and overhauling things again. Lots to clean up and fix.

@jpvalery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm alright thanks!

Yeah, i got this on other netlify deploys - the error 127 is pretty weird and poorly documented on their end... looks like deleting yarn.lock or package-lock.json fixes it in some instances.

Looking forward to seeing what you'll build! I've been thinking of scheduling a refactor of my version too for the winter months :D

@jpvalery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Also FYI for the gatsby-plugin-feed issue : gatsbyjs/gatsby#17100)

@iammatthias
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually think my issue is related to gatsby-plugin-sharp... gatsbyjs/gatsby#1754

Getting a similar error to what is documented there: node: symbol lookup error: /opt/build/repo/node_modules/sharp/build/Release/sharp.node: undefined symbol: _ZNK4vips6VImage7pngsaveEPKcPNS_7VOptionE

Please sign in to comment.