Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#27662)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Oct 30, 2020
1 parent 875b214 commit 2a50aa0
Show file tree
Hide file tree
Showing 19 changed files with 4,114 additions and 16,657 deletions.
2,817 changes: 650 additions & 2,167 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 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.85",
"gatsby": "^2.24.91",
"gatsby-image": "^2.4.21",
"gatsby-plugin-feed": "^2.5.19",
"gatsby-plugin-feed": "^2.5.20",
"gatsby-plugin-google-analytics": "^2.3.19",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-plugin-offline": "^3.2.37",
"gatsby-plugin-manifest": "^2.4.37",
"gatsby-plugin-offline": "^3.2.38",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-images": "^3.3.39",
"gatsby-remark-images": "^3.3.40",
"gatsby-remark-prismjs": "^3.5.16",
"gatsby-remark-responsive-iframe": "^2.4.17",
"gatsby-remark-smartypants": "^2.3.13",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-remark": "^2.8.46",
"gatsby-transformer-sharp": "^2.5.19",
"gatsby-source-filesystem": "^2.3.37",
"gatsby-transformer-remark": "^2.8.47",
"gatsby-transformer-sharp": "^2.5.20",
"prismjs": "^1.22.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
2,705 changes: 555 additions & 2,150 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 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.85",
"gatsby": "^2.24.91",
"gatsby-image": "^2.4.21",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-plugin-offline": "^3.2.37",
"gatsby-plugin-manifest": "^2.4.37",
"gatsby-plugin-offline": "^3.2.38",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-transformer-sharp": "^2.5.19",
"gatsby-source-filesystem": "^2.3.37",
"gatsby-transformer-sharp": "^2.5.20",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down

0 comments on commit 2a50aa0

Please sign in to comment.