Skip to content

Commit

Permalink
Addresses react-knowledgeable#101, fix for machines running node 13
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Dec 2, 2019
1 parent a9984fd commit 26618ff
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 71 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "2.2.14",
"gatsby-plugin-sharp": "^2.3.4",
"gatsby-plugin-typography": "^2.3.14",
"gatsby-remark-images": "^3.1.28",
"gatsby-source-airtable": "^2.0.10",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-source-graphql": "^2.1.20",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.3.0",
"gatsby-transformer-sharp": "^2.3.6",
"react": "^0.0.0-experimental-f6b8d31a7",
"react-dom": "^0.0.0-experimental-f6b8d31a7",
"react-helmet": "^5.2.1",
Expand All @@ -42,5 +42,8 @@
"start": "npm run develop",
"build": "yarn run functions && gatsby build",
"functions": "cd src/functions && yarn run build"
},
"resolutions": {
"gatsby-plugin-favicon/favicons-webpack-plugin/favicons/sharp": "^0.23.1"
}
}
Loading

0 comments on commit 26618ff

Please sign in to comment.