Skip to content

Commit

Permalink
fix(deps): update starters and examples - gatsby (#33983)
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 Nov 16, 2021
1 parent cce10f0 commit 3d7130e
Show file tree
Hide file tree
Showing 8 changed files with 392 additions and 392 deletions.
226 changes: 113 additions & 113 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.5",
"gatsby": "^4.1.6",
"gatsby-plugin-feed": "^4.1.1",
"gatsby-plugin-gatsby-cloud": "^4.1.2",
"gatsby-plugin-gatsby-cloud": "^4.1.3",
"gatsby-plugin-google-analytics": "^4.1.0",
"gatsby-plugin-image": "^2.1.2",
"gatsby-plugin-manifest": "^4.1.3",
"gatsby-plugin-offline": "^5.1.3",
"gatsby-plugin-image": "^2.1.3",
"gatsby-plugin-manifest": "^4.1.4",
"gatsby-plugin-offline": "^5.1.4",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-sharp": "^4.1.3",
"gatsby-plugin-sharp": "^4.1.4",
"gatsby-remark-copy-linked-files": "^5.1.0",
"gatsby-remark-images": "^6.1.3",
"gatsby-remark-images": "^6.1.4",
"gatsby-remark-prismjs": "^6.1.0",
"gatsby-remark-responsive-iframe": "^5.1.0",
"gatsby-remark-smartypants": "^5.1.0",
"gatsby-source-filesystem": "^4.1.2",
"gatsby-transformer-remark": "^5.1.3",
"gatsby-source-filesystem": "^4.1.3",
"gatsby-transformer-remark": "^5.1.4",
"gatsby-transformer-sharp": "^4.1.0",
"prismjs": "^1.25.0",
"react": "^17.0.1",
Expand Down
210 changes: 105 additions & 105 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.1.5",
"gatsby-plugin-gatsby-cloud": "^4.1.2",
"gatsby-plugin-image": "^2.1.2",
"gatsby-plugin-manifest": "^4.1.3",
"gatsby-plugin-offline": "^5.1.3",
"gatsby": "^4.1.6",
"gatsby-plugin-gatsby-cloud": "^4.1.3",
"gatsby-plugin-image": "^2.1.3",
"gatsby-plugin-manifest": "^4.1.4",
"gatsby-plugin-offline": "^5.1.4",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-sharp": "^4.1.3",
"gatsby-source-filesystem": "^4.1.2",
"gatsby-plugin-sharp": "^4.1.4",
"gatsby-source-filesystem": "^4.1.3",
"gatsby-transformer-sharp": "^4.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
Expand Down
156 changes: 78 additions & 78 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.1.5",
"gatsby": "^4.1.6",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
Loading

0 comments on commit 3d7130e

Please sign in to comment.