Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#35737)
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 May 25, 2022
1 parent 21dcb6d commit b1f37ca
Show file tree
Hide file tree
Showing 18 changed files with 4,437 additions and 5,022 deletions.
1,583 changes: 743 additions & 840 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.14.1",
"gatsby-plugin-feed": "^4.14.0",
"gatsby-plugin-gatsby-cloud": "^4.14.0",
"gatsby-plugin-google-analytics": "^4.14.0",
"gatsby-plugin-image": "^2.14.1",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-offline": "^5.14.1",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-sharp": "^4.14.1",
"gatsby-remark-copy-linked-files": "^5.14.0",
"gatsby-remark-images": "^6.14.0",
"gatsby-remark-prismjs": "^6.14.0",
"gatsby-remark-responsive-iframe": "^5.14.0",
"gatsby-remark-smartypants": "^5.14.0",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-transformer-remark": "^5.14.0",
"gatsby-transformer-sharp": "^4.14.0",
"gatsby": "^4.15.0",
"gatsby-plugin-feed": "^4.15.0",
"gatsby-plugin-gatsby-cloud": "^4.15.0",
"gatsby-plugin-google-analytics": "^4.15.0",
"gatsby-plugin-image": "^2.15.0",
"gatsby-plugin-manifest": "^4.15.0",
"gatsby-plugin-offline": "^5.15.0",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sharp": "^4.15.0",
"gatsby-remark-copy-linked-files": "^5.15.0",
"gatsby-remark-images": "^6.15.0",
"gatsby-remark-prismjs": "^6.15.0",
"gatsby-remark-responsive-iframe": "^5.15.0",
"gatsby-remark-smartypants": "^5.15.0",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-transformer-remark": "^5.15.0",
"gatsby-transformer-sharp": "^4.15.0",
"prismjs": "^1.28.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
1,522 changes: 709 additions & 813 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.14.1",
"gatsby-plugin-gatsby-cloud": "^4.14.0",
"gatsby-plugin-image": "^2.14.1",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-offline": "^5.14.1",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-sharp": "^4.14.1",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-transformer-sharp": "^4.14.0",
"gatsby": "^4.15.0",
"gatsby-plugin-gatsby-cloud": "^4.15.0",
"gatsby-plugin-image": "^2.15.0",
"gatsby-plugin-manifest": "^4.15.0",
"gatsby-plugin-offline": "^5.15.0",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sharp": "^4.15.0",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-transformer-sharp": "^4.15.0",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
816 changes: 383 additions & 433 deletions starters/gatsby-starter-blog-theme-core/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "0BSD",
"dependencies": {
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.14.1",
"gatsby": "^4.15.0",
"gatsby-theme-blog-core": "^4.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
Loading

0 comments on commit b1f37ca

Please sign in to comment.