Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 21, 2020
1 parent 9b65cbf commit b3212fd
Show file tree
Hide file tree
Showing 19 changed files with 5,920 additions and 2,155 deletions.
943 changes: 663 additions & 280 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^2.24.79",
"gatsby": "^2.24.84",
"gatsby-image": "^2.4.21",
"gatsby-plugin-feed": "^2.5.14",
"gatsby-plugin-google-analytics": "^2.3.18",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-offline": "^3.2.33",
"gatsby-plugin-feed": "^2.5.18",
"gatsby-plugin-google-analytics": "^2.3.19",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-plugin-offline": "^3.2.35",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.6.42",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-images": "^3.3.35",
"gatsby-remark-images": "^3.3.38",
"gatsby-remark-prismjs": "^3.5.16",
"gatsby-remark-responsive-iframe": "^2.4.17",
"gatsby-remark-smartypants": "^2.3.13",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-remark": "^2.8.41",
"gatsby-transformer-sharp": "^2.5.17",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-remark": "^2.8.45",
"gatsby-transformer-sharp": "^2.5.19",
"prismjs": "^1.22.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
928 changes: 651 additions & 277 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^2.24.79",
"gatsby": "^2.24.84",
"gatsby-image": "^2.4.21",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-offline": "^3.2.33",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-plugin-offline": "^3.2.35",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.6.42",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-sharp": "^2.5.17",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-sharp": "^2.5.19",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
Loading

0 comments on commit b3212fd

Please sign in to comment.