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 22, 2020
1 parent 1e5140f commit 66e0f2e
Show file tree
Hide file tree
Showing 19 changed files with 5,947 additions and 2,182 deletions.
949 changes: 666 additions & 283 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.85",
"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.19",
"gatsby-plugin-google-analytics": "^2.3.19",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-plugin-offline": "^3.2.37",
"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.39",
"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.46",
"gatsby-transformer-sharp": "^2.5.19",
"prismjs": "^1.22.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
934 changes: 654 additions & 280 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.85",
"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.37",
"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 66e0f2e

Please sign in to comment.