Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#34575)
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 authored Jan 26, 2022
1 parent 181cdab commit a9af95b
Show file tree
Hide file tree
Showing 8 changed files with 2,044 additions and 1,491 deletions.
806 changes: 391 additions & 415 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.5.4",
"gatsby-plugin-feed": "^4.5.0",
"gatsby-plugin-gatsby-cloud": "^4.5.2",
"gatsby-plugin-google-analytics": "^4.5.0",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-remark-copy-linked-files": "^5.5.0",
"gatsby-remark-images": "^6.5.2",
"gatsby-remark-prismjs": "^6.5.0",
"gatsby-remark-responsive-iframe": "^5.5.0",
"gatsby-remark-smartypants": "^5.5.0",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-remark": "^5.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby": "^4.6.0",
"gatsby-plugin-feed": "^4.6.0",
"gatsby-plugin-gatsby-cloud": "^4.6.0",
"gatsby-plugin-google-analytics": "^4.6.0",
"gatsby-plugin-image": "^2.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-offline": "^5.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-remark-copy-linked-files": "^5.6.0",
"gatsby-remark-images": "^6.6.0",
"gatsby-remark-prismjs": "^6.6.0",
"gatsby-remark-responsive-iframe": "^5.6.0",
"gatsby-remark-smartypants": "^5.6.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-remark": "^5.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"prismjs": "^1.25.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
737 changes: 353 additions & 384 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.5.4",
"gatsby-plugin-gatsby-cloud": "^4.5.2",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"gatsby": "^4.6.0",
"gatsby-plugin-gatsby-cloud": "^4.6.0",
"gatsby-plugin-image": "^2.6.0",
"gatsby-plugin-manifest": "^4.6.0",
"gatsby-plugin-offline": "^5.6.0",
"gatsby-plugin-react-helmet": "^5.6.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"prop-types": "^15.8.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
Loading

0 comments on commit a9af95b

Please sign in to comment.