Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#35085)
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 Mar 14, 2022
1 parent 56fbf8d commit c5b8bb9
Show file tree
Hide file tree
Showing 18 changed files with 4,254 additions and 85,579 deletions.
381 changes: 181 additions & 200 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions starters/blog/package.json
Expand Up @@ -8,22 +8,22 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^4.9.2",
"gatsby": "^4.9.3",
"gatsby-plugin-feed": "^4.9.0",
"gatsby-plugin-gatsby-cloud": "^4.9.0",
"gatsby-plugin-gatsby-cloud": "^4.9.1",
"gatsby-plugin-google-analytics": "^4.9.0",
"gatsby-plugin-image": "^2.9.0",
"gatsby-plugin-manifest": "^4.9.0",
"gatsby-plugin-offline": "^5.9.0",
"gatsby-plugin-image": "^2.9.1",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-offline": "^5.9.1",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-sharp": "^4.9.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-remark-copy-linked-files": "^5.9.0",
"gatsby-remark-images": "^6.9.0",
"gatsby-remark-images": "^6.9.1",
"gatsby-remark-prismjs": "^6.9.0",
"gatsby-remark-responsive-iframe": "^5.9.0",
"gatsby-remark-smartypants": "^5.9.0",
"gatsby-source-filesystem": "^4.9.0",
"gatsby-transformer-remark": "^5.9.0",
"gatsby-source-filesystem": "^4.9.1",
"gatsby-transformer-remark": "^5.9.1",
"gatsby-transformer-sharp": "^4.9.0",
"prismjs": "^1.27.0",
"react": "^17.0.1",
Expand Down
375 changes: 173 additions & 202 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions starters/default/package.json
Expand Up @@ -5,14 +5,14 @@
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"gatsby": "^4.9.2",
"gatsby-plugin-gatsby-cloud": "^4.9.0",
"gatsby-plugin-image": "^2.9.0",
"gatsby-plugin-manifest": "^4.9.0",
"gatsby-plugin-offline": "^5.9.0",
"gatsby": "^4.9.3",
"gatsby-plugin-gatsby-cloud": "^4.9.1",
"gatsby-plugin-image": "^2.9.1",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-offline": "^5.9.1",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-sharp": "^4.9.0",
"gatsby-source-filesystem": "^4.9.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-source-filesystem": "^4.9.1",
"gatsby-transformer-sharp": "^4.9.0",
"prop-types": "^15.8.1",
"react": "^17.0.1",
Expand Down

0 comments on commit c5b8bb9

Please sign in to comment.