Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#33929)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 10, 2021
1 parent 3cf5c34 commit a67d339
Show file tree
Hide file tree
Showing 8 changed files with 252 additions and 361 deletions.
204 changes: 63 additions & 141 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.1.2",
"gatsby": "^4.1.3",
"gatsby-plugin-feed": "^4.1.1",
"gatsby-plugin-gatsby-cloud": "^4.1.0",
"gatsby-plugin-gatsby-cloud": "^4.1.1",
"gatsby-plugin-google-analytics": "^4.1.0",
"gatsby-plugin-image": "^2.1.0",
"gatsby-plugin-manifest": "^4.1.1",
"gatsby-plugin-offline": "^5.1.1",
"gatsby-plugin-image": "^2.1.1",
"gatsby-plugin-manifest": "^4.1.2",
"gatsby-plugin-offline": "^5.1.2",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-sharp": "^4.1.1",
"gatsby-plugin-sharp": "^4.1.2",
"gatsby-remark-copy-linked-files": "^5.1.0",
"gatsby-remark-images": "^6.1.1",
"gatsby-remark-images": "^6.1.2",
"gatsby-remark-prismjs": "^6.1.0",
"gatsby-remark-responsive-iframe": "^5.1.0",
"gatsby-remark-smartypants": "^5.1.0",
"gatsby-source-filesystem": "^4.1.0",
"gatsby-transformer-remark": "^5.1.1",
"gatsby-source-filesystem": "^4.1.1",
"gatsby-transformer-remark": "^5.1.2",
"gatsby-transformer-sharp": "^4.1.0",
"prismjs": "^1.25.0",
"react": "^17.0.1",
Expand Down
173 changes: 71 additions & 102 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 <[email protected]>",
"dependencies": {
"gatsby": "^4.1.2",
"gatsby-plugin-gatsby-cloud": "^4.1.0",
"gatsby-plugin-image": "^2.1.0",
"gatsby-plugin-manifest": "^4.1.1",
"gatsby-plugin-offline": "^5.1.1",
"gatsby": "^4.1.3",
"gatsby-plugin-gatsby-cloud": "^4.1.1",
"gatsby-plugin-image": "^2.1.1",
"gatsby-plugin-manifest": "^4.1.2",
"gatsby-plugin-offline": "^5.1.2",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-sharp": "^4.1.1",
"gatsby-source-filesystem": "^4.1.0",
"gatsby-plugin-sharp": "^4.1.2",
"gatsby-source-filesystem": "^4.1.1",
"gatsby-transformer-sharp": "^4.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
Expand Down
100 changes: 50 additions & 50 deletions starters/gatsby-starter-minimal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"gatsby": "^4.1.3",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
Loading

0 comments on commit a67d339

Please sign in to comment.