Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#34934)
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 1, 2022
1 parent da2a1ba commit 2cf474b
Show file tree
Hide file tree
Showing 10 changed files with 542 additions and 522 deletions.
254 changes: 132 additions & 122 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 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": "^4.8.0",
"gatsby": "^4.8.2",
"gatsby-plugin-feed": "^4.8.0",
"gatsby-plugin-gatsby-cloud": "^4.8.0",
"gatsby-plugin-gatsby-cloud": "^4.8.2",
"gatsby-plugin-google-analytics": "^4.8.0",
"gatsby-plugin-image": "^2.8.0",
"gatsby-plugin-manifest": "^4.8.0",
"gatsby-plugin-offline": "^5.8.0",
"gatsby-plugin-image": "^2.8.2",
"gatsby-plugin-manifest": "^4.8.2",
"gatsby-plugin-offline": "^5.8.2",
"gatsby-plugin-react-helmet": "^5.8.0",
"gatsby-plugin-sharp": "^4.8.0",
"gatsby-plugin-sharp": "^4.8.2",
"gatsby-remark-copy-linked-files": "^5.8.0",
"gatsby-remark-images": "^6.8.0",
"gatsby-remark-images": "^6.8.2",
"gatsby-remark-prismjs": "^6.8.0",
"gatsby-remark-responsive-iframe": "^5.8.0",
"gatsby-remark-smartypants": "^5.8.0",
"gatsby-source-filesystem": "^4.8.0",
"gatsby-transformer-remark": "^5.8.0",
"gatsby-source-filesystem": "^4.8.2",
"gatsby-transformer-remark": "^5.8.2",
"gatsby-transformer-sharp": "^4.8.0",
"prismjs": "^1.25.0",
"react": "^17.0.1",
Expand Down
238 changes: 124 additions & 114 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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": "^4.8.0",
"gatsby-plugin-gatsby-cloud": "^4.8.0",
"gatsby-plugin-image": "^2.8.0",
"gatsby-plugin-manifest": "^4.8.0",
"gatsby-plugin-offline": "^5.8.0",
"gatsby": "^4.8.2",
"gatsby-plugin-gatsby-cloud": "^4.8.2",
"gatsby-plugin-image": "^2.8.2",
"gatsby-plugin-manifest": "^4.8.2",
"gatsby-plugin-offline": "^5.8.2",
"gatsby-plugin-react-helmet": "^5.8.0",
"gatsby-plugin-sharp": "^4.8.0",
"gatsby-source-filesystem": "^4.8.0",
"gatsby-plugin-sharp": "^4.8.2",
"gatsby-source-filesystem": "^4.8.2",
"gatsby-transformer-sharp": "^4.8.0",
"prop-types": "^15.8.0",
"react": "^17.0.1",
Expand Down
174 changes: 87 additions & 87 deletions starters/gatsby-starter-minimal-ts/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-minimal-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.8.0",
"gatsby": "^4.8.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
180 changes: 90 additions & 90 deletions starters/gatsby-starter-minimal/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^4.8.0",
"gatsby": "^4.8.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
Loading

0 comments on commit 2cf474b

Please sign in to comment.