Skip to content

Commit

Permalink
⬆️ Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aileen committed Jul 31, 2019
1 parent 6e02f7b commit eca521f
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 94 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ module.exports = {
`/offline-plugin-app-shell-fallback`,
],
createLinkInHead: true,
addUncaughtPages: true,
},
},
`gatsby-plugin-react-helmet`,
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@
"devDependencies": {
"eslint": "6.1.0",
"eslint-plugin-ghost": "0.4.0",
"eslint-plugin-react": "7.14.2"
"eslint-plugin-react": "7.14.3"
},
"dependencies": {
"@tryghost/helpers": "1.1.6",
"@tryghost/helpers-gatsby": "1.0.9",
"@tryghost/helpers": "1.1.7",
"@tryghost/helpers-gatsby": "1.0.10",
"cheerio": "1.0.0-rc.3",
"gatsby": "2.13.32",
"gatsby": "2.13.45",
"gatsby-awesome-pagination": "0.3.4",
"gatsby-image": "2.2.6",
"gatsby-plugin-advanced-sitemap": "1.3.1",
"gatsby-plugin-feed": "2.3.5",
"gatsby-image": "2.2.7",
"gatsby-plugin-advanced-sitemap": "1.4.0",
"gatsby-plugin-feed": "2.3.6",
"gatsby-plugin-force-trailing-slashes": "1.0.4",
"gatsby-plugin-manifest": "2.2.3",
"gatsby-plugin-manifest": "2.2.4",
"gatsby-plugin-offline": "2.2.4",
"gatsby-plugin-react-helmet": "3.1.2",
"gatsby-plugin-sharp": "2.2.8",
"gatsby-source-filesystem": "2.1.5",
"gatsby-plugin-sharp": "2.2.9",
"gatsby-source-filesystem": "2.1.7",
"gatsby-source-ghost": "3.4.4",
"gatsby-transformer-sharp": "2.2.4",
"gatsby-transformer-sharp": "2.2.5",
"lodash": "4.17.15",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
Loading

0 comments on commit eca521f

Please sign in to comment.